move workflow

bzr revid: al@openerp.com-20131006151827-oevn6uuv005qbsu8
This commit is contained in:
Antony Lesuisse 2013-10-06 17:18:27 +02:00
parent e14ec807d2
commit df230e07e4
7 changed files with 9 additions and 3 deletions

View File

@ -20,6 +20,7 @@
##############################################################################
import ir
import workflow
import module
import res
import report

View File

@ -57,7 +57,7 @@ The kernel of OpenERP, needed for all installation.
'ir/ir_values_view.xml',
'ir/osv_memory_autovacuum.xml',
'ir/ir_model_report.xml',
'ir/workflow_view.xml',
'workflow/workflow_view.xml',
'module/module_view.xml',
'module/module_data.xml',
'module/module_report.xml',

View File

@ -32,8 +32,6 @@ import ir_filters
import ir_values
import ir_translation
import ir_exports
import workflow
import workflow_report
import ir_rule
import ir_config_parameter
import osv_memory_autovacuum

View File

@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
import workflow
import workflow_report
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: