Files
reporting-engine/report_py3o/models/__init__.py
Laurent Mignon 1871d9829d [IMP] Replace old style parser by TransientModel
The goal is to improve the modularity by making the parser a true inheritable odoo model and share part of the code with the 'report' model

Conflicts:
	report_py3o/models/ir_actions_report_xml.py
	report_py3o/models/py3o_report.py
	report_py3o/tests/test_report_py3o.py
2020-10-21 19:13:32 +03:00

5 lines
116 B
Python

from . import ir_actions_report_xml
from . import py3o_template
from . import py3o_server
from . import py3o_report