[IMP] base_report_to_printer - split code in multiple files

This commit is contained in:
Yannick Vaucher
2013-10-02 14:08:48 +02:00
parent 70a45dae60
commit d4df635455
7 changed files with 306 additions and 186 deletions

View File

@@ -1,10 +1,11 @@
# -*- coding: utf-8 -*-
##############################################################################
#
#
# Copyright (c) 2007 Ferran Pegueroles <ferran@pegueroles.com>
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)
# Copyright (C) 2013 Camptocamp (<http://www.camptocamp.com>)
# All Rights Reserved
#
# This program is free software: you can redistribute it and/or modify
@@ -22,4 +23,8 @@
#
##############################################################################
from . import printing
from . import report_xml_action
from . import report_service
from . import users
from . import ir_report
from . import wizard