TIP: You can type at any time to perform a new search.
Sale Quotation Template Product Multi Add
sale_quotation_template_product_multi_add · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Sale Management
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 07:47:29
- Authors
- Odoo Community Association (OCA), Ooops404, Ilyas
- Maintainers
- Odoo Community Association (OCA), Ooops404, Ilyas
- Committers
- Weblate, OCA Transbot, OCA-git-bot, oca-travis, Ilyas
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_template_view_form_inherit |
sale.order.template.form.inherit | sale.order.template | form | 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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
item_idsOne2many → sale.template.add.products.itemcomodel_name='sale.template.add.products.item'inverse_name='wizard_id' -
product_idsMany2many → product.productcomodel_name='product.product'
-
create_items(self) -
select_products(self)
New fields (4)
-
nameCharargs: 'Description' -
product_idMany2one → product.productcomodel_name='product.product'ondelete='cascade'required=Truestring='Product' -
quantityFloatdefault=1.0digits='Product Unit of Measure'required=True -
wizard_idMany2one → sale.template.add.productscomodel_name='sale.template.add.products'ondelete='cascade'required=Truestring='Wizard'
No public methods.