Browse Source

🍒 module name change

pull/155/head
Denis Mudarisov 4 years ago
committed by Vincent Van Rossem
parent
commit
8399842311
  1. 6
      pos_keyboard/README.rst
  2. 2
      pos_keyboard/__manifest__.py
  3. 6
      pos_keyboard/doc/index.rst
  4. 2
      pos_keyboard/static/description/index.html

6
pos_keyboard/README.rst

@ -2,9 +2,9 @@
:target: https://opensource.org/licenses/MIT :target: https://opensource.org/licenses/MIT
:alt: License: MIT :alt: License: MIT
===================================
Keyboard support in Point Of Sale
===================================
==============
POS Keyboard
==============
The module allows to apply the usual keyboard (not the virtual one) in the Point of Sale. The module allows to apply the usual keyboard (not the virtual one) in the Point of Sale.

2
pos_keyboard/__manifest__.py

@ -6,7 +6,7 @@
# Copyright 2019 Anvar Kildebekov https://it-projects.info/team/fedoranvar> # Copyright 2019 Anvar Kildebekov https://it-projects.info/team/fedoranvar>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{ {
"name": """Keyboard support in Point Of Sale""",
"name": """POS Keyboard""",
"summary": """Module allows to use usual keyboard (not virtual one) in Point of Sale""", "summary": """Module allows to use usual keyboard (not virtual one) in Point of Sale""",
"category": "Point Of Sale", "category": "Point Of Sale",
# "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version={ODOO_BRANCH}", # "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version={ODOO_BRANCH}",

6
pos_keyboard/doc/index.rst

@ -1,6 +1,6 @@
===================================
Keyboard support in Point Of Sale
===================================
==============
POS Keyboard
==============
Installation Installation
============ ============

2
pos_keyboard/static/description/index.html

@ -1,7 +1,7 @@
<section class="oe_container"> <section class="oe_container">
<div class="oe_row oe_spaced"> <div class="oe_row oe_spaced">
<div class="oe_span12"> <div class="oe_span12">
<h2 class="oe_slogan" style="color:#875A7B;">Keyboard support in Point Of Sale</h2>
<h2 class="oe_slogan" style="color:#875A7B;">POS Keyboard</h2>
<h3 class="oe_slogan">The module allows to apply the usual keyboard (not the virtual one) in the Point of Sale.</h3> <h3 class="oe_slogan">The module allows to apply the usual keyboard (not the virtual one) in the Point of Sale.</h3>
</div> </div>
</div> </div>

Loading…
Cancel
Save