[FIX] stock,sale_layout : __openerp__.py file corrected

bzr revid: ach@tinyerp.com-20100917061135-4orswyxxv9pv3dbt
This commit is contained in:
Anup (OpenERP) 2010-09-17 11:41:35 +05:30
parent cf8c080bac
commit 5ad4e3bc2e
2 changed files with 2 additions and 5 deletions

View File

@ -40,7 +40,7 @@
"sale_layout_view.xml",
"sale_layout_report.xml",
],
"test" : ['sale_layout_report.yml'],
"test" : ['test/sale_layout_report.yml'],
"active": False,
"installable": True
}

View File

@ -75,10 +75,7 @@ Thanks to the double entry management, the inventory controlling is powerful and
"board_warehouse_view.xml"
],
'test': ['test/stock_test.yml',
'test/stock_inventory_move_report.yml',
'test/stock_lot_location_report.yml',
'test/stock_overview_report.yml',
'test/stock_overviewall_report.yml'
'test/stock_report.yml',
],
'installable': True,
'active': False,