Skip to content

Commit

Permalink
[FIX] sale_cancel_reason: remove dependency on sale_stock
Browse files Browse the repository at this point in the history
(../trunk-generic/ rev 32.1.2)
  • Loading branch information
guewen committed Aug 9, 2013
1 parent 53ed4ab commit 51ee589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sale_cancel_reason/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
""",
'depends': ['sale',
'sale_stock'],
],
'demo': [],
'data': ['wizard/cancel_reason_view.xml',
'view/sale_view.xml',
Expand Down
2 changes: 1 addition & 1 deletion sale_cancel_reason/view/sale_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<record id="view_order_form" model="ir.ui.view">
<field name="name">sale.order.form</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale_stock.view_order_form_inherit"/>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<xpath expr="/form/header/button[@name='action_cancel']" position="attributes">
<attribute name="type">action</attribute>
Expand Down

0 comments on commit 51ee589

Please sign in to comment.