[REVIEW] account: rename file name of edi_invoice_action_data

bzr revid: hmo@tinyerp.com-20110714105716-xn54phkryzjuc94e
This commit is contained in:
Harry (OpenERP) 2011-07-14 16:27:16 +05:30
parent 30b5f52c57
commit e087243c24
4 changed files with 2 additions and 5 deletions

View File

@ -122,14 +122,13 @@ module named account_voucher.
'board_account_view.xml',
"wizard/account_report_profit_loss_view.xml",
"wizard/account_report_balance_sheet_view.xml",
#"edi_invoice_action.xml",
"edi_invoice_action_data.xml",
],
'demo_xml': [
'account_demo.xml',
'project/project_demo.xml',
'project/analytic_account_demo.xml',
'demo/account_minimal.xml',
#"edi_invoice_action.xml",
# 'account_unit_test.xml',
],
'test': [

View File

@ -24,6 +24,5 @@ import partner
import product
import report
import wizard
import edi_stock_picking
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -48,7 +48,7 @@ Thanks to the double entry management, the inventory controlling is powerful and
"depends" : ["product", "account"],
"category" : "Warehouse",
"init_xml" : [],
#"demo_xml" : ["stock_demo.xml"],
"demo_xml" : ["stock_demo.xml"],
"update_xml" : [
"security/stock_security.xml",
"security/ir.model.access.csv",
@ -76,7 +76,6 @@ Thanks to the double entry management, the inventory controlling is powerful and
"report/report_stock_move_view.xml",
"report/report_stock_view.xml",
"board_warehouse_view.xml",
"test/edi_stock_picking.yml",
],
'test': ['test/stock_test.yml',
'test/stock_report.yml',