Sorry, I didn't know that had changed in v6. After a bit of digging, I found the following:
1. Make sure you have the extended user interface. The setting is on your user screen.
2. From the Administration menu, choose Customization: Database Structure: Decimal Accuracy.
3. There are several different settings for different fields in the system. You asked about the cost price of a product, and that one is set by the "Account" setting. Obvious, right? I had to check the source code to figure that out.
4. Open the entry you want to change, type the new value for the digits field, and save it. Don't change the Usage field, or it will stop working.
5. Close the product screen and reopen it. The cost price field should now have the number of digits you asked for.
I'll add some documentation on the price accuracy configuration to this page:
http://doc.openerp.com/v6.0/book/6/6_16 ... icing.htmlFeel free to suggest other places in the documentation where it might fit better.
Don