Skip to content

Commit

Permalink
[MIG] stock_landed_costs_ux: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-odoo authored and ced-adhoc committed Dec 13, 2024
1 parent 52ba90e commit b1bbb0f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion stock_landed_costs_ux/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from . import models
4 changes: 2 additions & 2 deletions stock_landed_costs_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Stock Landed Costs UX',
'version': "17.0.1.0.0",
'version': "18.0.1.0.0",
'category': 'Warehouse Management',
'sequence': 14,
'summary': '',
Expand All @@ -33,7 +33,7 @@
],
'data': [
],
'installable': False,
'installable': True,
'auto_install': True,
'application': False,
'license': 'AGPL-3',
Expand Down
1 change: 0 additions & 1 deletion stock_landed_costs_ux/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from . import account_move
1 change: 0 additions & 1 deletion stock_landed_costs_ux/models/account_move.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from odoo import api, fields, models
Expand Down

0 comments on commit b1bbb0f

Please sign in to comment.