Remove string attribute from views

This commit is contained in:
Raimon Esteve 2018-09-17 22:12:14 +02:00
parent 6b67c9f307
commit ea01fb150c
11 changed files with 11 additions and 11 deletions

View File

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

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This file is part galatea_cms of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree string="Articles">
<tree>
<field name="name"/>
<field name="slug"/>
<field name="visibility"/>

View File

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

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This file is part galatea_cms of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree string="Blocks">
<tree>
<field name="name"/>
<field name="code"/>
<field name="type"/>

View File

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

View File

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

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This file is part galatea_cms of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form string="Carousel Item">
<form>
<label name="name"/>
<field name="name"/>
<label name="active"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This file is part galatea_cms of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree string="Carousel Item">
<tree>
<field name="name"/>
<field name="link"/>
<field name="image"/>

View File

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

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This file is part galatea_cms of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree string="Menus">
<tree>
<field name="name"/>
<field name="code"/>
<field name="slug"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This file is part galatea_cms of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree string="Menus">
<tree>
<field name="name"/>
<field name="parent"/>
<field name="code"/>