MIG delivery_partner For Odoo 13.0

This commit is contained in:
Bhoomi
2019-09-23 16:11:37 -04:00
committed by Salomon Chambi
parent 611dc29dca
commit f6328be353
3 changed files with 5 additions and 6 deletions

View File

@@ -24,7 +24,6 @@ class PartnerShippingAccount(models.Model):
], string='Carrier', required=True)
note = fields.Text(string='Internal Note')
@api.multi
def name_get(self):
delivery_types = self._fields['delivery_type']._description_selection(self.env)