Comment 5 for bug 552386

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Hello Jean-Sébastien,

I would like to interrupt you here that you cannot supply store=False to the float field.

 'price_subtotal': fields.float('Total Amount', help="Sous-total de la ligne à comptabiliser", digits=(16,2), , readonly=False, required=True).

Is good.

Remove method=False, store=False from your columns.

Earlier this field was storable.

Kindly check again.
I will revert back to you after rechecking this.

Thanks.