Skip to content

Commit

Permalink
Rename Color to stop clashing with Odoo demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyadair committed Jun 11, 2023
1 parent 9bb42b9 commit c6d5471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_configurator/demo/product_attribute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<!-- == COLOR == -->

<record id="product_attribute_color" model="product.attribute">
<field name="name">Color</field>
<field name="name">Paint Color</field>
</record>

<record id="product_attribute_value_red" model="product.attribute.value">
Expand Down

0 comments on commit c6d5471

Please sign in to comment.