adhoc-dev / odoo-addons

DEPRECEATED, see README
GNU Affero General Public License v3.0
71 stars 124 forks source link

currency price calculation round error fix #262

Closed levkar closed 8 years ago

levkar commented 8 years ago

if we round while computing currency price, it rounds with currencies decimal precision. we want it to work with "product price" decimal precision.

jjscarafia commented 8 years ago

@levkar , sorry for the late response, I need to add rules on my inbox because of many github messages. I've take this pr to this new repository and new PR https://github.com/ingadhoc/product/pull/1

We have work on lot of improovements related to price management on product. Everthing is updatable use migrations scripts. If you use our module https://github.com/ingadhoc/odoo-support/tree/8.0/database_tools you can just play "fix db" on config/database menu

Please, also see that we have splited our addons repository for lot of benefits (https://github.com/ingadhoc/odoo-addons/blob/8.0/README.md)

Now runbot is also available to test (specially for functionals). Still some bugs to be fixed