Skip to content

Commit

Permalink
Merge PR #170 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
github-grap-bot committed Dec 17, 2024
2 parents 314cb09 + 5eae0c3 commit 5a13e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions product_label/demo/product_label.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="code">AB</field>
<field name="website">http://agriculture.gouv.fr/lagriculture-biologique-ab</field>
<field name="display_on_report" eval="True" />
<field name="image" type="base64" file="product_label/static/img/label_agriculture_biologique-image.png"/>
<field name="image_1920" type="base64" file="product_label/static/img/label_agriculture_biologique-image.png"/>
</record>

<record id="label_max_havelaar" model="product.label">
<field name="name">Max Havelaar</field>
<field name="code">MH</field>
<field name="image" type="base64" file="product_label/static/img/label_max_havelaar-image.png"/>
<field name="image_1920" type="base64" file="product_label/static/img/label_max_havelaar-image.png"/>
</record>

<record id="label_gluten_free" model="product.label">
<field name="name">Gluten Free</field>
<field name="code">GF</field>
<field name="display_on_report" eval="True" />
<field name="image" type="base64" file="product_label/static/img/label_gluten_free-image.png"/>
<field name="image_1920" type="base64" file="product_label/static/img/label_gluten_free-image.png"/>
</record>

</odoo>

0 comments on commit 5a13e30

Please sign in to comment.