Skip to content

Commit

Permalink
⬆️1️⃣1️⃣ OCA/odoo-module-migrator
Browse files Browse the repository at this point in the history
close #1340

> Made via .github/workflows/DINAR-PORT.yml
  • Loading branch information
itpp-bot committed Dec 20, 2020
1 parent 60234b3 commit fa454dc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion pos_cashbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
# License MIT (https://opensource.org/licenses/MIT).
from . import models
3 changes: 1 addition & 2 deletions pos_cashbox/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Dinar Gabbasov <https://it-projects.info/team/GabbasovDinar>
# License MIT (https://opensource.org/licenses/MIT).
{
Expand All @@ -7,7 +6,7 @@
"category": "Point of Sale",
# "live_test_url": "http://apps.it-projects.info/shop/product/pos-cashbox?version=10.0",
"images": ["images/pos_cashbox_main.png"],
"version": "10.0.1.0.0",
"version": "11.0.1.0.0",
"application": False,
"author": "IT-Projects LLC, Dinar Gabbasov",
"support": "[email protected]",
Expand Down
1 change: 0 additions & 1 deletion pos_cashbox/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
# License MIT (https://opensource.org/licenses/MIT).
from . import pos_cashbox_model
1 change: 0 additions & 1 deletion pos_cashbox/models/pos_cashbox_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Dinar Gabbasov <https://it-projects.info/team/GabbasovDinar>
# License MIT (https://opensource.org/licenses/MIT).
from odoo import api, fields, models
Expand Down

0 comments on commit fa454dc

Please sign in to comment.