Skip to content

Commit bb4bcef

Browse files
committed
✨ we don't need pos_pin dependency anymore due to existing functionality
1 parent e0a5ffb commit bb4bcef

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pos_logout/__manifest__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
# Copyright 2017-2018 Ilmir Karamov <https://it-projects.info/team/ilmir-k>
33
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
44
# Copyright 2020 Almas Giniatullin <https://it-projects.info/team/almas50>
5+
# Copyright 2021 Denis Mudarisov <https://github.com/trojikman>
56
# License MIT (https://opensource.org/licenses/MIT).
67
{
78
"name": """Lock POS Screen""",
89
"summary": """Automatically lock pos on inactivity""",
910
"category": "Point of Sale",
1011
# "live_test_url": "http://apps.it-projects.info/shop/product/pos-logout?version=13.0",
1112
"images": ["images/pos_logout_main.png"],
12-
"version": "13.0.1.0.0",
13+
"version": "13.0.2.0.0",
1314
"application": False,
1415
"author": "IT-Projects LLC, Dinar Gabbasov",
1516
"support": "[email protected]",
1617
"website": "https://it-projects.info/team/GabbasovDinar",
1718
"license": "Other OSI approved licence", # MIT
1819
"price": 20.00,
1920
"currency": "EUR",
20-
"depends": ["pos_pin"],
21+
"depends": ["point_of_sale"],
2122
"external_dependencies": {"python": [], "bin": []},
2223
"data": ["views/pos_logout.xml"],
2324
"qweb": ["static/src/xml/pos.xml"],

pos_logout/doc/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
`2.0.0`
2+
-------
3+
4+
**Improvement:** removed `pos_pin` dependency due to existing functionality
5+
16
`1.0.0`
27
-------
38

0 commit comments

Comments
 (0)