Comment 2 for bug 942699

Revision history for this message
Vishal Parmar(Open ERP) (vpa-openerp) wrote :

Hello Niels Huylebroeck,

In trunk copy method of product.product pass the default = None and also check :

 if not default:
            default = {}

It's not logically correct to pass name in default and in your logical view after all you assign the product['name'].

Would you please elaborate more what you exactly want to do ? with related use case.

Thanks and waiting for your reply.