openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #06338
[Bug 927504] [NEW] invoice - partner_id visibility constraints
Public bug reported:
invoice tree view
partner names are displayed only if if user belongs to
./account_invoice_view.xml:121: <field name="partner_id" groups="base.group_user"/>
<record model="res.groups" id="group_user">
<field name="name">Employee</field>
</record>
hence external accounts - which is quite common - must belong to the
group employee to see the the partner in the tree view.
I do not understand the reason for this and this does not fit to the
needs for small companies employing external accountants
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/927504
Title:
invoice - partner_id visibility constraints
Status in OpenERP Addons (modules):
New
Bug description:
invoice tree view
partner names are displayed only if if user belongs to
./account_invoice_view.xml:121: <field name="partner_id" groups="base.group_user"/>
<record model="res.groups" id="group_user">
<field name="name">Employee</field>
</record>
hence external accounts - which is quite common - must belong to the
group employee to see the the partner in the tree view.
I do not understand the reason for this and this does not fit to the
needs for small companies employing external accountants
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/927504/+subscriptions
Follow ups
References