| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/15.0/purchase_order_qty_by_product_category |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Italo Lopes |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Italo Lopes |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, SilvioC2C, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:40 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_view_form_inherit |
purchase.order.view.form.inherit | purchase.order | xpath | Inherits purchase.purchase_order_form |
res_config_settings_view_form_purchase |
res.config.settings.view.form.inherit.purchase | res.config.settings | xpath | Inherits base.res_config_settings_view_form |
category_qty_split_by_uom
Boolean
default=<expr>
category_qty_split_by_uom_reference
Boolean
default=<expr>
qty_by_product_category_ids
One2many → purchase.order.qty.by.product.category
readonly=True
string='Order Qty By Category'
args: 'purchase.order.qty.by.product.category', 'purchase_order_id'
No public methods.
qty_by_product_category_id
Many2one → purchase.order.qty.by.product.category
compute='_compute_qty_by_product_category_id'
store=True
string='Order Line Qty By Category'
args: 'purchase.order.qty.by.product.category'
unlink(self)
category_id
Many2one → product.category
ondelete='cascade'
required=True
args: 'product.category'
purchase_line_ids
One2many → purchase.order.line
purchase_order_id
Many2one → purchase.order
ondelete='cascade'
required=True
args: 'purchase.order'
qty_ordered
Float
compute='_compute_quantities'
digits='Product Unit of Measure'
store=True
qty_received
Float
compute='_compute_quantities'
digits='Product Unit of Measure'
store=True
qty_to_receive
Float
compute='_compute_quantities'
digits='Product Unit of Measure'
store=True
qty_uom_id
Many2one → uom.uom
No public methods.
po_category_qty_split_by_uom
Boolean
po_category_qty_split_by_uom_reference
Boolean
No public methods.
po_category_qty_split_by_uom
Boolean
readonly=False
related='company_id.po_category_qty_split_by_uom'
po_category_qty_split_by_uom_reference
Boolean
readonly=False
related='company_id.po_category_qty_split_by_uom_reference'
No public methods.