mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] delivery_partner_ups: migrate delivery_partner_module to Odoo 14.0
This commit is contained in:
committed by
Leo Pinedo
parent
ce2e359a37
commit
94e6dc8317
@@ -21,7 +21,7 @@ class PartnerShippingAccount(models.Model):
|
||||
partner_id = fields.Many2one('res.partner', string='Partner', help='Leave blank to allow as a generic 3rd party shipper.')
|
||||
delivery_type = fields.Selection([
|
||||
('other', 'Other'),
|
||||
], string='Carrier', required=True)
|
||||
], string='Carrier', required=True, default='other')
|
||||
note = fields.Text(string='Internal Note')
|
||||
|
||||
def name_get(self):
|
||||
|
||||
Reference in New Issue
Block a user