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

[15.0][MIG] account_due_list: Migration to 15.0 #498

Merged
merged 53 commits into from
Apr 19, 2022

Conversation

LudLaf
Copy link
Contributor

@LudLaf LudLaf commented Apr 18, 2022

Standard migration to version 15

@Tecnativa

TT35672

tafaRU and others added 30 commits April 12, 2022 11:46
* amount_residual in payment_view
* maturity_residual, stored with dep. on date_maturity field
* Include also move lines without invoice
* Select by default "From invoice" filter
[IMP] account_due_list: Add fast install script
Problem: Key information, such as the supplier invoice number, does not appear in the due list. The information that appears in the list is inconsistent with the data shown in the list of move lines. The name of the move line is missing.
 Solution: Add the move line name to this list, as it provides valuable info.
remove en.po that was erroneously created by transbot
* Field 'maturity_residual' is dropped, because 'amount_residual' is a stored field in v9
* Rename fields as per names in v9
* Add pre-migration scripts to speed-up the migration to v9
removing
account_due_list/migrations/9.0.1.0.0/pre-migration.py
as not used in 10.0 because the fields stay the same
Currently translated at 100,0% (31 of 31 strings)

Translation: account-payment-11.0/account-payment-11.0-account_due_list
Translate-URL: https://translation.odoo-community.org/projects/account-payment-11-0/account-payment-11-0-account_due_list/de/
Currently translated at 93.5% (29 of 31 strings)

Translation: account-payment-12.0/account-payment-12.0-account_due_list
Translate-URL: https://translation.odoo-community.org/projects/account-payment-12-0/account-payment-12-0-account_due_list/it/
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Currently translated at 96.4% (27 of 28 strings)

Translation: account-payment-12.0/account-payment-12.0-account_due_list
Translate-URL: https://translation.odoo-community.org/projects/account-payment-12-0/account-payment-12-0-account_due_list/pt/
Currently translated at 100.0% (28 of 28 strings)

Translation: account-payment-12.0/account-payment-12.0-account_due_list
Translate-URL: https://translation.odoo-community.org/projects/account-payment-12-0/account-payment-12-0-account_due_list/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-payment-13.0/account-payment-13.0-account_due_list
Translate-URL: https://translation.odoo-community.org/projects/account-payment-13-0/account-payment-13-0-account_due_list/
oca-travis and others added 10 commits April 12, 2022 11:46
Currently translated at 78.9% (30 of 38 strings)

Translation: account-payment-14.0/account-payment-14.0-account_due_list
Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_due_list/fr_FR/
Currently translated at 86.8% (33 of 38 strings)

Translation: account-payment-14.0/account-payment-14.0-account_due_list
Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_due_list/fr_FR/
Currently translated at 100.0% (38 of 38 strings)

Translation: account-payment-14.0/account-payment-14.0-account_due_list
Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_due_list/es_AR/
Currently translated at 88.5% (31 of 35 strings)

Translation: account-payment-14.0/account-payment-14.0-account_due_list
Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_due_list/nl/
Currently translated at 88.5% (31 of 35 strings)

Translation: account-payment-14.0/account-payment-14.0-account_due_list
Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_due_list/fr/
@LudLaf LudLaf force-pushed the 15.0-mig-account_due_list branch from 9e5edd5 to afbaf1b Compare April 18, 2022 10:46
@LudLaf LudLaf force-pushed the 15.0-mig-account_due_list branch 2 times, most recently from 301193a to a5d29c4 Compare April 18, 2022 14:07
@LudLaf LudLaf force-pushed the 15.0-mig-account_due_list branch from a5d29c4 to 721c442 Compare April 18, 2022 14:26
Copy link
Member

@victoralmau victoralmau left a comment

Choose a reason for hiding this comment

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

Code review and UI ok.
Maybe you can squash administrative commits (to reduce the number of commits) and purge translations.

Copy link

@HaraldPanten HaraldPanten left a comment

Choose a reason for hiding this comment

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

Functional review 👍

@pedrobaeza
Copy link
Member

/ocabot migration account_due_list
/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 15.0-ocabot-merge-pr-498-by-pedrobaeza-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot added this to the 15.0 milestone Apr 19, 2022
@OCA-git-bot OCA-git-bot mentioned this pull request Apr 19, 2022
23 tasks
@OCA-git-bot OCA-git-bot merged commit 7449394 into OCA:15.0 Apr 19, 2022
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 654e356. Thanks a lot for contributing to OCA. ❤️

@LudLaf
Copy link
Contributor Author

LudLaf commented Apr 20, 2022

Code review and UI ok. Maybe you can squash administrative commits (to reduce the number of commits) and purge translations.

@victoralmau​ ​thanks for your suggestion. I believe it's too late for me to make those changes, but I​ wi​ll take it into account from now on.​​

adrip-s73 pushed a commit to Studio73/account-payment that referenced this pull request Jan 12, 2024
* Fix wizards for proper multicompany behaviour.
* Fix layout issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.