← Back to team overview

openerp-india team mailing list archive

[Bug 927504] Re: invoice - partner_id visibility constraints

 

Hello,

As per my "Opinion" this field should be assign to "Invoicing and
Payments" user instead of Employee group or we can assign the Employee
group as implied to "Invoicing and Payments"  then the problem will
resolved.

The problem is occurs when we will login with Accounting manager group
without Employee.

Thank you!

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
   Importance: Undecided => Low

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)

-- 
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):
  Confirmed

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