c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #24813
[Bug 785742] [NEW] [6.0] record rule for account.tax is incorrect
Public bug reported:
Hello,
I noticed that the default record rule for account.tax is
['|',('company_id','=',False),('company_id','=',user.company_id.id)]
It should be
['|',('company_id','=',False),('company_id','child_of',user.company_id.id)]
instead.
Best regards,
-sbi
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/785742
Title:
[6.0] record rule for account.tax is incorrect
Status in OpenERP Modules (addons):
New
Bug description:
Hello,
I noticed that the default record rule for account.tax is
['|',('company_id','=',False),('company_id','=',user.company_id.id)]
It should be
['|',('company_id','=',False),('company_id','child_of',user.company_id.id)]
instead.
Best regards,
-sbi
Follow ups
References