Skip to content

Commit

Permalink
show the route field on the SOL
Browse files Browse the repository at this point in the history
  • Loading branch information
lepistone committed Jan 21, 2015
1 parent 8496273 commit d3681a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions stock_dropshipping_dual_invoice/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'stock_dropshipping'],
'data': [
'wizard/stock_invoice_onshipping_view.xml',
'security/group.xml',
],
'auto_install': False,
'installable': True,
Expand Down
10 changes: 10 additions & 0 deletions stock_dropshipping_dual_invoice/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_stock.group_route_so_lines'))]" />
</record>

</data>
</openerp>

0 comments on commit d3681a3

Please sign in to comment.