File tree Expand file tree Collapse file tree 10 files changed +22
-23
lines changed Expand file tree Collapse file tree 10 files changed +22
-23
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ Available addons
21
21
----------------
22
22
addon | version | maintainers | summary
23
23
--- | --- | --- | ---
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
27
27
28
28
[ // ] : # ( end addons )
29
29
Original file line number Diff line number Diff line change 1
1
==============================================
2
- Point of Sale - Devices List (odoo-pos- driver)
2
+ Point of Sale - Devices List (odoo-driver)
3
3
==============================================
4
4
5
5
..
@@ -23,7 +23,7 @@ Point of Sale - Devices List (odoo-pos-driver)
23
23
|badge1 | |badge2 | |badge3 |
24
24
25
25
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.
27
27
28
28
It will store connected devices information in Odoo for analysis.
29
29
Original file line number Diff line number Diff line change 3
3
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
4
4
5
5
{
6
- "name" : "Point of Sale - Devices List (odoo-pos- driver)" ,
6
+ "name" : "Point of Sale - Devices List (odoo-driver)" ,
7
7
"version" : "16.0.2.0.0" ,
8
8
"category" : "Point Of Sale" ,
9
- "summary" : "Get devices information from odoo-pos- driver library" ,
9
+ "summary" : "Get devices information from odoo-driver library" ,
10
10
"author" : "GRAP" ,
11
11
"website" : "https://github.com/grap/odoo-addons-pos" ,
12
12
"license" : "AGPL-3" ,
Original file line number Diff line number Diff line change 1
1
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.
3
3
4
4
It will store connected devices information in Odoo for analysis.
Original file line number Diff line number Diff line change 1
1
======================================================
2
- Point of Sale - LED Customer Display (odoo-pos- driver)
2
+ Point of Sale - LED Customer Display (odoo-driver)
3
3
======================================================
4
4
5
5
..
@@ -22,10 +22,10 @@ Point of Sale - LED Customer Display (odoo-pos-driver)
22
22
23
23
|badge1 | |badge2 | |badge3 |
24
24
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 ``
26
26
python library, when using LED Customer display.
27
27
28
- More information: https://pypi.org/project/odoo-pos- driver/
28
+ More information: https://pypi.org/project/odoo-driver/
29
29
30
30
**Table of contents **
31
31
Original file line number Diff line number Diff line change 3
3
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
4
4
5
5
{
6
- "name" : "Point of Sale - LED Customer Display (odoo-pos- driver)" ,
6
+ "name" : "Point of Sale - LED Customer Display (odoo-driver)" ,
7
7
"version" : "16.0.3.0.0" ,
8
8
"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" ,
10
10
"author" : "GRAP" ,
11
11
"website" : "https://github.com/grap/odoo-addons-pos" ,
12
12
"license" : "AGPL-3" ,
Original file line number Diff line number Diff line change 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 ``
2
2
python library, when using LED Customer display.
3
3
4
- More information: https://pypi.org/project/odoo-pos- driver/
4
+ More information: https://pypi.org/project/odoo-driver/
Original file line number Diff line number Diff line change 1
1
=========================================================
2
- Point of Sale - Telium Payment Terminal (odoo-pos- driver)
2
+ Point of Sale - Telium Payment Terminal (odoo-driver)
3
3
=========================================================
4
4
5
5
..
@@ -22,10 +22,10 @@ Point of Sale - Telium Payment Terminal (odoo-pos-driver)
22
22
23
23
|badge1 | |badge2 | |badge3 |
24
24
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 ``
26
26
python library, when using Telium Payment Terminal.
27
27
28
- More information: https://pypi.org/project/odoo-pos- driver/
28
+ More information: https://pypi.org/project/odoo-driver/
29
29
30
30
**Table of contents **
31
31
Original file line number Diff line number Diff line change 3
3
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
4
4
5
5
{
6
- "name" : "Point of Sale - Telium Payment Terminal (odoo-pos- driver)" ,
6
+ "name" : "Point of Sale - Telium Payment Terminal (odoo-driver)" ,
7
7
"version" : "16.0.2.0.0" ,
8
8
"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" ,
11
10
"author" : (
12
11
"Aurélien DUMAINE,"
13
12
"GRAP,"
Original file line number Diff line number Diff line change 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 ``
2
2
python library, when using Telium Payment Terminal.
3
3
4
- More information: https://pypi.org/project/odoo-pos- driver/
4
+ More information: https://pypi.org/project/odoo-driver/
You can’t perform that action at this time.
0 commit comments