Skip to content

Commit aa881d1

Browse files
[BOT] post-merge updates
1 parent 293c8ce commit aa881d1

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[pos_odoo_driver_device_list](pos_odoo_driver_device_list/) | 16.0.1.0.0 | | Get devices information from odoo-pos-driver library
2525
[pos_odoo_driver_display](pos_odoo_driver_display/) | 16.0.1.0.0 | | Communicate with LEC Customer Display via odoo-pos-driver library
26+
[pos_odoo_driver_payment](pos_odoo_driver_payment/) | 16.0.1.0.0 | | Communicate with Telium Payment Terminal via odoo-pos-driver library
2627

2728
[//]: # (end addons)
2829

pos_odoo_driver_payment/README.rst

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
=========================================================
2+
Point of Sale - Telium Payment Terminal (odoo-pos-driver)
3+
=========================================================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:2566b4d267c51974dffe1308d1c7b3e47da4f950de97b248b9ed6d923f4d4139
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-grap%2Fodoo--addons--pos-lightgray.png?logo=github
20+
:target: https://github.com/grap/odoo-addons-pos/tree/16.0/pos_odoo_driver_payment
21+
:alt: grap/odoo-addons-pos
22+
23+
|badge1| |badge2| |badge3|
24+
25+
This module extends the Point of Sale odoo module, to add compatibility with the ``odoo-pos-driver``
26+
python library, when using Telium Payment Terminal.
27+
28+
More information: https://pypi.org/project/odoo-pos-driver/
29+
30+
**Table of contents**
31+
32+
.. contents::
33+
:local:
34+
35+
Configuration
36+
=============
37+
38+
* go to the "Point of Sale > Configuration > Payment Method"
39+
40+
* Check the option *Is Payment Terminal*
41+
42+
.. figure:: https://raw.githubusercontent.com/grap/odoo-addons-pos/16.0/pos_odoo_driver_payment/static/img/pos_payment_method_form.png
43+
44+
Usage
45+
=====
46+
47+
* Open the Point of sale
48+
49+
* make an order, and select a payment that is marked as "Is Payment Terminal"
50+
51+
* Click on the button "Send to Payment Terminal"
52+
53+
.. figure:: https://raw.githubusercontent.com/grap/odoo-addons-pos/16.0/pos_odoo_driver_payment/static/img/pos_front_end.png
54+
55+
Bug Tracker
56+
===========
57+
58+
Bugs are tracked on `GitHub Issues <https://github.com/grap/odoo-addons-pos/issues>`_.
59+
In case of trouble, please check there if your issue has already been reported.
60+
If you spotted it first, help us to smash it by providing a detailed and welcomed
61+
`feedback <https://github.com/grap/odoo-addons-pos/issues/new?body=module:%20pos_odoo_driver_payment%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
62+
63+
Do not contact contributors directly about support or help with technical issues.
64+
65+
Credits
66+
=======
67+
68+
Authors
69+
~~~~~~~
70+
71+
* Aurélien DUMAINE
72+
* GRAP
73+
* Akretion
74+
* ACSONE SA/NV
75+
76+
Contributors
77+
~~~~~~~~~~~~
78+
79+
This module is a full refactor of the OCA V16 module ``pos_terminal_payment``.
80+
Original authors and ideas are:
81+
82+
* Aurelien Dumaine
83+
* Alexis de Lattre <alexis.delattre@akretion.com>
84+
* Sylvain LE GAL (https://twitter.com/legalsylvain)
85+
86+
Maintainers
87+
~~~~~~~~~~~
88+
89+
This module is part of the `grap/odoo-addons-pos <https://github.com/grap/odoo-addons-pos/tree/16.0/pos_odoo_driver_payment>`_ project on GitHub.
90+
91+
You are welcome to contribute.

0 commit comments

Comments
 (0)