Comment 2 for bug 1029344

Revision history for this message
Jignesh Rathod(OpenERP) (jir-openerp) wrote :

Hello Guewen Baconnier ,

I have check this issue with latest trunk but I did not face any
problem as you mention in bug report.So would you please
provide more information regarding this issue.

I have declare abstract class in account.py and done synchronize.

class an_abstarct_model(osv.AbstractModel):
    _name = 'an.abstract.model'
    _columns = {}

Thanks and waiting for your reply!