Browse Source

[FIX] add missing return

pull/1/head
houssine 7 years ago
parent
commit
cb26921273
  1. 2
      easy_my_coop/models/partner.py

2
easy_my_coop/models/partner.py

@ -14,7 +14,7 @@ class ResPartner(models.Model):
if not 'date' in res:
cr.execute("ALTER TABLE res_partner ALTER COLUMN birthdate TYPE date USING birthdate::date;")
super(ResPartner, self)._auto_init(cr, context=context)
return super(ResPartner, self)._auto_init(cr, context=context)
@api.multi
def _invoice_total(self):

Loading…
Cancel
Save