[19.0][MIG] account_payment_term_extension: Migration to 19.0#903
[19.0][MIG] account_payment_term_extension: Migration to 19.0#903pablo-cort-s73 wants to merge 56 commits intoOCA:19.0from
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 <pedro.baeza@tecnativa.com>
* 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% (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/
|
@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.
You shouldn't remove previous comments, the credits of THERA should remain
There was a problem hiding this comment.
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
|
Hi @pablo-cort-s73, |
|
Of course @odooNextev right now I add the commit to the migration. Thanks a lot |
17e6b27 to
9fd4dd3
Compare
|
@odooNextev fix commit added before migration commit. Can you check it, pls? |
Code looks good, but I cannot try it on runboat cause it doesn't work. |
9fd4dd3 to
ce4e5b5
Compare
@odooNextev Runboat on. 👍 |

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.