c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #09820
[Bug 694833] Re: Salary Structure deduction percentage limitation
currently in hr modules we are using digits_compute=dp.get_precision('Account') => which has digits=2 (accept we can update it but it is for account)
I think we should have separate decimal precision for hr module or just for hr payroll
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/694833
Title:
Salary Structure deduction percentage limitation
Status in OpenObject Addons Modules:
In Progress
Bug description:
There is a limitation in Salary Structure Editor. The Amount Type "Percentage %" is limited to 4 numbers digits.
For an example, there is no way to put a deduction of 4.54 percents (=> 0.00454).
This limitation has to be set to 5 numbers after the decimal separator.
I'm using OpenERP 6.0 RC1
References