← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Hello Stéphane,

We had a discussion over this point and we tend to agree to you about
the rule should be fixed and the desired behavior should be achieved as
well.

As a part of the solution, we confirm this for stable 6.0 and we will
post a solution at earliest.

More details will be posted after the detailed investigation.

Thanks.

** Changed in: openobject-addons
     Assignee: OpenERP R&D Addons Team 3 (openerp-dev-addons3) => OpenERP Publisher's Warranty Team (openerp-opw)

-- 
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