mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
MIG delivery_partner For Odoo 13.0
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user