Skip to content

Commit

Permalink
product_packaging_level_purchasable: imp readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Nov 21, 2023
1 parent b6211ae commit ed6fee4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion product_packaging_level_purchasable/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
"name": "Product Packaging level purchasable",
"summary": "",
"summary": "Control purchase of products via packaging settings.",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"category": "Product",
Expand Down
12 changes: 10 additions & 2 deletions product_packaging_level_purchasable/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
This module allows odoo users to set:
Packaging level
~~~~~~~~~~~~~~~

* Can be purchased: set the packaging as purchaseable by default


Packaging
~~~~~~~~~

* Can be purchased: override the default

* Can be purchased: On a product packaging level as default value for a new product packaging. On a product packaging to make it available or not on a purchase order line.
8 changes: 6 additions & 2 deletions product_packaging_level_purchasable/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
The creation/update of purchase order line will be blocked (by constraints) if the data on the
purchase.order.line does not fit with the configuration of the product's packagings.
Control purchase of products via packaging settings.

It adds a "Purchaseable" flag to product packaging level and product packaging.

The creation/update of purchase order line will be blocked
if the data on the purchase.order.line does not fit with the configuration of the product's packaging.

0 comments on commit ed6fee4

Please sign in to comment.