Convert form views @version="6.1"

This commit is contained in:
Fabien Meghazi 2014-06-12 13:55:40 +02:00
parent b76c4e248c
commit 87378aac26
14 changed files with 268 additions and 216 deletions

View File

@ -33,7 +33,8 @@
<field name="name">Base Report File sxw</field>
<field name="model">base.report.file.sxw</field>
<field name="arch" type="xml">
<form string="Get a report" version="6.1">
<form string="Get a report">
<group col="4">
<separator string="The .SXW report" colspan="4"/>
<field name="report_id"/>
<newline/>
@ -42,6 +43,7 @@
<field name="file_sxw_upload"/>
<newline/>
<label colspan="4" string="This is the template of your requested report.&#10;Save it as a .SXW file and open it with OpenOffice.&#10;Don't forget to install the OpenERP SA OpenOffice package to modify it.&#10;Once it is modified, re-upload it in OpenERP using this wizard." align="0.0"/>
</group>
</form>
</field>
</record>
@ -50,9 +52,11 @@
<field name="name">Base Report File sxw</field>
<field name="model">base.report.rml.save</field>
<field name="arch" type="xml">
<form string="Save RML FIle" version="6.1">
<form string="Save RML FIle">
<group col="4">
<separator string="The RML Report"/>
<field name="file_rml"/>
</group>
</form>
</field>
</record>

View File

@ -29,7 +29,8 @@
<field name="name">CRM Report - Teams and Type(Form)</field>
<field name="model">report.crm.case.section.categ2</field>
<field name="arch" type="xml">
<form string="Cases by Team and Category2" version="6.1">
<form string="Cases by Team and Category2">
<group col="4">
<field name="name"/>
<field name="month"/>
<field name="user_id"/>
@ -41,6 +42,7 @@
<field name="nbr" />
<field name="state" />
<field name="delay_close"/>
</group>
</form>
</field>
</record>
@ -113,7 +115,8 @@
<field name="name">CRM Report - Teams and Stage(Form)</field>
<field name="model">report.crm.case.section.stage</field>
<field name="arch" type="xml">
<form string="Cases by Team and Stage" version="6.1">
<form string="Cases by Team and Stage">
<group col="4">
<field name="name"/>
<field name="month"/>
<field name="user_id"/>
@ -124,6 +127,7 @@
<field name="nbr" />
<field name="state" />
<field name="delay_close"/>
</group>
</form>
</field>
</record>
@ -194,7 +198,8 @@
<field name="name">CRM Report - Team, Category and Stage(Form)</field>
<field name="model">report.crm.case.section.categ.stage</field>
<field name="arch" type="xml">
<form string="Cases by Section, Category and Stage" version="6.1">
<form string="Cases by Section, Category and Stage">
<group col="4">
<field name="name"/>
<field name="month"/>
<field name="user_id"/>
@ -204,6 +209,7 @@
<field name="nbr" />
<field name="state" />
<field name="delay_close"/>
</group>
</form>
</field>
</record>
@ -275,7 +281,8 @@
<field name="name">CRM Report - Section, Category and Type(Form)</field>
<field name="model">report.crm.case.section.categ.categ2</field>
<field name="arch" type="xml">
<form string="Cases by Section, Category and Type" version="6.1">
<form string="Cases by Section, Category and Type">
<group col="4">
<field name="name"/>
<field name="month"/>
<field name="user_id"/>
@ -286,6 +293,7 @@
<field name="nbr" />
<field name="state" />
<field name="delay_close"/>
</group>
</form>
</field>
</record>

View File

@ -46,11 +46,13 @@
<field name="name">crm.claim.stage.form</field>
<field name="model">crm.claim.stage</field>
<field name="arch" type="xml">
<form string="Claim Stage" version="6.1">
<form string="Claim Stage">
<group col="4">
<field name="name"/>
<field name="case_default"/>
<field name="sequence"/>
<field name="fold"/>
</group>
</form>
</field>
</record>

View File

@ -43,7 +43,8 @@
<field name="name">Questionnaires</field>
<field name="model">crm_profiling.questionnaire</field>
<field name="arch" type="xml">
<form string="Questionnaires" version="6.1">
<form string="Questionnaires">
<group col="4">
<field name="name"/>
<newline/>
<separator string="Questions List" colspan="4"/>
@ -51,6 +52,7 @@
<newline/>
<separator string="Description" colspan="4"/>
<field name="description" colspan="4" nolabel="1"/>
</group>
</form>
</field>
</record>
@ -74,9 +76,11 @@
<field name="name">Answers</field>
<field name="model">crm_profiling.answer</field>
<field name="arch" type="xml">
<form string="Answers" version="6.1">
<form string="Answers">
<group col="4">
<field name="question_id"/>
<field name="name"/>
</group>
</form>
</field>
</record>
@ -100,7 +104,8 @@
<field name="name">Questions</field>
<field name="model">crm_profiling.question</field>
<field name="arch" type="xml">
<form string="Questions" version="6.1">
<form string="Questions">
<group col="4">
<newline/>
<field name="name"/>
<newline/>
@ -113,6 +118,7 @@
<field name="name"/>
</form>
</field>
</group>
</form>
</field>
</record>
@ -141,7 +147,8 @@
<field name="name">crm.segmentation.form</field>
<field name="model">crm.segmentation</field>
<field name="arch" type="xml">
<form string="Partner Segmentation" version="6.1">
<form string="Partner Segmentation">
<group col="4">
<notebook>
<page string="Segmentation">
<separator string="Segmentation Description" colspan="4"/>
@ -177,6 +184,7 @@
<field name="answer_no" nolabel="1" colspan="2"/>
</page>
</notebook>
</group>
</form>
</field>
</record>

View File

@ -5,13 +5,15 @@
<field name="name">report.document.user.form</field>
<field name="model">report.document.user</field>
<field name="arch" type="xml">
<form string="Files" version="6.1">
<form string="Files">
<group col="4">
<field name="name"/>
<field name="user"/>
<field name="directory"/>
<field name="datas_fname"/>
<field name="file_size"/>
<field name="create_date"/>
</group>
</form>
</field>
</record>

View File

@ -159,8 +159,10 @@
<field name="name">hr.contract.type.view.form</field>
<field name="model">hr.contract.type</field>
<field name="arch" type="xml">
<form string="Contract Type" version="6.1">
<form string="Contract Type">
<group col="4">
<field colspan="4" name="name"/>
</group>
</form>
</field>
</record>

View File

@ -408,14 +408,14 @@
<field name="name">hr.salary.rule.category.form</field>
<field name="model">hr.salary.rule.category</field>
<field name="arch" type="xml">
<form string="Salary Categories" version="6.1">
<form string="Salary Categories">
<group col="4">
<field name="name"/>
<field name="code"/>
<field name="parent_id"/>
</group>
<separator string="Notes"/>
<field name="note"/>
</group>
</form>
</field>
</record>

View File

@ -92,10 +92,12 @@
<field name="name">report_timesheet.timesheet.user.form</field>
<field name="model">report_timesheet.user</field>
<field name="arch" type="xml">
<form string="Timesheet by user" version="6.1">
<form string="Timesheet by user">
<group col="4">
<field name="name"/>
<field name="month"/>
<field name="user_id"/>
</group>
</form>
</field>
</record>
@ -164,10 +166,12 @@
<field name="name">report_timesheet.timesheet.invoice.form</field>
<field name="model">report_timesheet.invoice</field>
<field name="arch" type="xml">
<form string="Timesheet by invoice" version="6.1">
<form string="Timesheet by invoice">
<group col="4">
<field name="account_id" groups="analytic.group_analytic_accounting"/>
<field name="manager_id"/>
<field name="user_id"/>
</group>
</form>
</field>
</record>
@ -237,12 +241,14 @@
<field name="name">report_timesheet.timesheet.account.date.form</field>
<field name="model">report_timesheet.account.date</field>
<field name="arch" type="xml">
<form string="Daily timesheet by account" version="6.1">
<form string="Daily timesheet by account">
<group col="4">
<field name="name"/>
<field name="month"/>
<field name="account_id" groups="analytic.group_analytic_accounting"/>
<field name="user_id"/>
<field name="quantity"/>
</group>
</form>
</field>
</record>
@ -299,12 +305,14 @@
<field name="name">report_timesheet.timesheet.account.form</field>
<field name="model">report_timesheet.account</field>
<field name="arch" type="xml">
<form string="Timesheet by account" version="6.1">
<form string="Timesheet by account">
<group col="4">
<field name="name"/>
<field name="month"/>
<field name="account_id" groups="analytic.group_analytic_accounting"/>
<field name="user_id"/>
<field name="quantity"/>
</group>
</form>
</field>
</record>

View File

@ -6,7 +6,8 @@
<field name="name">report.analytic.account.close.form</field>
<field name="model">report.analytic.account.close</field>
<field name="arch" type="xml">
<form string="Expired analytic accounts" version="6.1">
<form string="Expired analytic accounts">
<group col="4">
<field name="name" groups="analytic.group_analytic_accounting"/>
<field name="partner_id"/>
<field name="quantity"/>
@ -14,6 +15,7 @@
<field name="quantity_max"/>
<field name="date_deadline"/>
<field name="balance"/>
</group>
</form>
</field>
</record>
@ -59,7 +61,8 @@
<field name="name">report.account.analytic.line.to.invoice</field>
<field name="model">report.account.analytic.line.to.invoice</field>
<field name="arch" type="xml">
<form string="Analytic Lines to Invoice" version="6.1">
<form string="Analytic Lines to Invoice">
<group col="4">
<field name="name"/>
<field name="month"/>
<field name="account_id" groups="analytic.group_analytic_accounting"/>
@ -69,6 +72,7 @@
<newline/>
<field colspan="1" name="amount"/>
<field colspan="1" name="unit_amount"/>
</group>
</form>
</field>
</record>

View File

@ -38,7 +38,8 @@
<field name="name">Vat Listing</field>
<field name="model">partner.vat.list</field>
<field name="arch" type="xml">
<form string="Annual Listing of VAT-Subjected Customers" version="6.1">
<form string="Annual Listing of VAT-Subjected Customers">
<group col="4">
<notebook colspan="4">
<page string="Customer List">
<separator string="Customers" colspan="4"/>
@ -54,6 +55,7 @@
<button colspan="2" name="create_xml" string="Create XML" type="object" icon="gtk-execute"/>
<button colspan="2" name="print_vatlist" string="Print" type="object" icon="gtk-print"/>
</group>
</group>
</form>
</field>
</record>
@ -82,11 +84,13 @@
<field name="name">step.vat.listing</field>
<field name="model">vat.listing.clients</field>
<field name="arch" type="xml">
<form string="VAT listing" version="6.1">
<form string="VAT listing">
<group col="4">
<field name="name"/>
<field name="vat"/>
<field name="turnover"/>
<field name="vat_amount"/>
</group>
</form>
</field>
</record>

View File

@ -770,8 +770,10 @@
<field name="name">Tags</field>
<field name="model">project.category</field>
<field name="arch" type="xml">
<form string="Tags" version="6.1">
<form string="Tags">
<group col="4">
<field name="name"/>
</group>
</form>
</field>
</record>

View File

@ -454,9 +454,11 @@
<field name="name">product.removal.form</field>
<field name="model">product.removal</field>
<field name="arch" type="xml">
<form string="Removal" version="6.1">
<form string="Removal">
<group col="4">
<field name="name"/>
<field name="method"/>
</group>
</form>
</field>
</record>

View File

@ -304,7 +304,8 @@
<record model="ir.ui.view" id="view_model_constraint_form">
<field name="model">ir.model.constraint</field>
<field name="arch" type="xml">
<form string="Model Constraints" version="6.1">
<form string="Model Constraints">
<group col="4">
<field name="type"/>
<field name="name"/>
<field name="module"/>
@ -312,6 +313,7 @@
<newline/>
<field name="date_update" />
<field name="date_init" />
</group>
</form>
</field>
</record>
@ -339,13 +341,15 @@
<record model="ir.ui.view" id="view_model_relation_form">
<field name="model">ir.model.relation</field>
<field name="arch" type="xml">
<form string="ManyToMany Relations" version="6.1">
<form string="ManyToMany Relations">
<group col="4">
<field name="name"/>
<field name="module"/>
<field name="model"/>
<newline/>
<field name="date_update" />
<field name="date_init" />
</group>
</form>
</field>
</record>

View File

@ -6,11 +6,13 @@
<field name="name">Test workflow</field>
<field name="model">test.workflow.model</field>
<field name="arch" type="xml">
<form string="Test workflow" version="6.1">
<form string="Test workflow">
<group col="4">
<button name="a-b" string="a-b" type="workflow" icon="gtk-ok" colspan="1"/>
<label string="a-b"/>
<button name="trigger" string="trigger" type="object" icon="gtk-ok" colspan="1"/>
<label string="trigger"/>
</group>
</form>
</field>
</record>