Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
sale
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 09:06:23
Authors
Odoo Community Association (OCA), Cetmix
Maintainers
Odoo Community Association (OCA), Cetmix
Committers
OCA-git-bot, oca-ci, kalpeshgajera-uncannycs
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module add a new "Force Invoiced" field to sales order lines. This
field is used as modifier when computing quantity to be invoiced.

Current behaviour:

- quantity to invoice = delivered - invoiced

and

- quantity to invoice = product quantity - invoiced

Implemented behaviour:

- quantity to invoice = delivered - invoiced - force invoiced quantity

and

- quantity to invoice = product quantity - invoiced - force invoiced
  quantity

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form sale.order.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • force_invoiced_quantity Float
    digits='Product Unit of Measure' help='This amount will be deducted from quantity to invoice.\nquantity to invoice = delivered - invoiced - force invoiced'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…