Skip to content

Commit

Permalink
Merge pull request #4529 from dixmit/16.0-wh0
Browse files Browse the repository at this point in the history
[OU-FIX] stock: We don't need to unset name
  • Loading branch information
pedrobaeza authored Jul 18, 2024
2 parents 43b8ec0 + 47ee8bb commit 3061ff3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<field name="model_id" ref="model_stock_route"/>
<field name="name">stock_route multi-company</field>
</record>
<!--
Name of the warehouse should not be rewritten, because we can edit it in the UI
<record id="warehouse0" model="stock.warehouse">
<field name="name"/>
</record>
-->
</odoo>

0 comments on commit 3061ff3

Please sign in to comment.