Comment 6 for bug 475621

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote : Re: error trying to add column to class users(osv.osv)

Hello Ferdinand,

its a problem because, read() of user is called prior to period_id is added as a column to table.

Read is called due to defaults of account_tax.

'period_id' is in ir_model_fields, but not yet into database.

We will sort this out sooner.

Thanks.