Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

How to change products' cost decimal precision?

形象
odoo
4 注释
形象
丢弃
形象
odoo
-

First, thanks for your help. But i didn't find the system configuration.

形象
odoo
-

Is there a tools to instal or is it build in the web client ?

形象
odoo
-

Hi,

I have the same problem, so the answer really interests me :)

Regards,

形象
odoo
-

Settings option in system.

6 答案
0
形象
odoo
最佳答案

Hello everyone,

This is old question but this configuration works for me:
http://netjunky.net/change-odoo-decimal-precision-configuration/

Kind regards,

Igor


形象
丢弃
0
形象
odoo
最佳答案

image description

I attached an image:

First go to

Settings -> Users -> Select user and under access rights tab check technical features

Reload page (F5)

Go To

Settings -> Database Structure -> Decimal Accuracy

You must restart the server for changes to take effect. In Windows, go to Control Panel, Administrative Tools, Services. Find OpenERP in the list. Stop then Start the service.

3 注释
形象
丢弃
形象
odoo
-

Hi, we have found a problem in this regard. The thing is that changing the number of digits in the "Product Price" not only changes the digits in "Sale Price" but also in "Cost Price". Is there any way to handle these two concepts (Sales Price / Cost Price) separately?

形象
odoo
-

Not from configuration but using customization you can do that.

形象
odoo
-

Thanks it worked for me!

0
形象
odoo
最佳答案

Hello in system configuration, Database estructure menu you will get each decimal precision option. Product Decimal precision is what you need to set.

Regards,

1 备注
形象
丢弃
形象
odoo
-

i set all to 4 same thing 2.250

0
形象
odoo
最佳答案

Go to menu Settings / Technical / Database Structure / Decimal Accuracy , open Product Price and change the field Digits to your needs.

If you can't see this menu then install module decimal_precision.

形象
丢弃
0
形象
odoo
最佳答案

hi how can i change in pos since it show me 3 decimal but the third number is 0 always?

example in the products 2.253 in the point of sale it shows me 2.250

thanks in advance.

3 注释
形象
丢弃
形象
odoo
-

i try all above and change the value Product Decimal 4 still in point of sale show me 2.250 instead of 2.253

形象
odoo
-

thanks to mr Ahmad the answer worked in my pos

形象
odoo
-
change your Account precision to 4 "you already did that"
change your default company currency Rounding Factor to 0.0001, You can find it under Settings ->Configuration ->Accounting ->Options, Default company currency.
on the file /addons/point_of_sale/static/src/js, open the widget_base.js and make these changes:
    line 25 
this.currency = {symbol: '$', position: 'after', rounding: 0.0001}; // change the 0.01 to 0.0001
    line 32 
amount = Math.round(amount*10000)/10000; // change 100 to 10000
0
形象
odoo
最佳答案

I just updated all these, form shows without decimal point. But when i take a print out of the same form it shows decimal point. Any solution for this,Mustufa Rangwala?

形象
丢弃