← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 785742] Re: [6.0] record rule for account.tax is incorrect

 

Hello,

This issue has been already improved in trunk version but problem is
already in stable version with rev no 4594.

So I am confirming this for stable version.

Thanks.

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

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


References