This question has been flagged
4 Replies
3538 Views


Hi everyone, everything fine? Every time I search for a product (product_template) it rounds the value. In the database the information is with 6 digits, when I go in the products they are with 6 digits but How much do I run:

test = self.env ['product.template']. search ([('id', '=', 1)])
it returns the value with rounding of 2 digits. Would you be able to see this information but without any kind of hitch? In this specific case I am working with the field 'Weight'
Avatar
Discard
Best Answer

For me works this way:

  1. Technical Settings -> Database Structure -> Decimal Accuracy
  2. Edit the "Product Unit of Measure"
  3. Change "Digits" to your desired number
  4. Save
  5. Refresh the page for changes take effect 

Regards

MUHAMMAD IMRAN
Technical and Functional Consultant  (ODOO)


Softtar Technologies Pvt. Ltd. Contact : Pakistan (+92)-3037701373
 
Address:
  
Allhafeez Shopping Mall
Lahore
Pakistan  (Branch Office)
http://sofftar.com
Avatar
Discard
Author Best Answer

Kevin
Thanks for the answer, but unfortunately in my case this solution didn't work unfortunately

Avatar
Discard