OCA / purchase-workflow

Odoo Purchases, Workflow and Organization
GNU Affero General Public License v3.0
197 stars 764 forks source link

[16.0][ADD] purchase_force_invoiced_quantity: add module #2358

Open dessanhemrayev opened 1 month ago

dessanhemrayev commented 1 month ago

This module implements additional featured for the Purchase Force Invoiced https://github.com/OCA/purchase-workflow/tree/16.0/purchase_force_invoiced module.

This module add a new "Force Invoiced" field to purchase order lines. This field is used as modifier when computing quantity to be invoiced.

Current behaviour: quantity to invoice = delivered - invoiced

Implemented behaviour: quantity to invoice = delivered - invoiced - force invoiced