[5.0] price_accuracy in config file never use in create database
Bug #392114 reported by
Christophe CHAUVET
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) | Status tracked in Trunk | |||||
5.0 |
Fix Released
|
Medium
|
Christophe Simonis (OpenERP) | |||
Trunk |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Server revno: 1799
Addons revno: 2334
Client revno: 950
In config file, add:
price_accuracy = 5
launch the server with ./openerp-server.py -c ./file.conf
create a new database
in product_template, standard_price and list_price are numeric(16,2)
or launch the server with ./openerp-server.py -c ./file.conf --price_accuracy=5
create a new database
in product_template, standard_price and list_price are numeric(16,5)
If argument --price_accuracy is not specify, don't take 2 digits by default, use value in config file.
see patch to correct this issue
Distribution: Ubuntu
Version: 8.10 (intrepid)
Python 2.5.2
Locale:
LANG=fr_FR.UTF-8
Related branches
lp://staging/~syleam/openobject-server/5.0-config-price_accuracy
Rejected
for merging
into
lp://staging/openobject-server/5.0
- Jay Vora (Serpent Consulting Services) (community): Disapprove
- Diff: None lines
lp://staging/~syleam/openobject-server/trunk-config-price_accuracy
Rejected
for merging
into
lp://staging/~openerp/openobject-server/old_trunk
- OpenERP Core Team: Pending requested
- Diff: None lines
lp://staging/~donkirkby/openobject-server/config-defaults
Rejected
for merging
into
lp://staging/openobject-server/5.0
- Olivier Dony (Odoo): Needs Resubmitting
- Mantavya Gajjar (Open ERP): Pending requested
- Xavier (Open ERP): Pending requested
- Stephane Wirtel (OpenERP): Pending requested
- Jay Vora (Serpent Consulting Services): Pending requested
-
Diff: 289 lines (+96/-64)1 file modifiedbin/tools/config.py (+96/-64)
Changed in openobject-server: | |
status: | New → In Progress |
Changed in openobject-server: | |
status: | In Progress → Fix Committed |
Changed in openobject-server: | |
status: | Fix Committed → Confirmed |
To post a comment you must log in.
Hi
This small bug was open the 25 June, When there is integrate in the next release ?
Regards,