Browse Source

Remove old style browse

pull/103/head
Sandy Carter 9 years ago
parent
commit
ff399e12b1
  1. 3
      partner_relations/model/res_partner_relation_all.py

3
partner_relations/model/res_partner_relation_all.py

@ -158,7 +158,8 @@ class ResPartnerRelationAll(models.AbstractModel):
this.type_selection_id.name_get()[0][1],
this.other_partner_id.name,
)
for this in self.browse(cr, uid, ids, context=context)}
for this in self
}
@api.one
def write(self, vals):

Loading…
Cancel
Save