Skip to content

Commit

Permalink
[14.0][OU-FIX] uom: upgrade should not change reference units
Browse files Browse the repository at this point in the history
Don't try to set "day" as reference unit
  • Loading branch information
maisim committed Nov 26, 2024
1 parent 98848a9 commit 0a679be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openupgrade_scripts/scripts/uom/14.0.1.0/noupdate_changes.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version='1.0' encoding='utf-8'?>
<odoo>
<!--
<record id="product_uom_day" model="uom.uom">
<field name="uom_type">reference</field>
</record>
-->
<record id="product_uom_floz" model="uom.uom">
<field name="name">fl oz (US)</field>
</record>
Expand Down

0 comments on commit 0a679be

Please sign in to comment.