Skip to content

Commit

Permalink
[FIX] remove bad demo data, inheriting from product_origin, that is n…
Browse files Browse the repository at this point in the history
…ot a dependency
  • Loading branch information
legalsylvain committed Apr 9, 2024
1 parent 0e13a22 commit f3d2c0b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions product_food/demo/product_product.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,4 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
]"/>
</record>

<record id="product_origin.biere_pilat_75cl" model="product.product">
<field name="is_alimentary" eval="True" />
<field name="is_alcohol" eval="True" />
<field name="alcohol_by_volume">5.0</field>
<field name="label_ids" eval="[
(4, ref('product_label.label_agriculture_biologique')),
(4, ref('label_alcool_grossesse')),
]"/>
</record>


</odoo>

0 comments on commit f3d2c0b

Please sign in to comment.