Quick solution:
1) Remove the config include line: from tools import config
Replace the:
config['price_accuracy']
with:
self.pool.get('decimal.precision').precision_get(cr, uid, 'Sale Price')
It should work, if I haven't written something wrong. But do please
check...
--
You received this bug notification because you are a member of Avanzosc
Developers, which is subscribed to Avanzosc developments.
https://bugs.launchpad.net/bugs/884150
Title:
account_tax_include: config['price_accuracy'] is not used in OpenERP
v6.0
Status in Avanzosc OpenERP modules:
New
Bug description:
price_accuracy is faulty used in account_tax_included. It has been
replaced by decimal_precision in OpenERP 6.x.
To manage notifications about this bug go to:
https://bugs.launchpad.net/avanzosc/+bug/884150/+subscriptions
--
Mailing list: https://launchpad.net/~avanzosc
Post to : [email protected]
Unsubscribe : https://launchpad.net/~avanzosc
More help : https://help.launchpad.net/ListHelp