I dumped the database as plain text with OIDS and with the --create option. I edited the following fields. You can find them with search/replace in your preferred text editor. I restored the database and started OpenERP with the desired price accuracy.

    price_unit numeric(16,5) NOT NULL,
    price numeric(16,5) NOT NULL,
    price_round numeric(16,5),
    price_max_margin numeric(16,5),
    price_surcharge numeric(16,5),
    price_min_margin numeric(16,5),
    price_extra numeric(16,5),
    price_margin numeric(16,5),
    list_price numeric(16,5),
    standard_price numeric(16,5) NOT NULL,
    price_unit numeric(16,5) NOT NULL,
    price_unit numeric(16,5),
    price_unit numeric(16,5) NOT NULL,


On Mon, 11 May 2009, [email protected] wrote:

gnutbeam,

which database fields should you change. I have setup my database allready and 
need a change to more decimals.

Thanks,

Bouke[/quote]




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=36214#36214

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to