Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion product_pack/__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 Pack",
"version": "18.0.1.0.1",
"version": "19.0.1.0.1",
"category": "Product",
"summary": "This module allows you to set a product as a Pack",
"website": "https://github.com/OCA/product-pack",
Expand Down
10 changes: 4 additions & 6 deletions product_pack/views/product_template_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_form_view" />
<field name="arch" type="xml">
<div name="options" position="inside">
<div>
<field name="pack_ok" />
<label for="pack_ok" />
</div>
</div>
<!-- Add pack field in a more robust way for Odoo 19 compatibility -->
<field name="type" position="after">
<field name="pack_ok" />
</field>
<notebook position="inside">
<page name="page_pack" string="Pack" invisible="not pack_ok">
<group name="group_pack">
Expand Down
2 changes: 1 addition & 1 deletion purchase_product_pack/__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": "Purchase Product Pack",
"version": "18.0.1.0.1",
"version": "19.0.1.0.1",
"category": "Purchase",
"summary": "This module allows you to buy product packs",
"website": "https://github.com/OCA/product-pack",
Expand Down
2 changes: 1 addition & 1 deletion sale_product_pack/__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": "Sale Product Pack",
"version": "18.0.1.0.2",
"version": "19.0.1.0.2",
"category": "Sales",
"summary": "This module allows you to sell product packs",
"website": "https://github.com/OCA/product-pack",
Expand Down
2 changes: 1 addition & 1 deletion sale_stock_product_pack/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Sale Stock Product Pack",
"summary": "Compatibility module for packs that are storable products",
"version": "18.0.1.0.1",
"version": "19.0.1.0.1",
"development_status": "Beta",
"category": "Sale",
"website": "https://github.com/OCA/product-pack",
Expand Down
2 changes: 1 addition & 1 deletion stock_product_pack/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Stock product Pack",
"version": "18.0.1.0.0",
"version": "19.0.1.0.0",
"category": "Warehouse",
"summary": "This module allows you to get the right available quantities "
"of the packs",
Expand Down
Loading