Antoine Dupuis (andu)

Results 8 issues of Antoine Dupuis (andu)

Aim of this PR: 2 changes to the account model. - `company_id` becomes `company_ids` - an account can be 'active' on several companies. - `code` and `name` become company-dependent. Pain...

RD

In the account form view, we want the UI to reflect the constraint that a code must be set for each of the companies of the accounts. We make the...

RD

- We provide a default value for the account code/company mapping at the initial onchange, meaning the user can create an account with multiple companies and codes from the start....

RD

To reproduce: - Setup 2 companies. Company 1 should use the generic CoA. - Go to Accounting -> Configuration -> Chart of Accounts - Open the account 110400 Cost of...

RD

- Currently, the account search panel only works with accounts' codes in the active company. This means that even if an account's code in another company is displayed as a...

RD

At the moment, when we merge accounts, we don't merge the account name's translations. This is a bit annoying since one account might have been called 'Account Receivable' in English,...

RD

This re-factor has 3 main objectives: ### 1. Remove the QWeb templates used to render UBL documents. - This means we don't have to first populate dictionaries with values, then...

task-5094417 We missed a few things in the improvements to the tax computations documentation. This commit just cleans them up.