diff --git a/pos_keyboard/README.rst b/pos_keyboard/README.rst index a685a68..0e6b8f8 100644 --- a/pos_keyboard/README.rst +++ b/pos_keyboard/README.rst @@ -1,6 +1,6 @@ -.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png - :target: https://www.gnu.org/licenses/lgpl - :alt: License: LGPL-3 +.. image:: https://img.shields.io/badge/license-MIT-blue.svg + :target: https://opensource.org/licenses/MIT + :alt: License: MIT =================================== Keyboard support in Point Of Sale diff --git a/pos_keyboard/__init__.py b/pos_keyboard/__init__.py index 40a96af..ca03eda 100644 --- a/pos_keyboard/__init__.py +++ b/pos_keyboard/__init__.py @@ -1 +1 @@ -# -*- coding: utf-8 -*- +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). diff --git a/pos_keyboard/__manifest__.py b/pos_keyboard/__manifest__.py index 3746a82..43db05f 100644 --- a/pos_keyboard/__manifest__.py +++ b/pos_keyboard/__manifest__.py @@ -3,44 +3,33 @@ # Copyright 2016-2018 Ivan Yelizariev # Copyright 2018 Ruslan Ronzhin # Copyright 2019 Kolushov Alexandr +# Copyright 2019 Anvar Kildebekov https://it-projects.info/team/fedoranvar> # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). { "name": """Keyboard support in Point Of Sale""", "summary": """Module allows to use usual keyboard (not virtual one) in Point of Sale""", "category": "Point Of Sale", # "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version={ODOO_BRANCH}", - "images": ['images/keyboard.png'], - "version": "11.0.1.1.5", + "images": ["images/keyboard.png"], + "version": "12.0.1.1.5", "application": False, - "author": "IT-Projects LLC, Ivan Yelizariev", "support": "apps@it-projects.info", "website": "https://it-projects.info/team/yelizariev", "license": "LGPL-3", - "price": 15.00, "currency": "EUR", - - "depends": [ - "point_of_sale", - ], + "depends": ["point_of_sale"], "external_dependencies": {"python": [], "bin": []}, - "data": [ - "data.xml" - ], - "demo": [ - ], - "qweb": [ - ], - + "data": ["data.xml"], + "demo": [], + "qweb": [], "post_load": None, "pre_init_hook": None, "post_init_hook": None, "uninstall_hook": None, - "auto_install": False, "installable": True, - # "demo_title": "{MODULE_NAME}", # "demo_addons": [ # ], diff --git a/pos_keyboard/data.xml b/pos_keyboard/data.xml index 295b0da..9d36b51 100644 --- a/pos_keyboard/data.xml +++ b/pos_keyboard/data.xml @@ -2,7 +2,7 @@ + License MIT (https://opensource.org/licenses/MIT). -->