Skip to content

Commit

Permalink
[FIX] stock_storage_type: Don't rely on max_weight on product.packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseldenis committed Jul 14, 2023
1 parent 79c5ddd commit 140778d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_storage_type/demo/product_packaging.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<field name="packaging_length">1200</field>
<field name="width">800</field>
<field name="height">1500</field>
<field name="max_weight">60</field>
<field name="weight">60</field>
</record>
</odoo>

0 comments on commit 140778d

Please sign in to comment.