mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
001c637be24ee6bcc938e7fb80b1d877f2f3effb
The cron (by default) every minute, updates the printing.printer and printing.job records from the cups server. The field values rarely change, so we can prevent many updates in database. Also, writing on `printing_printer.server_id` triggers another update on the printing.job records as the model has a stored related field.
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%