-
-
Notifications
You must be signed in to change notification settings - Fork 790
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] purchase_force_invoiced #1681
[16.0][MIG] purchase_force_invoiced #1681
Conversation
Co-Authored-By: Eric @ Elico Corp <[email protected]>
Currently translated at 100.0% (4 of 4 strings) Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_force_invoiced Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_force_invoiced/zh_CN/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-13.0/purchase-workflow-13.0-purchase_force_invoiced Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-13-0/purchase-workflow-13-0-purchase_force_invoiced/
The purchase BI analysis is not taking into account the "Force invoiced" check for showing their quantity to be billed, so it gives contradictory information from the search filter and the pivot. This commit adapts the SQL report for taking this into account.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-15.0/purchase-workflow-15.0-purchase_force_invoiced Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-15-0/purchase-workflow-15-0-purchase_force_invoiced/
…with inconsistent data
Tests are green, cool ! |
) | ||
return product | ||
|
||
def create_invoice_line(self, line, invoice): |
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.
Looks like you can remove this method now.
Set force_invoiced field invisible on RFQs (state not in purchase or done) force_invoiced is now tracked in chatter
294b869
to
cd35dfd
Compare
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.
Code review
@StefanRijnhart Could you update your review? |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at f9db6fd. Thanks a lot for contributing to OCA. ❤️ |
next time link to migration issue please #1585 |
/ocabot migration purchase_force_invoiced |
2 small improvements: