← Back to team overview

openerp-india team mailing list archive

[Bug 927504] Re: invoice - partner_id visibility constraints

 

Hello,

I have checked this issue, Employee group not assign only for partner_id
field of tree view but It's also assign on invoice form view's
journal_id field as well as partner_id field.

So If we have to created a new user with only Account/Accountant group
or  Account/Manager group then user not able to create the invoice.

That's why the better option is we have set a Employee group as implied
to "Invoicing and Payments" group as Ravish specified on comment#1  then
the whole problem is resolved.

Thanks!

-- 
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):
  In Progress

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


References