Skip to content
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

Open
wants to merge 42 commits into
base: 18.0
Choose a base branch
from

Conversation

JordiMForgeFlow
Copy link
Contributor

depends on #115

etobella and others added 30 commits October 23, 2024 17:03
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/
Copy link
Contributor

@thienvh332 thienvh332 left a 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.

Comment on lines +19 to +20
def setUpClass(cls, chart_template_ref=None):
super().setUpClass(chart_template_ref=chart_template_ref)
Copy link
Contributor

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

Suggested change
def setUpClass(cls, chart_template_ref=None):
super().setUpClass(chart_template_ref=chart_template_ref)
def setUpClass(cls):
super().setUpClass()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.