Skip to content

Commit

Permalink
[MIG] delivery_ux: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mem-adhoc committed May 6, 2024
1 parent f8866fe commit dfab3e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions delivery_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Delivery UX',
'version': "16.0.1.1.0",
'version': "17.0.1.0.0",
'category': 'Warehouse Management',
'sequence': 14,
'summary': '',
Expand All @@ -36,7 +36,7 @@
],
'demo': [
],
'installable': False,
'installable': True,
'auto_install': False,
'application': False,
}
4 changes: 1 addition & 3 deletions delivery_ux/models/delivery_carrier.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from odoo import models, fields, api, _
from odoo.tools.safe_eval import safe_eval
from odoo.exceptions import ValidationError
from odoo import models, fields


class DeliveryCarrier(models.Model):
Expand Down

0 comments on commit dfab3e4

Please sign in to comment.