[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
This commit is contained in:
Laurent Mignon
2016-12-17 10:07:47 +01:00
committed by Laurent Mignon (ACSONE)
parent f260b0b4a3
commit 990e66123a
4 changed files with 147 additions and 103 deletions

View File

@@ -1,3 +1,4 @@
from . import ir_actions_report_xml
from . import py3o_template
from . import py3o_server
from . import py3o_report