| 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_quotation_template_product_multi_add |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Sale Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ilyas, Ooops404 |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ilyas, Ooops404 |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Ilyas |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_management - 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 |
|---|---|---|---|---|
sale_order_template_view_form_inherit |
sale.order.template.form.inherit | sale.order.template | field | Inherits sale_management.sale_order_template_view_form |
view_add_products_to_qt |
sale.template.add.products.form | sale.template.add.products | form | New |
view_add_products_to_qt2 |
sale.template.add.products.form2 | sale.template.add.products | form | New |
item_ids
One2many → sale.template.add.products.item
comodel_name='sale.template.add.products.item'
inverse_name='wizard_id'
product_ids
Many2many → product.product
comodel_name='product.product'
create_items(self)
select_products(self)
name
Char
product_id
Many2one → product.product
comodel_name='product.product'
ondelete='cascade'
required=True
string='Product'
quantity
Float
default=1.0
digits='Product Unit of Measure'
required=True
wizard_id
Many2one → sale.template.add.products
comodel_name='sale.template.add.products'
ondelete='cascade'
required=True
string='Wizard'
No public methods.