Amit Parik (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-927504-amp into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #927504 in OpenERP Addons: "invoice - partner_id visibility constraints"
https://bugs.launchpad.net/openobject-addons/+bug/927504
Bug #927540 in multipath-tools (Ubuntu): "multipath ignores blacklist in
multipath.conf"
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/927540
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-927504-amp/+merge/99662
Account Invoice and payment group not able to create a invoice.
Assign only invoice and payment group to demo user with Employee group then the
demo user not able to create the invoice. This fix will solve this problem.
Thanks
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-927504-amp/+merge/99662
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-927504-amp.
=== modified file 'account/security/account_security.xml'
--- account/security/account_security.xml 2011-12-19 16:54:40 +0000
+++ account/security/account_security.xml 2012-03-28 04:05:20 +0000
@@ -4,6 +4,7 @@
<record id="group_account_invoice" model="res.groups">
<field name="name">Invoicing & Payments</field>
<field name="category_id" ref="base.module_category_accounting_and_finance"/>
+ <field name="implied_ids" eval="[(4, ref('base.group_user'))]"/>
</record>
<record id="group_account_user" model="res.groups" context="{'noadmin':True}">
<field name="name">Accountant</field>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp