This commit is contained in:
Laetitia Gangloff
2015-09-28 12:57:54 +02:00
parent f5f2028d34
commit 4a621964b5
3 changed files with 8 additions and 6 deletions

View File

@@ -24,7 +24,8 @@
############################################################################## ##############################################################################
from openerp.osv import orm, fields from openerp.osv import orm, fields
from printing import _available_action_types from openerp.addons.base_report_to_printer.printing import \
_available_action_types
class report_xml_action(orm.Model): class report_xml_action(orm.Model):

View File

@@ -24,7 +24,8 @@
############################################################################## ##############################################################################
from openerp.osv import orm, fields from openerp.osv import orm, fields
from printing import _available_action_types from openerp.addons.base_report_to_printer.printing import \
_available_action_types
class res_users(orm.Model): class res_users(orm.Model):

View File

@@ -19,7 +19,7 @@
# #
############################################################################## ##############################################################################
import ir_attachment from . import ir_attachment
import pingen from . import pingen
import pingen_document from . import pingen_document
import res_company from . import res_company