-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
[18.0][MIG] edi_account_oca #116
base: 18.0
Are you sure you want to change the base?
Conversation
Currently translated at 10.0% (1 of 10 strings) Translation: edi-14.0/edi-14.0-edi_account_oca Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-edi_account_oca/fr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-14.0/edi-14.0-edi_account_oca Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-edi_account_oca/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-15.0/edi-15.0-edi_account_oca Translate-URL: https://translation.odoo-community.org/projects/edi-15-0/edi-15-0-edi_account_oca/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-framework-16.0/edi-framework-16.0-edi_account_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-16-0/edi-framework-16-0-edi_account_oca/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-framework-16.0/edi-framework-16.0-edi_account_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-16-0/edi-framework-16-0-edi_account_oca/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-framework-17.0/edi-framework-17.0-edi_account_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-17-0/edi-framework-17-0-edi_account_oca/
Currently translated at 100.0% (16 of 16 strings) Translation: edi-framework-17.0/edi-framework-17.0-edi_account_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-17-0/edi-framework-17-0-edi_account_oca/it/
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.
Hi @JordiMForgeFlow ,
Add test-requirements.txt
so that the testcases can run.
def setUpClass(cls, chart_template_ref=None): | ||
super().setUpClass(chart_template_ref=chart_template_ref) |
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.
There has been a change here. You can read more about it at https://github.com/odoo/odoo/pull/152899
def setUpClass(cls, chart_template_ref=None): | |
super().setUpClass(chart_template_ref=chart_template_ref) | |
def setUpClass(cls): | |
super().setUpClass() |
depends on #115