From 1ac928af0574da4d6b21bdad943393e400532678 Mon Sep 17 00:00:00 2001 From: Fabien Meghazi Date: Wed, 11 Jun 2014 14:04:02 +0200 Subject: [PATCH] Set old form views as explicit @version="6.1" --- .../wizard/base_report_design_view.xml | 4 ++-- addons/crm/crm_report_view.xml | 8 ++++---- addons/crm_claim/crm_claim_view.xml | 2 +- addons/crm_profiling/crm_profiling_view.xml | 8 ++++---- addons/document/report/document_report_view.xml | 2 +- addons/hr_contract/hr_contract_view.xml | 2 +- addons/hr_payroll/hr_payroll_view.xml | 2 +- .../report/hr_timesheet_invoice_report_view.xml | 8 ++++---- .../hr_timesheet_invoice/report/report_analytic_view.xml | 4 ++-- addons/l10n_be/wizard/l10n_be_partner_vat_listing.xml | 4 ++-- addons/project/project_view.xml | 2 +- addons/stock/stock_view.xml | 2 +- openerp/addons/base/ir/ir_model_view.xml | 4 ++-- openerp/addons/test_exceptions/view.xml | 2 +- openerp/addons/test_workflow/data.xml | 2 +- 15 files changed, 28 insertions(+), 28 deletions(-) diff --git a/addons/base_report_designer/wizard/base_report_design_view.xml b/addons/base_report_designer/wizard/base_report_design_view.xml index d2ee1f70dc3..fca854ef004 100644 --- a/addons/base_report_designer/wizard/base_report_design_view.xml +++ b/addons/base_report_designer/wizard/base_report_design_view.xml @@ -33,7 +33,7 @@ Base Report File sxw base.report.file.sxw -
+ @@ -50,7 +50,7 @@ Base Report File sxw base.report.rml.save - + diff --git a/addons/crm/crm_report_view.xml b/addons/crm/crm_report_view.xml index 39a2967c947..cdbc3d31b7b 100644 --- a/addons/crm/crm_report_view.xml +++ b/addons/crm/crm_report_view.xml @@ -29,7 +29,7 @@ CRM Report - Teams and Type(Form) report.crm.case.section.categ2 -
+ @@ -113,7 +113,7 @@ CRM Report - Teams and Stage(Form) report.crm.case.section.stage - + @@ -194,7 +194,7 @@ CRM Report - Team, Category and Stage(Form) report.crm.case.section.categ.stage - + @@ -275,7 +275,7 @@ CRM Report - Section, Category and Type(Form) report.crm.case.section.categ.categ2 - + diff --git a/addons/crm_claim/crm_claim_view.xml b/addons/crm_claim/crm_claim_view.xml index b6d43c4b140..b4028bb60cf 100644 --- a/addons/crm_claim/crm_claim_view.xml +++ b/addons/crm_claim/crm_claim_view.xml @@ -46,7 +46,7 @@ crm.claim.stage.form crm.claim.stage - + diff --git a/addons/crm_profiling/crm_profiling_view.xml b/addons/crm_profiling/crm_profiling_view.xml index dacbca0b3c6..d876f733da2 100644 --- a/addons/crm_profiling/crm_profiling_view.xml +++ b/addons/crm_profiling/crm_profiling_view.xml @@ -43,7 +43,7 @@ Questionnaires crm_profiling.questionnaire - + @@ -74,7 +74,7 @@ Answers crm_profiling.answer - + @@ -100,7 +100,7 @@ Questions crm_profiling.question -
+ @@ -141,7 +141,7 @@ crm.segmentation.form crm.segmentation - + diff --git a/addons/document/report/document_report_view.xml b/addons/document/report/document_report_view.xml index 2740967d53a..102ad3e2a21 100644 --- a/addons/document/report/document_report_view.xml +++ b/addons/document/report/document_report_view.xml @@ -5,7 +5,7 @@ report.document.user.form report.document.user - + diff --git a/addons/hr_contract/hr_contract_view.xml b/addons/hr_contract/hr_contract_view.xml index f97aefd70ed..924fa8505ef 100644 --- a/addons/hr_contract/hr_contract_view.xml +++ b/addons/hr_contract/hr_contract_view.xml @@ -159,7 +159,7 @@ hr.contract.type.view.form hr.contract.type - + diff --git a/addons/hr_payroll/hr_payroll_view.xml b/addons/hr_payroll/hr_payroll_view.xml index 0f461842355..336dd97c14a 100644 --- a/addons/hr_payroll/hr_payroll_view.xml +++ b/addons/hr_payroll/hr_payroll_view.xml @@ -408,7 +408,7 @@ hr.salary.rule.category.form hr.salary.rule.category -
+ diff --git a/addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report_view.xml b/addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report_view.xml index 6d6fe2f3776..2afc7dd8de1 100644 --- a/addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report_view.xml +++ b/addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report_view.xml @@ -92,7 +92,7 @@ report_timesheet.timesheet.user.form report_timesheet.user - + @@ -164,7 +164,7 @@ report_timesheet.timesheet.invoice.form report_timesheet.invoice - + @@ -237,7 +237,7 @@ report_timesheet.timesheet.account.date.form report_timesheet.account.date - + @@ -299,7 +299,7 @@ report_timesheet.timesheet.account.form report_timesheet.account - + diff --git a/addons/hr_timesheet_invoice/report/report_analytic_view.xml b/addons/hr_timesheet_invoice/report/report_analytic_view.xml index a2566688799..9cdd6d64013 100644 --- a/addons/hr_timesheet_invoice/report/report_analytic_view.xml +++ b/addons/hr_timesheet_invoice/report/report_analytic_view.xml @@ -6,7 +6,7 @@ report.analytic.account.close.form report.analytic.account.close - + @@ -59,7 +59,7 @@ report.account.analytic.line.to.invoice report.account.analytic.line.to.invoice - + diff --git a/addons/l10n_be/wizard/l10n_be_partner_vat_listing.xml b/addons/l10n_be/wizard/l10n_be_partner_vat_listing.xml index 4ac165344e8..2f806876483 100644 --- a/addons/l10n_be/wizard/l10n_be_partner_vat_listing.xml +++ b/addons/l10n_be/wizard/l10n_be_partner_vat_listing.xml @@ -38,7 +38,7 @@ Vat Listing partner.vat.list - + @@ -82,7 +82,7 @@ step.vat.listing vat.listing.clients - + diff --git a/addons/project/project_view.xml b/addons/project/project_view.xml index 693e1b47f13..997e58488f0 100644 --- a/addons/project/project_view.xml +++ b/addons/project/project_view.xml @@ -770,7 +770,7 @@ Tags project.category - + diff --git a/addons/stock/stock_view.xml b/addons/stock/stock_view.xml index e94231ba901..af431ffe677 100644 --- a/addons/stock/stock_view.xml +++ b/addons/stock/stock_view.xml @@ -454,7 +454,7 @@ product.removal.form product.removal -
+ diff --git a/openerp/addons/base/ir/ir_model_view.xml b/openerp/addons/base/ir/ir_model_view.xml index fb68df9b5ff..66ff4ef670c 100644 --- a/openerp/addons/base/ir/ir_model_view.xml +++ b/openerp/addons/base/ir/ir_model_view.xml @@ -304,7 +304,7 @@ ir.model.constraint -
+ @@ -339,7 +339,7 @@ ir.model.relation - + diff --git a/openerp/addons/test_exceptions/view.xml b/openerp/addons/test_exceptions/view.xml index 4d8e820d456..0a41a0d79d0 100644 --- a/openerp/addons/test_exceptions/view.xml +++ b/openerp/addons/test_exceptions/view.xml @@ -6,7 +6,7 @@ Test exceptions test.exceptions.model - +