Code review comment for lp:~camptocamp/partner-contact-management/7.0-add-partner-affiliate

Revision history for this message
Nicolas Bessi - Camptocamp (nbessi-c2c-deactivatedaccount) wrote :

Hello,

There is some styling error here and there, for example sometime there is spaces before ":" sometime not. Some indentation trouble in _columns. A quick pass into a pep8 checker would be nice.

You should not use osv.osv any more but orm.Model:
From openerp.osv import orm, fields

You should suppress commented line:

+ #'lot_count': fields.function(_count_related, string="Lot", type='integer', multi='count_rel'),

Shouldn't you also add a form view under the kanban view you add ?

Tanks

Regards

Nicolas

review: Needs Fixing

« Back to merge proposal