Skip to content

Commit

Permalink
[FIX] precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-champonnois committed Sep 14, 2023
1 parent 98626e9 commit 8c989e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions beesdoo_product_label/data/product_label.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data noupdate="1">
<odoo noupdate="1">
<record model="beesdoo.product.label" id="eco_green">
<field name="name">Label Bio ou Confiance</field>
<field name="type">eco</field>
Expand Down Expand Up @@ -61,5 +60,4 @@
<field name="type">delivery</field>
<field name="color_code">#ff4000</field>
</record>
</data>
</odoo>
2 changes: 1 addition & 1 deletion beesdoo_product_label/models/beesdoo_product_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ class BeesdooProductLabel(models.Model):
]
)
color_code = fields.Char()
logo = fields.Binary(string="Logo")
logo = fields.Binary()
active = fields.Boolean(default=True)

0 comments on commit 8c989e5

Please sign in to comment.