-
-
Notifications
You must be signed in to change notification settings - Fork 471
[19.0][MIG] account_payment_term_extension: Migration to 19.0 #903
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
base: 19.0
Are you sure you want to change the base?
[19.0][MIG] account_payment_term_extension: Migration to 19.0 #903
Conversation
…_term_extension Add support for months and weeks in account.payment.term.line Add unittest PEP8 validation
Fix and add a feature for apply a chronological order on lines Merge of the 'account_payment_term_multi_day' module Add icon to module
[UPD] Update account_payment_term_extension.pot
Currently translated at 100.0% (28 of 28 strings) Translation: account-invoicing-12.0/account-invoicing-12.0-account_payment_term_extension Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-account_payment_term_extension/es/
Currently translated at 100.0% (28 of 28 strings) Translation: account-invoicing-12.0/account-invoicing-12.0-account_payment_term_extension Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-account_payment_term_extension/pt_BR/
Currently translated at 100.0% (28 of 28 strings) Translation: account-invoicing-12.0/account-invoicing-12.0-account_payment_term_extension Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-account_payment_term_extension/fr/
Currently translated at 100.0% (28 of 28 strings) Translation: account-invoicing-12.0/account-invoicing-12.0-account_payment_term_extension Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-account_payment_term_extension/fr_CH/
Currently translated at 85.7% (24 of 28 strings) Translation: account-invoicing-12.0/account-invoicing-12.0-account_payment_term_extension Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-account_payment_term_extension/hr/
…s precision_digits
Currently translated at 100.0% (28 of 28 strings) Translation: account-payment-13.0/account-payment-13.0-account_payment_term_extension Translate-URL: https://translation.odoo-community.org/projects/account-payment-13-0/account-payment-13-0-account_payment_term_extension/es_AR/
…ion in payment term lines
…re resilient * A `account.journal` record was being searched and used to create invoices, even though it was not necessary. This introduced the problem of finding more than one record that satisfied the search query, breaking the test for a singleton error. This removes the need for that. * Extract a method for creating the invoice. * Don't depend on variable year for tests. TT27288 Co-Authored-By: Pedro M. Baeza <[email protected]>
* Standard procedure * Adapt code * Adapt tests * Convert tests to SavepointCase [UPD] Update account_payment_term_extension.pot
…and weeks fix computing months and weeks
add test months
Currently translated at 100.0% (34 of 34 strings) Translation: account-payment-14.0/account-payment-14.0-account_payment_term_extension Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_payment_term_extension/es_AR/
Currently translated at 100.0% (33 of 33 strings) Translation: account-payment-16.0/account-payment-16.0-account_payment_term_extension Translate-URL: https://translation.odoo-community.org/projects/account-payment-16-0/account-payment-16-0-account_payment_term_extension/it/
…_compute_terms() to prevent error Required since odoo/odoo@c45b520
Currently translated at 100.0% (44 of 44 strings) Translation: account-payment-17.0/account-payment-17.0-account_payment_term_extension Translate-URL: https://translation.odoo-community.org/projects/account-payment-17-0/account-payment-17-0-account_payment_term_extension/it/
Co-authored-by: Carlos Lopez <[email protected]>
Currently translated at 100.0% (44 of 44 strings) Translation: account-payment-18.0/account-payment-18.0-account_payment_term_extension Translate-URL: https://translation.odoo-community.org/projects/account-payment-18-0/account-payment-18-0-account_payment_term_extension/tr/
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
Funcional review ok
arantxa-s73
left a comment
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
|
@OCA/banking-maintainers Please, can you merge this PR? |
|
@Reyes4711-S73 Please read up on the section 'Get your code merged' of https://odoo-community.org/resources/code. On top of that, the various |
|
@StefanRijnhart Sorry if I'm making "noise" in newer PR like this. In other PR that I have been reviewing, I requested a maintainer review/merge are PR that we have it opened more time, some even more than 2 years |
5c163af to
8bdf37f
Compare
|
This PR has the |
| @@ -1,2 +1,2 @@ | |||
| The migration of this module from 17.0 to 18.0 was financially supported | |||
| by THERA S.R.L. | |||
| The migration of this module from 18.0 to 19.0 was financially supported | |||
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.
You shouldn't remove previous comments, the credits of THERA should remain
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 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.
Ok @etobella , but according to the migration guide, references in other versions must be removed. @pedrobaeza , can you confirm the correct way to do this?
8bdf37f to
08c7679
Compare
|
/ocabot migration account_payment_term_extension |
08c7679 to
17e6b27
Compare

19.0.1.0.0in the manifest.account_payment_term_holidaymodel, thecheck_holidayconstraint was refactored to use the newodoo.fields.DomainAPI and marked as@api.private.