-
-
Notifications
You must be signed in to change notification settings - Fork 405
[18.0][MIG] sale_analytic_tag: Migration to 18.0 #827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Ping @carlos-lopez-tecnativa can you review CI error https://github.com/OCA/account-analytic/actions/runs/17397712587/job/49383312241?pr=827#step:8:417 related to |
d85d53f
to
27e10d2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on runboat and LGTM!!
This should be resolved in #828 |
TT42276 [UPD] Update sale_analytic_tag.pot [BOT] post-merge updates
Translated using Weblate (Italian) Currently translated at 100.0% (2 of 2 strings) Translation: account-analytic-16.0/account-analytic-16.0-sale_analytic_tag Translate-URL: https://translation.odoo-community.org/projects/account-analytic-16-0/account-analytic-16-0-sale_analytic_tag/it/
Since odoo/odoo@d0342c8, the default existing company is not getting a CoA automatically, provoking than the current tests fail with the error: odoo.exceptions.UserError: No journal could be found in company My Company (San Francisco) for any of those types: sale Thus, we put tests post-install for being sure localization modules are installed, the same as AccountTestInvoicingCommon does, but we don't inherit from it, as it creates an overhead creating 2 new companies and loading their CoA and some more stuff, while we don't need all of that. Besides, if you don't have `l10n_generic_coa` installed, you can't use another CoA (like `l10n_es`) easily, so we put little code to select the first available CoA. [BOT] post-merge updates
[UPD] Update sale_analytic_tag.pot [BOT] post-merge updates
27e10d2
to
f05e172
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/ocabot migration sale_analytic_tag |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 4c671e1. Thanks a lot for contributing to OCA. ❤️ |
Migration to 18.0
Please @carlos-lopez-tecnativa and @juancarlosonate-tecnativa can you review it?
@Tecnativa TT57844