MIG delivery_partner For Odoo 13.0

This commit is contained in:
Bhoomi
2019-09-23 16:11:37 -04:00
parent 880c50c443
commit 8dd1fcaa54
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)