Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales Management
Folder size
0.39 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:17:43
Authors
Odoo Community Association (OCA), Tecnativa, Antiun Ingeniería S.L., Incaser Informatica S.L.
Maintainers
Odoo Community Association (OCA), Tecnativa, Antiun Ingeniería S.L., Incaser Informatica S.L.
Committers
Pedro M. Baeza, Denis Roussel
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
product_packaging_filter product.packaging.filter product.packaging search New
product_packaging_form_inherit product.packaging.form.inherit product.packaging form Inherits product.product_packaging_form_view
product_packaging_tree_view product.packaging.tree.inherit product.packaging tree Inherits product.product_packaging_tree_view
view_order_form_inherit_sale_stock Add packaging to sale order lines tree sale.order form Inherits sale_stock.view_order_form_inherit_sale_stock
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (3)
  • list_price Float
    digits_compute=dp.get_precision('Product Price') help='This price will be considered as a price for complete package' string='Package Price'
  • package_material_id Many2one → product.packaging.material
    comodel_name='product.packaging.material' string='Package Material'
  • weight Float
    digits_compute=dp.get_precision('Stock Weight') help='Weight of the package itself, wighout counting inner products.' string='Package Weight'
Public methods (0)

No public methods.

New fields (1)
  • name Char
    string='Package Material'
Public methods (0)

No public methods.

New fields (3)
  • packaging_price Float
    readonly=True related='product_packaging.list_price' string='Package Price'
  • packaging_weight Float
    digits_compute=dp.get_precision('Stock Weight') string='Package Weight'
  • product_packaging Many2one
    ondelete='restrict'
Public methods (0)

No public methods.

New fields (2)
  • product_packaging Many2one → product.packaging
    comodel_name='product.packaging' readonly=True string='Product Package'
  • qty_packaging Integer
    readonly=True string='Qty Package'
Public methods (0)

No public methods.

Loading…

Loading…