[FIX] stock: installation error fixed (reference to account module which may not be installed) + stock_account: changed group implied by stock manager's one as group_account_invoice instead of group_account_user in order to give just as power as needed and not more

bzr revid: qdp-launchpad@openerp.com-20131231100228-dde6bm6w7h3qndci
This commit is contained in:
Quentin (OpenERP) 2013-12-31 11:02:28 +01:00
parent db41bae17b
commit fc3b00578d
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<record id="group_stock_manager" model="res.groups">
<field name="name">Manager</field>
<field name="category_id" ref="base.module_category_warehouse_management"/>
<field name="implied_ids" eval="[(4, ref('group_stock_user')), (4, ref('account.group_account_invoice'))]"/>
<field name="implied_ids" eval="[(4, ref('group_stock_user'))]"/>
<field name="users" eval="[(4, ref('base.user_root'))]"/>
</record>

View File

@ -2,7 +2,7 @@
<openerp>
<data noupdate="0">
<record id="stock.group_stock_manager" model="res.groups">
<field name="implied_ids" eval="[(4, ref('account.group_account_user'))]"/>
<field name="implied_ids" eval="[(4, ref('account.group_account_invoice'))]"/>
</record>
</data>
</openerp>