mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[PEP8]
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
@@ -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):
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user