Syncing from upstream OCA/account-analytic (19.0)#1009
Open
bt-admin wants to merge 163 commits into
Open
Conversation
…bit=0.0 This is useful in some situations where the tax generates move lines with credit=debit=0.0 with a non-zero tax amount (for instance with tax code VAT-IN-V82-21-EU-S in l10n_be). Without this patch the transaction would be rejected when analytic policy is 'required', since analytic accounts are not propagated through taxes in 6.1.
[RFR] Line length of affected code [UPD] Update pot file with newly generated code strings [ADD] Dutch translations
… two lines before new class.
…ugh when changing analytic account
Update import path.
It has a default value, so this is fine.
For compatibility with account_constraints.
Plus: use lambda trick in the selection field for readability
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
these cause Warnings during the tests
Currently translated at 100.0% (3 of 3 strings) Translation: account-analytic-12.0/account-analytic-12.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-12-0/account-analytic-12-0-account_analytic_sequence/pt_BR/
[UPD] README.rst
Currently translated at 100.0% (3 of 3 strings) Translation: account-analytic-12.0/account-analytic-12.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-12-0/account-analytic-12-0-account_analytic_sequence/gl/
[UPD] README.rst
Currently translated at 100.0% (6 of 6 strings) Translation: account-analytic-14.0/account-analytic-14.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-14-0/account-analytic-14-0-account_analytic_sequence/ca/
Currently translated at 100.0% (6 of 6 strings) Translation: account-analytic-14.0/account-analytic-14.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-14-0/account-analytic-14-0-account_analytic_sequence/es/
Currently translated at 83.3% (5 of 6 strings) Translation: account-analytic-14.0/account-analytic-14.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-14-0/account-analytic-14-0-account_analytic_sequence/fr/
[UPD] Update account_analytic_sequence.pot [UPD] README.rst
For avoiding an error in secondary companies when creating analytic accounts there. Steps to reproduce: - Have an instance with at least 2 companies. - Install module with one company as main. - Switch to the other company. - Create an analytic account. It will give an error. No regression test is provided this time as it will require a lot of code for something fixed just with not filling a field. account_analytic_sequence 15.0.1.0.1
Currently translated at 100.0% (6 of 6 strings) Translation: account-analytic-15.0/account-analytic-15.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-15-0/account-analytic-15-0-account_analytic_sequence/pt_BR/
Currently translated at 66.6% (4 of 6 strings) Translation: account-analytic-15.0/account-analytic-15.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-15-0/account-analytic-15-0-account_analytic_sequence/it/
Currently translated at 100.0% (6 of 6 strings) Translation: account-analytic-15.0/account-analytic-15.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-15-0/account-analytic-15-0-account_analytic_sequence/it/
Currently translated at 100.0% (6 of 6 strings) Translation: account-analytic-15.0/account-analytic-15.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-15-0/account-analytic-15-0-account_analytic_sequence/it/ [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-analytic-15.0/account-analytic-15.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-15-0/account-analytic-15-0-account_analytic_sequence/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-analytic-17.0/account-analytic-17.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-17-0/account-analytic-17-0-account_analytic_sequence/
Currently translated at 100.0% (3 of 3 strings) Translation: account-analytic-17.0/account-analytic-17.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-17-0/account-analytic-17-0-account_analytic_sequence/it/
Currently translated at 100.0% (3 of 3 strings) Translation: account-analytic-18.0/account-analytic-18.0-account_analytic_sequence Translate-URL: https://translation.odoo-community.org/projects/account-analytic-18-0/account-analytic-18-0-account_analytic_sequence/de/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bt_gitbot