Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1378)

Unified Diff: trytond/ir/property.xml

Issue 3991046: trytond: Allow to use XML file for views (Closed)
Patch Set: External some missing views Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trytond/ir/module/module.xml ('k') | trytond/ir/rule.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trytond/ir/property.xml
===================================================================
--- a/trytond/ir/property.xml
+++ b/trytond/ir/property.xml
@@ -6,31 +6,12 @@
<record model="ir.ui.view" id="property_view_form">
<field name="model">ir.property</field>
<field name="type">form</field>
- <field name="arch" type="xml">
- <![CDATA[
- <form string="Property">
- <label name="field"/>
- <field name="field" colspan="3"/>
- <label name="value"/>
- <field name="value" colspan="3"/>
- <label name="res"/>
- <field name="res" colspan="3"/>
- </form>
- ]]>
- </field>
+ <field name="name">property_form</field>
</record>
<record model="ir.ui.view" id="property_view_tree">
<field name="model">ir.property</field>
<field name="type">tree</field>
- <field name="arch" type="xml">
- <![CDATA[
- <tree string="Properties">
- <field name="field"/>
- <field name="value"/>
- <field name="res"/>
- </tree>
- ]]>
- </field>
+ <field name="name">property_list</field>
</record>
<record model="ir.action.act_window" id="act_property_form_default">
<field name="name">Default Properties</field>
« no previous file with comments | « trytond/ir/module/module.xml ('k') | trytond/ir/rule.xml » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b