Browse Source
Merge pull request #438 from damdam-s/9.0_base_report_auto_create_qweb
Merge pull request #438 from damdam-s/9.0_base_report_auto_create_qweb
[MIG] base_report_auto_create_qweb: migration to v9pull/446/head
Yannick Vaucher
9 years ago
8 changed files with 49 additions and 54 deletions
-
27base_report_auto_create_qweb/README.rst
-
5base_report_auto_create_qweb/__init__.py
-
25base_report_auto_create_qweb/__openerp__.py
-
5base_report_auto_create_qweb/models/__init__.py
-
10base_report_auto_create_qweb/models/report_xml.py
-
5base_report_auto_create_qweb/views/report_xml_view.xml
-
5base_report_auto_create_qweb/wizard/__init__.py
-
11base_report_auto_create_qweb/wizard/report_duplicate.py
@ -1,7 +1,4 @@ |
|||||
# -*- encoding: utf-8 -*- |
|
||||
############################################################################## |
|
||||
# For copyright and license notices, see __openerp__.py file in root directory |
|
||||
############################################################################## |
|
||||
|
# -*- coding: utf-8 -*- |
||||
|
|
||||
from . import models |
from . import models |
||||
from . import wizard |
from . import wizard |
@ -1,6 +1,3 @@ |
|||||
# -*- encoding: utf-8 -*- |
|
||||
############################################################################## |
|
||||
# For copyright and license notices, see __openerp__.py file in root directory |
|
||||
############################################################################## |
|
||||
|
# -*- coding: utf-8 -*- |
||||
|
|
||||
from . import report_xml |
from . import report_xml |
@ -1,6 +1,3 @@ |
|||||
# -*- encoding: utf-8 -*- |
|
||||
############################################################################## |
|
||||
# For copyright and license notices, see __openerp__.py file in root directory |
|
||||
############################################################################## |
|
||||
|
# -*- coding: utf-8 -*- |
||||
|
|
||||
from . import report_duplicate |
from . import report_duplicate |
Write
Preview
Loading…
Cancel
Save
Reference in new issue