mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
5ddcc991af609e61803ad025a25703d6091060d1
Currently, some Python dependencies are being installed manually from the `.travis.yml` file, using pip install python_package Not only that way is a bad practice, but also prevents those Python modules to be retrieved when an Odoo module is installed via MQT. In addition, the modules `requests` and `PyPDF2` are removed, as they already are in Odoo's requirements.
Report - Printing and Sending
This project aim to deal with modules related to manage document printing and sending in a generic way. You'll find modules that:
- Interface Odoo with Pingen (https://www.pingen.com/en)
- Add an printing queue
- Allow to choose printer
- ...
Description
Languages
Python
69.3%
HTML
30%
JavaScript
0.7%