forked from OCA/product-attribute
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
product_packaging_level_purchasable: imp readme
- Loading branch information
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |