Skip to content

Commit

Permalink
[FIX] bad inheritance declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex committed Jul 16, 2018
1 parent c066533 commit f48d027
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@
<record id="view_inventory_form" model="ir.ui.view">
<field name="name">Inventory form view - SVR extension </field>
<field name="model">stock.inventory</field>
<field name="inherit_id" ref="stock.view_inventory_form"/>
<field name="inherit_id" ref="stock_inventory_discrepancy.view_inventory_form"/>
<field name="arch" type="xml">
<xpath expr="//button[@name='action_done']"
position="after">
Expand Down

0 comments on commit f48d027

Please sign in to comment.