| 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/14.0/purchase_vendor_bill_breakdown |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Cetmix, Ooops |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Cetmix, Ooops |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Alessandro Uffreduzzi, geomer198 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/purchase-workflow: - purchase_supplierinfo_product_breakdown 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 |
|---|---|---|---|---|
product_supplierinfo_component_form_view |
product.supplierinfo.component.form.view | product.supplierinfo | field | Inherits purchase_supplierinfo_product_breakdown.product_supplierinfo_component_form_view |
product_supplierinfo_tree_view4 |
product.spplierinfo.inherit.tree.view | product.supplierinfo | field | Inherits purchase_supplierinfo_product_breakdown.product_supplierinfo_tree_view3 |
purchase_order_form |
purchase.order.form.inherit | purchase.order | group | Inherits purchase.purchase_order_form |
purchase_order_line_components_form_view |
purchase.order.line.components.form.view | purchase.order.line | form | New |
view_product_supplier_inherit |
product.template.supplier.form.inherit | product.template | field | Inherits purchase_supplierinfo_product_breakdown.view_product_supplier_inherit |
No new fields.
Public methods (1)create(self, vals_list)
component_qty
Float
default=0.0
No public methods.
price
Float
compute='_compute_price'
inverse='_inverse_price'
store=True
price_manual
Float
copy=False
digits='Product Price'
string='Price'
No public methods.
current_price
Float
compute='_compute_current_price'
store=True
string='Current price'
price_total
Float
compute='_compute_price_total'
store=True
get_supplier_by_args(self, product_id, partner_id)
use_product_components
Boolean
set_partner_use_product_components(self)
write(self, vals)
component_ids
One2many → purchase.order.line.component
comodel_name='purchase.order.line.component'
inverse_name='line_id'
last_qty_invoiced
Float
compute='_compute_last_qty_invoiced'
store=True
string='Billed Qty'
show_breakdown
Boolean
compute='_compute_show_breakdown'
supplier_id
Many2one → product.supplierinfo
comodel_name='product.supplierinfo'
compute='_compute_supplier_id'
store=True
use_product_components
Boolean
related='order_id.use_product_components'
action_open_component_view(self)
check_component_ids(self)
create(self, vals)
write(self, vals)
component_id
Many2one → product.product
comodel_name='product.product'
required=True
string='Component'
component_uom_category_id
Many2one
related='component_id.uom_id.category_id'
currency_id
Many2one
readonly=True
related='line_id.order_id.currency_id'
store=True
string='Currency'
line_id
Many2one → purchase.order.line
comodel_name='purchase.order.line'
required=True
string='Purchase Order Line'
partner_id
Many2one
related='line_id.order_id.partner_id'
price_subtotal
Monetary
compute='_compute_price_subtotal'
store=True
string='Subtotal'
price_unit
Float
compute='_compute_price_unit'
default=0.0
digits='Unit Price'
required=True
store=True
string='Unit Price'
product_uom_id
Many2one → uom.uom
domain="[('category_id', '=', component_uom_category_id)]"
required=True
string='Unit of Measure'
args: 'uom.uom'
product_uom_qty
Float
default=1.0
required=True
string='Quantity per Unit'
qty_invoiced
Float
compute='_compute_qty_invoiced'
readonly=1
store=True
string='Billed'
qty_to_invoice
Float
compute='_compute_qty_invoiced'
digits='Component Unit of Measure'
readonly=True
store=True
string='To Invoice Quantity'
supplier_id
Many2one
related='line_id.supplier_id'
total
Float
compute='_compute_total'
string='Quantity'
total_qty
Float
default=0.0
readonly=True
required=True
string='Received'
onchange_component_id(self)