diff --git a/product_pack/README.rst b/product_pack/README.rst index 510930745..7aab41e43 100644 --- a/product_pack/README.rst +++ b/product_pack/README.rst @@ -70,6 +70,15 @@ The options of this field are the followings: components prices. The pack product will be the only one that has price and this one will be the price set in the pack product. +| Pack type | Show components on SO? | Sale price | Discount | Can be modified? | +|--------------------|-------------------------------|----------------------------|------------------------------------------|------------------| +| **Detailed per components** | Yes, with their prices | Components + Pack | Applies to the price of the pack and the components | Yes, configurable | +| **Detailed - Totalized** | Yes, with their prices at 0 | Components + Pack (unless you set a price for the pack in the pricelist) | Applies to the total (pack + components) | No | +| **Detailed - Ignored** | Yes, with their prices at 0 | Only Pack | Applies to the pack | No | +| **No detailed** | No | Components + Pack (unless you set a price for the pack in the pricelist) | Applies to the total (pack + components) | No | + +**Note:** If pricelist enabled, Odoo will display the price according to the corresponding pricelist. In the case of a pricelist with discount policy "Show public price & discount to the customer" keep in mind that the "Non Detailed" and "Detailed - Totalized in main product" packs do not display the discount. + Known issues / Roadmap ====================== diff --git a/product_pack/readme/USAGE.rst b/product_pack/readme/USAGE.rst index 9bee1990c..ab5b07c4a 100644 --- a/product_pack/readme/USAGE.rst +++ b/product_pack/readme/USAGE.rst @@ -28,3 +28,12 @@ The options of this field are the followings: * Ignored: will show each components but will not show components prices. The pack product will be the only one that has price and this one will be the price set in the pack product. + +| Pack type | Show components on SO? | Sale price | Discount | Can be modified? | +|--------------------|-------------------------------|----------------------------|------------------------------------------|------------------| +| **Detailed per components** | Yes, with their prices | Components + Pack | Applies to the price of the pack and the components | Yes, configurable | +| **Detailed - Totalized** | Yes, with their prices at 0 | Components + Pack (unless you set a price for the pack in the pricelist) | Applies to the total (pack + components) | No | +| **Detailed - Ignored** | Yes, with their prices at 0 | Only Pack | Applies to the pack | No | +| **No detailed** | No | Components + Pack (unless you set a price for the pack in the pricelist) | Applies to the total (pack + components) | No | + +**Note:** If pricelist enabled, Odoo will display the price according to the corresponding pricelist. In the case of a pricelist with discount policy "Show public price & discount to the customer" keep in mind that the "Non Detailed" and "Detailed - Totalized in main product" packs do not display the discount. diff --git a/product_pack/static/description/index.html b/product_pack/static/description/index.html index 040ecd45c..794b8bef5 100644 --- a/product_pack/static/description/index.html +++ b/product_pack/static/description/index.html @@ -421,6 +421,47 @@
Pack type | +Show components on SO? | +Sale price | +Discount | +Can be modified? | +
---|---|---|---|---|
Detailed per components | +Yes, with their prices | +Components + Pack | +Applies to the price of the pack and the components | +Yes, configurable | +
Detailed - Totalized | +Yes, with their prices at 0 | +Components + Pack (unless you set a price for the pack in the pricelist) | +Applies to the total (pack + components) | +No | +
Detailed - Ignored | +Yes, with their prices at 0 | +Only Pack | +Applies to the pack | +No | +
No detailed | +No | +Components + Pack (unless you set a price for the pack in the pricelist) | +Applies to the total (pack + components) | +No | +