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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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_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'
Public methods (2)
  • create_items(self)
  • select_products(self)

New fields (4)
  • name Char
    args: 'Description'
  • 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'
Public methods (0)

No public methods.