* Mariano DAngelo [2011-12-08 04:56 +0100]:
Hello,
I'm trying to import a list of products, and I having trouble saving
product cost_price I see it's stored in ir_property table
but I cannot save it as product.cost_price, how it most be done?
You must assign to product.cost_price a dec
I'm trying to import a list of products, and I having trouble saving
product cost_price I see it's stored in ir_property table
but I cannot save it as product.cost_price, how it most be done?
My saving fuction...
def append_product(name, code, st_cat,cost_price):
Product = Model.get('pro