← Back to team overview

openerp-india team mailing list archive

[Bug 1307952] [NEW] decimal precision & number separators

 

Public bug reported:

There is a bug when you try to use next configuration:
- 0 digits on product unit of measure and product uos
- "," as decimal separator, "." as thousand separator, and "[3,3,3,3,-1]" as separator format in language (ie. Croatian language)

When you setup OpenERP like this then try this:
1. create a purchase order
2. insert a product line with 1000 Units
3. save order
4. edit order and change planned date in that line and save order -> quantity will automatically change to 1!

And another problem is: if you have defined minimum purchase qty of 1000
units in supplierinfo of product form you will get an infinite loop when
trying to insert a purchase order line with that product. It happens
because it will automatically get 1000 units, convert it to 1,000 Units
and than change the quantity to 1 and it will raise a warning that
quantity is smaller than minimum and it will raise infinite number of
warnings!

This is a big problem for us because we should be able to use lines
without decimal places and with thousands separator.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1307952

Title:
  decimal precision & number separators

Status in OpenERP Addons (modules):
  New

Bug description:
  There is a bug when you try to use next configuration:
  - 0 digits on product unit of measure and product uos
  - "," as decimal separator, "." as thousand separator, and "[3,3,3,3,-1]" as separator format in language (ie. Croatian language)

  When you setup OpenERP like this then try this:
  1. create a purchase order
  2. insert a product line with 1000 Units
  3. save order
  4. edit order and change planned date in that line and save order -> quantity will automatically change to 1!

  And another problem is: if you have defined minimum purchase qty of
  1000 units in supplierinfo of product form you will get an infinite
  loop when trying to insert a purchase order line with that product. It
  happens because it will automatically get 1000 units, convert it to
  1,000 Units and than change the quantity to 1 and it will raise a
  warning that quantity is smaller than minimum and it will raise
  infinite number of warnings!

  This is a big problem for us because we should be able to use lines
  without decimal places and with thousands separator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1307952/+subscriptions


Follow ups

References