Skip to content

Commit bfa76cd

Browse files
committed
[FIX] use correct naming for odoo-driver
1 parent fd987e6 commit bfa76cd

File tree

10 files changed

+22
-23
lines changed

10 files changed

+22
-23
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Available addons
2121
----------------
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
24-
[pos_driver_device_list](pos_driver_device_list/) | 16.0.2.0.0 | | Get devices information from odoo-pos-driver library
25-
[pos_driver_display](pos_driver_display/) | 16.0.2.0.0 | | Communicate with LEC Customer Display via odoo-pos-driver library
26-
[pos_driver_payment](pos_driver_payment/) | 16.0.2.0.0 | | Communicate with Telium Payment Terminal via odoo-pos-driver library
24+
[pos_driver_device_list](pos_driver_device_list/) | 16.0.2.0.0 | | Get devices information from odoo-driver library
25+
[pos_driver_display](pos_driver_display/) | 16.0.2.0.0 | | Communicate with LEC Customer Display via odoo-driver library
26+
[pos_driver_payment](pos_driver_payment/) | 16.0.2.0.0 | | Communicate with Telium Payment Terminal via odoo-driver library
2727

2828
[//]: # (end addons)
2929

pos_driver_device_list/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
==============================================
2-
Point of Sale - Devices List (odoo-pos-driver)
2+
Point of Sale - Devices List (odoo-driver)
33
==============================================
44

55
..
@@ -23,7 +23,7 @@ Point of Sale - Devices List (odoo-pos-driver)
2323
|badge1| |badge2| |badge3|
2424

2525
This module extends the Point of Sale odoo module, to add compatibility
26-
with the ``odoo-pos-driver`` python library.
26+
with the ``odoo-driver`` python library.
2727

2828
It will store connected devices information in Odoo for analysis.
2929

pos_driver_device_list/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
44

55
{
6-
"name": "Point of Sale - Devices List (odoo-pos-driver)",
6+
"name": "Point of Sale - Devices List (odoo-driver)",
77
"version": "16.0.2.0.0",
88
"category": "Point Of Sale",
9-
"summary": "Get devices information from odoo-pos-driver library",
9+
"summary": "Get devices information from odoo-driver library",
1010
"author": "GRAP",
1111
"website": "https://github.com/grap/odoo-addons-pos",
1212
"license": "AGPL-3",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
This module extends the Point of Sale odoo module, to add compatibility
2-
with the ``odoo-pos-driver`` python library.
2+
with the ``odoo-driver`` python library.
33

44
It will store connected devices information in Odoo for analysis.

pos_driver_display/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
======================================================
2-
Point of Sale - LED Customer Display (odoo-pos-driver)
2+
Point of Sale - LED Customer Display (odoo-driver)
33
======================================================
44

55
..
@@ -22,10 +22,10 @@ Point of Sale - LED Customer Display (odoo-pos-driver)
2222

2323
|badge1| |badge2| |badge3|
2424

25-
This module extends the Point of Sale odoo module, to add compatibility with the ``odoo-pos-driver``
25+
This module extends the Point of Sale odoo module, to add compatibility with the ``odoo-driver``
2626
python library, when using LED Customer display.
2727

28-
More information: https://pypi.org/project/odoo-pos-driver/
28+
More information: https://pypi.org/project/odoo-driver/
2929

3030
**Table of contents**
3131

pos_driver_display/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
44

55
{
6-
"name": "Point of Sale - LED Customer Display (odoo-pos-driver)",
6+
"name": "Point of Sale - LED Customer Display (odoo-driver)",
77
"version": "16.0.3.0.0",
88
"category": "Point Of Sale",
9-
"summary": "Communicate with LED Customer Display via odoo-pos-driver library",
9+
"summary": "Communicate with LED Customer Display via odoo-driver library",
1010
"author": "GRAP",
1111
"website": "https://github.com/grap/odoo-addons-pos",
1212
"license": "AGPL-3",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This module extends the Point of Sale odoo module, to add compatibility with the ``odoo-pos-driver``
1+
This module extends the Point of Sale odoo module, to add compatibility with the ``odoo-driver``
22
python library, when using LED Customer display.
33

4-
More information: https://pypi.org/project/odoo-pos-driver/
4+
More information: https://pypi.org/project/odoo-driver/

pos_driver_payment/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=========================================================
2-
Point of Sale - Telium Payment Terminal (odoo-pos-driver)
2+
Point of Sale - Telium Payment Terminal (odoo-driver)
33
=========================================================
44

55
..
@@ -22,10 +22,10 @@ Point of Sale - Telium Payment Terminal (odoo-pos-driver)
2222

2323
|badge1| |badge2| |badge3|
2424

25-
This module extends the Point of Sale odoo module, to add compatibility with the ``odoo-pos-driver``
25+
This module extends the Point of Sale odoo module, to add compatibility with the ``odoo-driver``
2626
python library, when using Telium Payment Terminal.
2727

28-
More information: https://pypi.org/project/odoo-pos-driver/
28+
More information: https://pypi.org/project/odoo-driver/
2929

3030
**Table of contents**
3131

pos_driver_payment/__manifest__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
44

55
{
6-
"name": "Point of Sale - Telium Payment Terminal (odoo-pos-driver)",
6+
"name": "Point of Sale - Telium Payment Terminal (odoo-driver)",
77
"version": "16.0.2.0.0",
88
"category": "Point Of Sale",
9-
"summary": "Communicate with Telium Payment Terminal"
10-
" via odoo-pos-driver library",
9+
"summary": "Communicate with Telium Payment Terminal" " via odoo-driver library",
1110
"author": (
1211
"Aurélien DUMAINE,"
1312
"GRAP,"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This module extends the Point of Sale odoo module, to add compatibility with the ``odoo-pos-driver``
1+
This module extends the Point of Sale odoo module, to add compatibility with the ``odoo-driver``
22
python library, when using Telium Payment Terminal.
33

4-
More information: https://pypi.org/project/odoo-pos-driver/
4+
More information: https://pypi.org/project/odoo-driver/

0 commit comments

Comments
 (0)