[IMP] Remove deprecated manifest keys

bzr revid: fme@openerp.com-20130909110330-kl71n1km00gew1oo
This commit is contained in:
Fabien Meghazi 2013-09-09 13:03:30 +02:00
parent 6da5da7aa0
commit f58b15af48
6 changed files with 16 additions and 17 deletions

View File

@ -36,13 +36,13 @@ This wizard will activate the CRON job and the Scheduler and will start the auto
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': ['base'],
'init_xml': ['gengo_sync_schedular_data.xml'],
'update_xml': [
'data': [
'gengo_sync_schedular_data.xml'
'ir_translation.xml',
'res_company_view.xml',
'wizard/base_gengo_translations_view.xml',
],
'demo_xml': [],
],
'demo': [],
'test': [],
'installable': True,
'auto_install': False,

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<data noupdate="1">
<!--Scheduler sync Receive Request-->
<record id="gengo_sync_receive_request_scheduler" model="ir.cron">
<field name="name" >Gengo Sync Translation (Response)</field>

View File

@ -47,13 +47,13 @@ This is the latest Ethiopian OpenERP localization and consists of:
'data/account.tax.template.csv',
'data/res.country.state.csv',
],
'update_xml': [
'data': [
'l10n_et_wizard.xml',
],
'test': [
],
'demo_xml': [
'demo': [
],
'installable': True,
'active': False,
}
}

View File

@ -21,7 +21,6 @@
{
'name': 'Indian Payroll',
'category': 'Localization',
'init_xml': [],
'author': 'OpenERP SA',
'website':'http://www.openerp.com',
'depends': ['hr_payroll'],
@ -43,7 +42,7 @@ Indian Payroll Salary Rules.
- Yearly Salary by Head and Yearly Salary by Employee Report
""",
'active': False,
'update_xml': [
'data': [
'l10n_in_hr_payroll_view.xml',
'data/l10n_in_hr_payroll_data.xml',
'data/hr.salary.rule.csv',
@ -61,7 +60,7 @@ Indian Payroll Salary Rules.
'test/payment_advice_batch.yml'
],
'demo_xml': ['l10n_in_hr_payroll_demo.xml'],
'demo': ['l10n_in_hr_payroll_demo.xml'],
'installable': True
}

View File

@ -33,8 +33,8 @@
'account',
'account_chart',
],
'init_xml': [],
'update_xml': ['account_types.xml',
'data': [
'account_types.xml',
'account_chart.xml',
'account_tax_code_template.xml',
'account_chart_template.xml',
@ -42,7 +42,7 @@
'account_taxes.xml',
'l10n_chart_pt_wizard.xml',
],
'demo_xml': [],
'demo': [],
'installable': True,
}

View File

@ -46,8 +46,8 @@ You can choose flexible invoicing methods:
'website': 'http://www.openerp.com',
'images': ['images/deliveries_to_invoice.jpeg'],
'depends': ['sale', 'stock', 'procurement'],
'init_xml': [],
'update_xml': ['security/sale_stock_security.xml',
'data': [
'security/sale_stock_security.xml',
'security/ir.model.access.csv',
'company_view.xml',
'sale_stock_view.xml',
@ -57,7 +57,7 @@ You can choose flexible invoicing methods:
'report/sale_report_view.xml',
'process/sale_stock_process.xml',
],
'demo_xml': ['sale_stock_demo.xml'],
'demo': ['sale_stock_demo.xml'],
'test': ['test/cancel_order_sale_stock.yml',
'test/picking_order_policy.yml',
'test/prepaid_order_policy.yml',