Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.1.0
Category
Sales
Folder size
0.06 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:42:48
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
Weblate, Eduardo de Miguel, OCA-git-bot, oca-ci, Sabrina Martín
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_order_product_recommendation_packaging_default
Description
This module simplifies and emphasizes the usage of packaging in sales
orders.

- Packaging fields in sale order lines appear before product quantity
  fields.
- When selecting a product to sell, its default packaging is added
  automatically.
- You can make packaging mandatory if the product has available packagings for Sales.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form_inherit_sale Simplify packaging fields sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_confirm(self)

New fields (1)
  • is_packaging_required Boolean
    compute='_compute_is_packaging_required' readonly=True store=True
Public methods (1)
  • onchange(self, values, field_name, field_onchange)
    Record which field was being changed.

Loading…

Loading…