Remove string attribute from view

This commit is contained in:
Sergi Almacellas Abellana 2016-09-02 14:27:21 +02:00
parent 7b33eff78e
commit d8be805a9d
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="CNAE">
<form>
<label name="name"/>
<field name="name"/>
<label name="code"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree string="CNAE">
<tree>
<field name="full_name" expand="1"/>
<field name="name" tree_invisible="1"/>
<field name="code" tree_invisible="1"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree string="CNAE" keyword_open="1">
<tree keyword_open="1">
<field name="rec_name" expand="1"/>
<field name="parent" tree_invisible="1"/>
<field name="childs" tree_invisible="1"/>