Skip to content

Commit

Permalink
always use the form view for sale order lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lepistone committed Jan 16, 2015
1 parent 14ebb84 commit 39a1ac1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions sale_owner_stock_sourcing/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
],
"demo": [],
"data": ['view/sale_order.xml',
'security/group.xml',
],
'installable': True,
"auto_install": False,
Expand Down
10 changes: 10 additions & 0 deletions sale_owner_stock_sourcing/security/group.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>

<record model="res.groups" id="base.group_user">
<field name="implied_ids" eval="[(4, ref('sale.group_mrp_properties'))]" />
</record>

</data>
</openerp>

0 comments on commit 39a1ac1

Please sign in to comment.