mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Added custom options module for printers by report
corrections for travis tests fix for flake8 errors and travis tests added new sections and rapleced maintainers added USAGE section in readme + bug corection for update of printers changed copyrights updated manifest and fix for case of false ppd
This commit is contained in:
7
printer_custom_options/models/__init__.py
Executable file
7
printer_custom_options/models/__init__.py
Executable file
@@ -0,0 +1,7 @@
|
||||
# Copyright 2019 Compassion
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import printing_printer
|
||||
from . import printer_option
|
||||
from . import printer_option_choice
|
||||
from . import report_xml
|
||||
Reference in New Issue
Block a user