← Back to team overview

openerp-india team mailing list archive

[Bug 932035] Re: account journal items - analytic must only be visible for group analytics

 

Hello Dr Ferdinand,

Yes, this view created as a dynamically at line#1022 of
account_move_line.py.

I think you have already seen that the 1064 and 1065 which already described that it's currently not working that we can pass the groups from field_view_get.
See
            elif field == 'analytic_account_id':
                # Currently it is not working due to being executed by superclass's fields_view_get
                # f.set('groups', 'analytic.group_analytic_accounting')
                pass

So I am considering this for future road-maps.

Thank you!

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

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

** 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/932035

Title:
  account journal items - analytic must only be visible for group
  analytics

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  currently everyone can see AND change the analytic account

  BTW 
  IMHO analytic account should also be considered as "important" field as described in 
  https://bugs.launchpad.net/openobject-addons/+bug/923291

  I agree it's "practical" to change it but a change should be reflected
  in a minus old AND plus new account posting for documentation purpose

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/932035/+subscriptions


References