[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', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base'], 'depends': ['base'],
'init_xml': ['gengo_sync_schedular_data.xml'], 'data': [
'update_xml': [ 'gengo_sync_schedular_data.xml'
'ir_translation.xml', 'ir_translation.xml',
'res_company_view.xml', 'res_company_view.xml',
'wizard/base_gengo_translations_view.xml', 'wizard/base_gengo_translations_view.xml',
], ],
'demo_xml': [], 'demo': [],
'test': [], 'test': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data> <data noupdate="1">
<!--Scheduler sync Receive Request--> <!--Scheduler sync Receive Request-->
<record id="gengo_sync_receive_request_scheduler" model="ir.cron"> <record id="gengo_sync_receive_request_scheduler" model="ir.cron">
<field name="name" >Gengo Sync Translation (Response)</field> <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/account.tax.template.csv',
'data/res.country.state.csv', 'data/res.country.state.csv',
], ],
'update_xml': [ 'data': [
'l10n_et_wizard.xml', 'l10n_et_wizard.xml',
], ],
'test': [ 'test': [
], ],
'demo_xml': [ 'demo': [
], ],
'installable': True, 'installable': True,
'active': False, 'active': False,
} }

View File

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

View File

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

View File

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