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

[17.0][IMP] sale_force_invoiced: update invoice status in SOL #3090

Open
wants to merge 1 commit into
base: 17.0
Choose a base branch
from

Conversation

odooexperts-visioncode
Copy link

@odooexperts-visioncode odooexperts-visioncode commented Apr 23, 2024

update sale order line invoice status together when updating sale order invoice status by force invoiced boolean

@odooexperts-visioncode odooexperts-visioncode changed the title [17.0][IMP] sale_force_invoiced: update invoice status in sales order… [17.0][IMP] sale_force_invoiced: update invoice status in SOL Apr 23, 2024
sale_force_invoiced/__manifest__.py Outdated Show resolved Hide resolved
@@ -1,3 +1,4 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import sale_order
from . import sale_order_line
Copy link
Member

Choose a reason for hiding this comment

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

You can incorporate children model overrides in the same sale_order.py file.

sale_force_invoiced/model/sale_order_line.py Outdated Show resolved Hide resolved
@pedrobaeza pedrobaeza added this to the 17.0 milestone Apr 23, 2024
Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

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

Please squash all the commits into one.

sale_force_invoiced/model/sale_order.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants