-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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] sale_invoice_plan: Migrate to 16.0 #2438
base: 16.0
Are you sure you want to change the base?
Conversation
/ocabot migration sale_invoice_plan |
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.
LGTM
Any update about this? |
/ocabot merge nobump |
On my way to merge this fine PR! |
@dreispt your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-2438-by-dreispt-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. |
Added forward port of #2408 |
9216663
to
0083fb8
Compare
8bb0edc
to
a52b260
Compare
can you see this PR? |
@dreispt let me check.
Sorry for delayed response, I will review this shortly. What is in the "fix" link, clicked and see nothing there. |
…f the product's unit of measure
OK the bug mentioned above was fixed here #2543 Let's merge it and cherry pick it here. |
The Advance Payment use case still doesn't work, but at least invoicing one by one works.
- Move menu item after Sales Orders, rather than first option - Fix typo
6eb6199
to
43397b0
Compare
Hello, As I come back to check this module, sale_invoice_plan. I tested that everything including Advance works fine on version 14 and 15. I want to propose to close this PR first, and I will do the fresh upgrade from 15 to 16 make sure everything works according to its normality. Then, if you have any other features to add, you can do in separated PR (so it can be backport too) |
Here the new PR with minimum fix to make it works as in previous version #2988 |
@MS-OSI can you help closing this one? Thanks! |
Can anyone help closing this PR please. Thanks! |
Any udpdate? |
@DigitalAutomations you can test PR #2988 |
Sales Invoice Plan
By standard feature, user can gradually create partial invoices, one by one.
This module add ability to create invoices based on the predefined invoice plan,
either all at once, or one by one.
The plan support both advance invoice and installment invoices.