<snip> > KeyError: 'property_product_pricelist_customer' > What should be the cause ?
I had a similar problem. it was caused by a value being set from a previous version of module which is now not valid. To resolve, I deleted lines that implied the error field from the following tables: ir_model_fields ir_model_data ir_property I cannot say if this was correct or even safe, YMMV but it worked for me. SM _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
