Metadata-Version: 2.4
Name: odoo-driver-plugin-scale-toledo
Version: 1.2.1
Summary: Plugin for odoo-driver. Support Scale terminal devices.
License: AGPLv3+
Keywords: Odoo,Point Of Sale,Driver,Device,Scale,Toledo
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
Project-URL: Repository, https://gitlab.com/grap-rhone-alpes/odoo-driver-plugin-scale-toledo
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 scales with Toledo protocol.

This plugin requires the following odoo module : `point_of_sale` (Odoo CE / EE).

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-scale-toledo/-/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>Metler Toledo - Ariva S</td>
            <td>
              <img src="https://gitlab.com/grap-rhone-alpes/odoo-driver-plugin-scale-toledo/-/raw/main/odoo_driver_plugin_scale_toledo/static/img/mettler_toledo__ariva_s.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

* [Scale Icon](https://www.flaticon.com/fr/icone-gratuite/pesee_1104592), created by itim2101 (Flaticon).

