** Branch linked: lp:~openerp-dev/openobject-addons/6.0-bug-785742-ado

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

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

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to