-
-
Notifications
You must be signed in to change notification settings - Fork 697
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
[12.0][MIG] account_global_discount: Migration to 12.0 #748
[12.0][MIG] account_global_discount: Migration to 12.0 #748
Conversation
@manuelcalerosolis you can review this one if you want. |
ok, I will be delighted to review it. |
70208b0
to
bfbd329
Compare
@carlosdauden problem fixed |
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.
Tested on runbot 👍
@@ -0,0 +1,124 @@ | |||
<section class="oe_container"> |
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.
Well, it will be generated on merge, although I usually pre-generate it, but not sure if this time it wasn't done.
Give discounts info in the invoice report.
- We need to take into account invoice lines with multiple taxes, so the link should be m2m. - Migration scripts for preserving the best information on existing installations. - Tests for checking new conditions. - Perform sanity check for not ending in an incompatible situation. - Some refactor done on onchanges for avoiding duplicating operations. - Adjust UI for not allowing to edit computed invoice global discounts.
- Standard procedure - Make test more resilient
bfbd329
to
f59aaca
Compare
@manuelcalerosolis index.html regenerated. |
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.
👍
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at f5bf9eb. Thanks a lot for contributing to OCA. ❤️ |
@Tecnativa TT24294