| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/16.0/purchase_only_by_packaging |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, BCIM |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, BCIM |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Telmo Santos |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_packaging_level_purchasable - product_packaging_level odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - purchase_stock - stock_account - account - analytic - purchase |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
openupgradelib |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_packaging_form_view_inherit |
product.packaging.form.view.inherit | product.packaging | field | Inherits product.product_packaging_form_view |
product_packaging_tree_view_inherit |
product.packaging.tree.view.inherit | product.packaging | field | Inherits product.product_packaging_tree_view |
product_product_tree_view |
product.product.tree.inherit | product.product | field | Inherits product.product_product_tree_view |
product_template_form_view |
product.template.form.view | product.template | div | Inherits product.product_template_form_view |
product_template_tree_view |
product.template.tree.inherit | product.template | field | Inherits product.product_template_tree_view |
force_purchase_qty
Boolean
help='Determine if during the creation of a purchase order line, the quantity should be forced with a multiple of the packaging.\nExample:\nYou purchase a product by packaging of 5 products.\nWhen the user will put 3 as quantity, the system can force the quantity to the superior unit (5 for this example).'
string='Force purchase quantity'
No public methods.
No new fields.
Public methods (0)No public methods.
min_purchasable_qty
Float
compute='_compute_variant_min_purchasable_qty'
help='Minimum purchasable quantity, according to the available packagings, if Only Purchase by Packaging is set.'
No public methods.
min_purchasable_qty
Float
compute='_compute_template_min_purchasable_qty'
help='Minimum purchasable quantity, according to the available packagings, if Only Purchase by Packaging is set.'
purchase_only_by_packaging
Boolean
company_dependent=True
default=False
help='Restrict the usage of this product on purchase order lines without packaging defined'
string='Only purchase by packaging'
No public methods.
No new fields.
Public methods (0)No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/purchase-workflow |
| PULL REQUEST | |
| PULL REQUEST | [MIG] purchase_only_by_packaging: Migration to 18.0 (#2729) |