Remove string attribute from views

This commit is contained in:
Sergi Almacellas Abellana 2016-09-02 14:31:28 +02:00
parent dc365403cc
commit f4a7c91fc5
2 changed files with 2 additions and 2 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="Credit Limits">
<form>
<label name="name"/>
<field name="rec_name" colspan="3"/>
<label name="unpayed_amount"/>

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="Credit Limits">
<tree>
<field name="rec_name"/>
<field name="unpayed_amount"/>
<field name="pending_amount"/>