Smile-SA / odoo_addons

Odoo addons developed by Smile
GNU Affero General Public License v3.0
285 stars 304 forks source link

smile_decimal_precision module shows 2 decimals and the module is not installed #79

Open CorTex-IT-Solutions-Ltd opened 4 years ago

CorTex-IT-Solutions-Ltd commented 4 years ago

In Odoo 11.0, I have changed the auto_install in the manifest file to 'False' but the module impacting the decimals and his status in app is not installed.

For Example, The product price decimal accuracy set to 3 digits but I can see only 2 digits and I investigate the issue and It's happens because of fields.py file is at's override the original method even if the module is not installed.