-
-
Notifications
You must be signed in to change notification settings - Fork 417
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
[16.0][MIG] account_payment_term_extension #580
[16.0][MIG] account_payment_term_extension #580
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
Currently translated at 100.0% (34 of 34 strings) Translation: account-payment-15.0/account-payment-15.0-account_payment_term_extension Translate-URL: https://translation.odoo-community.org/projects/account-payment-15-0/account-payment-15-0-account_payment_term_extension/ca/
Currently translated at 100.0% (34 of 34 strings) Translation: account-payment-15.0/account-payment-15.0-account_payment_term_extension Translate-URL: https://translation.odoo-community.org/projects/account-payment-15-0/account-payment-15-0-account_payment_term_extension/pt_BR/
Functional validation LGTM |
Hello @anothingguy , could you have a look at the pre-commit? |
LGTM : OCA/oca-addons-repo-template#185 create new PR: checkout the branch (eg: 16.0) fork it and run copier -f update |
Hello @anothingguy , could you have a look at the pre-commit please? |
7dd0a1b
to
fe99ad1
Compare
Hello @StephaneMangin, pre-commit is green now |
This PR has the |
@anothingguy next time, please, fix the module name in the title of the PR: it makes easier to find it while searching for PRs. /ocabot migration account_payment_term_extension |
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
@simahawk The merge process could not be finalized, because command
|
Congratulations, your PR was merged at 765e788. Thanks a lot for contributing to OCA. ❤️ |
This migration has an issue , we are loosing functionality: |
after_invoice_month
can be used alternatively with flagend_month
in v16