[16.0][ADD] printing_simple_configuration

This commit is contained in:
David Beal
2023-05-07 16:35:34 +02:00
parent d6ee2613d4
commit b909143afa
17 changed files with 263 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Allow to set printer config definition attached to a company or a warehouse.
With this minimal configuration, you may define specific print workflow
according to misc usage, i.e. label printers
.. figure:: ../static/description/print_config.png
:alt: Print configuration in Odoo
For more complex configuration please check
https://github.com/OCA/report-print-send/blob/16.0/base_report_to_printer/README.rst

View File

@@ -0,0 +1,2 @@
Advanced usage of printers are mainly coupled with stock.
This leads us to decide to attach the printer configuration to the warehouse model.