| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/18.0/sale_order_secondary_unit |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Daniel Reis, Carlos Lopez, Weblate, OCA-git-bot, oca-ci, Carlos Roca |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_secondary_unit odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of sale orders to allow sale products in secondary unit of distinct category. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_secondary_unit_view_search |
product.secondary.unit.view.search | product.secondary.unit | search | New |
product_secondary_unit_view_tree |
product.secondary.unit.sale.view.list | product.secondary.unit | list | New |
product_template_form_view |
Product template Secondary Unit | product.template | div | Inherits product.product_template_form_view |
report_saleorder_document |
report_saleorder_document | ir.ui.view | qweb | Inherits sale.report_saleorder_document |
view_order_form |
Sale Order Secondary Unit | sale.order | xpath | Inherits sale.view_order_form |
sale_secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
domain="['|', ('product_id', '=', id),'&', ('product_tmpl_id', '=', product_tmpl_id), ('product_id', '=', False)]"
help="In order to set a value, please first add at least one record in 'Secondary Unit of Measure'"
string='Default secondary unit for sales'
No public methods.
sale_secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
compute='_compute_sale_secondary_uom_id'
domain="[('product_tmpl_id', '=', id), ('product_id', '=', False)]"
help="In order to set a value, please first add at least one record in 'Secondary Unit of Measure'"
inverse='_inverse_sale_secondary_uom_id'
store=True
string='Default secondary unit for sales'
create(self, vals_list)
onchange_sale_secondary_uom_id(self)
product_uom_qty
Float
copy=True
secondary_uom_unit_price
Float
compute='_compute_secondary_uom_unit_price'
digits='Product Price'
string='2nd unit price'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/17.0/sale_order_secondary_unit |
| VERSION | |
| VERSION | 1.0.6 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Daniel Reis, Carlos Lopez, Weblate, OCA-git-bot, oca-ci, pilarvargas-tecnativa, David Bañón, Martha Rondon |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_secondary_unit odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of sale orders to allow sale products in secondary unit of distinct category. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_secondary_unit_view_search |
product.secondary.unit.view.search | product.secondary.unit | search | New |
product_secondary_unit_view_tree |
product.secondary.unit.sale.view.tree | product.secondary.unit | tree | New |
product_template_form_view |
Product template Secondary Unit | product.template | field | Inherits product.product_template_form_view |
report_saleorder_document |
report_saleorder_document | ir.ui.view | qweb | Inherits sale.report_saleorder_document |
view_order_form |
Sale Order Secondary Unit | sale.order | xpath | Inherits sale.view_order_form |
sale_secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
domain="['|', ('product_id', '=', id),'&', ('product_tmpl_id', '=', product_tmpl_id), ('product_id', '=', False)]"
help="In order to set a value, please first add at least one record in 'Secondary Unit of Measure'"
string='Default secondary unit for sales'
No public methods.
sale_secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
compute='_compute_sale_secondary_uom_id'
domain="[('product_tmpl_id', '=', id), ('product_id', '=', False)]"
help="In order to set a value, please first add at least one record in 'Secondary Unit of Measure'"
inverse='_inverse_sale_secondary_uom_id'
store=True
string='Default secondary unit for sales'
create(self, vals_list)
onchange_sale_secondary_uom_id(self)
product_uom_qty
Float
copy=True
secondary_uom_unit_price
Float
compute='_compute_secondary_uom_unit_price'
digits='Product Price'
string='2nd unit price'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/16.0/sale_order_secondary_unit |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Daniel Chionne |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:11:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_secondary_unit odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of sale orders to allow sale products in secondary unit of distinct category. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_secondary_unit_view_search |
product.secondary.unit.view.search | product.secondary.unit | search | New |
product_secondary_unit_view_tree |
product.secondary.unit.sale.view.tree | product.secondary.unit | tree | New |
product_template_form_view |
Product template Secondary Unit | product.template | field | Inherits product.product_template_form_view |
report_saleorder_document |
report_saleorder_document | ir.ui.view | qweb | Inherits sale.report_saleorder_document |
view_order_form |
Sale Order Secondary Unit | sale.order | xpath | Inherits sale.view_order_form |
sale_secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
domain="['|', ('product_id', '=', id),'&', ('product_tmpl_id', '=', product_tmpl_id), ('product_id', '=', False)]"
help="In order to set a value, please first add at least one record in 'Secondary Unit of Measure'"
string='Default secondary unit for sales'
No public methods.
sale_secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
compute='_compute_sale_secondary_uom_id'
domain="[('product_tmpl_id', '=', id), ('product_id', '=', False)]"
help="In order to set a value, please first add at least one record in 'Secondary Unit of Measure'"
inverse='_inverse_sale_secondary_uom_id'
store=True
string='Default secondary unit for sales'
create(self, vals_list)
onchange_sale_secondary_uom_id(self)
product_uom_qty
Float
copy=True
secondary_uom_unit_price
Float
compute='_compute_secondary_uom_unit_price'
digits='Product Price'
string='2nd unit price'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/15.0/sale_order_secondary_unit |
| VERSION | |
| VERSION | 2.2.2 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Carlos Dauden, sergio-teruel, Ernesto Tejeda, Weblate, OCA-git-bot, David, oca-ci, pilarvargas-tecnativa, CarlosRoca13, josep-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:33 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_secondary_unit odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_secondary_unit_view_search |
product.secondary.unit.view.search | product.secondary.unit | search | New |
product_secondary_unit_view_tree |
product.secondary.unit.sale.view.tree | product.secondary.unit | tree | New |
product_template_form_view |
Product template Secondary Unit | product.template | field | Inherits product.product_template_form_view |
report_saleorder_document |
report_saleorder_document | ir.ui.view | qweb | Inherits sale.report_saleorder_document |
view_order_form |
Sale Order Secondary Unit | sale.order | xpath | Inherits sale.view_order_form |
sale_secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
domain="['|', ('product_id', '=', id),'&', ('product_tmpl_id', '=', product_tmpl_id), ('product_id', '=', False)]"
help="In order to set a value, please first add at least one record in 'Secondary Unit of Measure'"
string='Default secondary unit for sales'
No public methods.
sale_secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
compute='_compute_sale_secondary_uom_id'
domain="[('product_tmpl_id', '=', id), ('product_id', '=', False)]"
help="In order to set a value, please first add at least one record in 'Secondary Unit of Measure'"
inverse='_inverse_sale_secondary_uom_id'
store=True
string='Default secondary unit for sales'
create(self, vals_list)
onchange_sale_secondary_uom_id(self)
product_uom_qty
Float
compute='_compute_product_uom_qty'
copy=True
readonly=False
store=True
secondary_uom_unit_price
Float
compute='_compute_secondary_uom_unit_price'
digits='Product Price'
string='2nd unit price'
onchange_product_uom_for_secondary(self)
product_id_change(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/14.0/sale_order_secondary_unit |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Mourad, oca-ci, Alexei Rivera, Kev-Roche, Eduard Brahas, Kévin Roche |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_secondary_unit odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_form_view |
Product template Secondary Unit | product.template | field | Inherits product.product_template_form_view |
report_saleorder_document |
report_saleorder_document | ir.ui.view | qweb | Inherits sale.report_saleorder_document |
view_order_form |
Sale Order Secondary Unit | sale.order | xpath | Inherits sale.view_order_form |
sale_secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
help="In order to set a value, please first add at least one record in 'Secondary Unit of Measure'"
string='Default secondary unit for sales'
No public methods.
product_uom_qty
Float
compute='_compute_product_uom_qty'
copy=True
readonly=False
store=True
secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
ondelete='restrict'
string='2nd uom'
secondary_uom_qty
Float
digits='Product Unit of Measure'
string='2nd Qty'
secondary_uom_unit_price
Float
compute='_compute_secondary_uom_unit_price'
digits='Product Unit of Measure'
readonly=True
store=False
string='2nd unit price'
onchange_product_uom_for_secondary(self)
product_id_change(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/13.0/sale_order_secondary_unit |
| VERSION | |
| VERSION | 1.3.1 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, OCA Transbot, sergio-teruel, Víctor Martínez, Ernesto Tejeda, Thomas Binsfeld, oca-travis, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_secondary_unit odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_secondary_unit_view_search |
product.secondary.unit.view.search | product.secondary.unit | search | New |
product_secondary_unit_view_tree |
product.secondary.unit.sale.view.tree | product.secondary.unit | tree | Inherits product_secondary_unit.product_secondary_unit_view_tree |
product_template_form_view |
Product template Secondary Unit | product.template | field | Inherits product.product_template_form_view |
report_saleorder_document |
report_saleorder_document | ir.ui.view | qweb | Inherits sale.report_saleorder_document |
view_order_form |
Sale Order Secondary Unit | sale.order | xpath | Inherits sale.view_order_form |
sale_secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
copy=False
string='Default secondary unit for sales'
No public methods.
secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
ondelete='restrict'
string='Secondary uom'
secondary_uom_qty
Float
digits='Product Unit of Measure'
string='Secondary Qty'
onchange_product_uom_for_secondary(self)
onchange_secondary_unit_product_uom_qty(self)
onchange_secondary_uom(self)
product_id_change(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/12.0/sale_order_secondary_unit |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Alexandre Díaz, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Tony Gu |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_secondary_unit odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - decimal_precision - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_form_view |
Product template Secondary Unit | product.template | field | Inherits product.product_template_form_view |
report_saleorder_document |
report_saleorder_document | ir.ui.view | qweb | Inherits sale.report_saleorder_document |
view_order_form |
Sale Order Secondary Unit | sale.order | xpath | Inherits sale.view_order_form |
sale_secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
string='Default secondary unit for sales'
No public methods.
secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
ondelete='restrict'
string='Secondary uom'
secondary_uom_qty
Float
digits=dp.get_precision('Product Unit of Measure')
string='Secondary Qty'
onchange_product_uom_for_secondary(self)
onchange_secondary_unit_product_uom_qty(self)
onchange_secondary_uom(self)
product_id_change(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/11.0/sale_order_secondary_unit |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | GitHub, OCA Transbot, Sergio Teruel, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_secondary_unit odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - account - product - decimal_precision - analytic - web_planner - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_form_view |
Product template Secondary Unit | product.template | field | Inherits product.product_template_form_view |
report_saleorder_document |
report_saleorder_document | ir.ui.view | qweb | Inherits sale.report_saleorder_document |
view_order_form |
Sale Order Secondary Unit | sale.order | xpath | Inherits sale.view_order_form |
sale_secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
string='Default secondary unit for sales'
No public methods.
secondary_uom_id
Many2one → product.secondary.unit
comodel_name='product.secondary.unit'
ondelete='restrict'
string='Secondary uom'
secondary_uom_qty
Float
digits=dp.get_precision('Product Unit of Measure')
string='Secondary Qty'
onchange_product_uom_for_secondary(self)
onchange_secondary_unit_product_uom_qty(self)
onchange_secondary_uom(self)
product_id_change(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/sale-workflow |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG]: sale_order_secondary_unit (#4175) |