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]: Migration partner_invoicing_mode_monthly to 18.0 #1834

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

Conversation

chaule97
Copy link

@chaule97 chaule97 commented Nov 8, 2024

TDu and others added 19 commits November 5, 2024 15:07
Currently translated at 100.0% (14 of 14 strings)

Translation: account-invoicing-16.0/account-invoicing-16.0-partner_invoicing_mode_monthly
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode_monthly/es/
Currently translated at 100.0% (14 of 14 strings)

Translation: account-invoicing-16.0/account-invoicing-16.0-partner_invoicing_mode_monthly
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode_monthly/it/
Allow to have a better extension mechanism when having multiple invoicing
modes.
To improve flexibility, the invoicing grouping option could be different
on the sale order level than on the partner level.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-invoicing-16.0/account-invoicing-16.0-partner_invoicing_mode_monthly
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode_monthly/
Currently translated at 100.0% (14 of 14 strings)

Translation: account-invoicing-16.0/account-invoicing-16.0-partner_invoicing_mode_monthly
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode_monthly/it/
Currently translated at 100.0% (14 of 14 strings)

Translation: account-invoicing-16.0/account-invoicing-16.0-partner_invoicing_mode_monthly
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode_monthly/es/
Currently translated at 100.0% (14 of 14 strings)

Translation: account-invoicing-16.0/account-invoicing-16.0-partner_invoicing_mode_monthly
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode_monthly/hr/
res_invoicing_mode_monthly_day_todo = fields.Integer(
related="company_id.invoicing_mode_monthly_day_todo", readonly=False
)
invoicing_mode_monthly_last_execution = fields.Datetime(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
invoicing_mode_monthly_last_execution = fields.Datetime(
res_invoicing_mode_monthly_last_execution = fields.Datetime(

to keep same convention for both fields in this file?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. I have updated

@chaule97 chaule97 force-pushed the 18.0-mig-partner_invoicing_mode_monthly branch from 7134b5d to 23dd829 Compare November 20, 2024 10:27
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.