| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/operating-unit |
| GIT | |
| GIT | https://github.com/OCA/operating-unit.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/operating-unit/tree/12.0/sale_multi_operating_unit |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sales Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators, Serpent Consulting Services Pvt. Ltd. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators, Serpent Consulting Services Pvt. Ltd. |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Murtuza Saleh |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/operating-unit |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/operating-unit: - product_operating_unit - operating_unit - res_partner_operating_unit - sale_operating_unit - account_operating_unit - analytic_operating_unit - sales_team_operating_unit odoo/odoo: - crm - base_setup - base - web - sales_team - bus - web_tour - calendar - resource - fetchmail - utm - contacts - digest - portal - http_routing - product - decimal_precision - uom - sale - payment - account - analytic |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
extend_view_order_form |
sale.order.form | sale.order | xpath | Inherits sale.view_order_form |
view_res_company_form |
res.company.form | res.company | xpath | Inherits base.view_company_form |
No new fields.
Public methods (1)onchange_date_deadline(self)
lead_description_template
Text
default=_get_default_lead_description_template
help='Template used to provide the information for an operating unit to quote another.'
required=True
string='Lead Description Template'
No public methods.
quote_ids
One2many → sale.order.quote
string='Internal Quotes'
args: 'sale.order.quote', 'sale_id'
create(self, vals)
assigned_to
Many2one → res.users
related='lead_id.user_id'
args: 'res.users'
expected_date
Date
string='Expected Date'
lead_id
Many2one → crm.lead
comodel_name='crm.lead'
readonly=True
string='Lead'
line_ids
One2many → sale.order.quote.line
string='Products'
args: 'sale.order.quote.line', 'quote_id'
name
Char
string='Name'
notes
Text
operating_unit_id
Many2one → operating.unit
comodel_name='operating.unit'
required=True
string='Operating Unit'
sale_id
Many2one → sale.order
comodel_name='sale.order'
string='Sale'
state
Selection
copy=False
default='new'
string='State'
track_visibility='onchange'
args: [('new', 'New'), ('sent', 'Sent'), ('received', 'Received')]
action_send(self)
generate_crm_lead(self)
generate_lead_description(self)
generate_lead_description(self)
prepare_crm_lead_values(self)
write(self, vals)
name
Char
required=True
string='Description'
price_unit
Float
string='Unit Price'
product_id
Many2one → product.product
comodel_name='product.product'
string='Product'
qty
Float
string='Quantity'
quote_id
Many2one → sale.order.quote
comodel_name='sale.order.quote'
string='Internal Quote'
subtotal
Float
string='Subtotal'
uom_id
Many2one → uom.uom
comodel_name='uom.uom'
string='Unit of Measure'
onchange_product_id(self)