[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 <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/
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. 👍 |
|
is it ready to merge? |
|
@pedrobaeza is it possible merge? Thank you so much in advance for your help |
|
@etobella has requested changes. |
|
/ocabot merge nobump |
1 similar comment
|
/ocabot merge nobump |
|
On my way to merge this fine PR! |
|
This PR looks fantastic, let's merge it! |
|
Cancelling my merge 🤦 |
|
@pedrobaeza your merge command was aborted due to failed check(s), which you can inspect on this commit of 19.0-ocabot-merge-pr-903-by-pedrobaeza-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
|
Congratulations, your PR was merged at 8a69af1. Thanks a lot for contributing to OCA. ❤️ |
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.