Metadata-Version: 2.4
Name: odoo-driver-plugin-payment-telium
Version: 1.1.1
Summary: Plugin for odoo-driver. Support Telium payment terminal devices. (Ingenico ®, etc...)
License: AGPLv3+
Keywords: Odoo,Point Of Sale,Driver,Device,Payment,Telium,Ingenico ®
Author: Sylvain LE GAL
Author-email: sylvain.legal@grap.coop
Maintainer: Sylvain LE GAL
Maintainer-email: sylvain.legal@grap.coop
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Framework :: Odoo
Requires-Dist: odoo-driver
Requires-Dist: pyteliummanager
Project-URL: Repository, https://gitlab.com/grap-rhone-alpes/odoo-driver-plugin-payment-telium
Description-Content-Type: text/markdown

# Odoo Driver Plugin - Payment Terminal - Ingenico

![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/odoo-driver-plugin-payment-terminal)
![PyPI - Downloads](https://img.shields.io/pypi/dm/odoo-driver-plugin-payment-terminal)
![GitLab last commit](https://img.shields.io/gitlab/last-commit/81577360)
![GitLab stars](https://img.shields.io/gitlab/stars/81577360?style=social)


This project provide a plugin for ``odoo-driver``
to communicate with Payment Terminal with Telium protocol.

This plugin requires the following odoo module : [`pos_odoo_driver_payment`](https://github.com/grap/odoo-addons-pos)

To install this plugin, refer to the main project page : https://gitlab.com/grap-rhone-alpes/odoo-driver/.

For developpers, refer to this page : https://gitlab.com/grap-rhone-alpes/odoo-driver-plugin-printer-escpos/-/blob/main/DEVELOP.md.

## Table of contents

1. [Compatible Devices](#compatible-devices)
2. [Credits](#credits)


<a name="compatible-devices"></a>

## Compatible Devices

<table style="width: 100%;">
    <tbody>
        <tr>
            <td>Ingenico - Desk/5000</td>
            <td>
              <img src="https://gitlab.com/grap-rhone-alpes/odoo-driver-plugin-payment-telium/-/raw/main/odoo_driver_plugin_payment_telium/static/img/ingenico__desk_5000.png" width="200" height="200" />
            </td>
        </tr>
        <tr>
            <td>Ingenico - Move/5000</td>
            <td>
              <img src="https://gitlab.com/grap-rhone-alpes/odoo-driver-plugin-payment-telium/-/raw/main/odoo_driver_plugin_payment_telium/static/img/ingenico__move_5000.png" width="200" height="200" />
            </td>
        </tr>
    </tbody>
</table>

<a name="credits"></a>

## Credits

### Authors

* GRAP <https://www.grap.coop>

### Contributors

* Sylvain LE GAL <https://www.grap.coop/>

### Extra authorship

Part of the code in this project comes from the following projects, including:

* [Pywebdriver](https://github.com/pywebdriver/pywebdriver) (AGPL-3.0).

### Images

* [Credit Card Payment Terminal Icon](https://www.flaticon.com/fr/icone-gratuite/terminal-de-paiement_6137350), created by ToZ Icon (Flaticon).

