Remove string attribute from views

issue2350
This commit is contained in:
Sergi Almacellas Abellana 2016-07-05 13:42:00 +02:00
parent 314ca14af1
commit c48ecb3f0f
18 changed files with 18 additions and 18 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="AEAT 340 Intracommunity Operation">
<form>
<notebook>
<page string="General" id="general">
<label name="report"/>

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="AEAT 340 Intracomunity Line">
<tree>
<field name="issue_date"/>
<field name="party_name"/>
<field name="party_identifier_type"/>

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="AEAT 340 Investment Operation">
<form>
<notebook>
<page string="General" id="general">
<label name="report"/>

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="AEAT 340 Investment Line">
<tree>
<field name="issue_date"/>
<field name="party_name"/>
<field name="party_identifier_type"/>

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="AEAT 340 Issued">
<form>
<notebook>
<page string="General" id="general">
<label name="report"/>

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="AEAT 340 Issued Line">
<tree>
<field name="invoice_number"/>
<field name="issue_date"/>
<field name="operation_date"/>

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="AEAT 340 Data Reassigment Done" col="2">
<form col="2">
<image name="tryton-dialog-information" xexpand="0" xfill="0"/>
<label string="The AEAT 340 records have been reasigned."
id="data"

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="AEAT 340 Data Reasignation" col="2">
<form col="2">
<label string="Select Key's to reasign invoices:"
id="reasing"/>
<newline/>

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="AEAT 340 Data Recalculation Done" col="2">
<form col="2">
<image name="tryton-dialog-information" xexpand="0" xfill="0"/>
<label string="The AEAT 340 records have been recalculated."
id="data"

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="AEAT 340 Data Recalculation" col="2">
<form col="2">
<image name="tryton-dialog-information" xexpand="0"
xfill="0"/>
<group id="strings">

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="AEAT 340 Received">
<form>
<notebook>
<page string="General" id="general">
<label name="report"/>

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="AEAT 340 Recieved Line">
<tree>
<field name="invoice_number"/>
<field name="issue_date"/>
<field name="operation_date"/>

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="AEAT 340 Record">
<form>
<label name="party"/>
<field name="party"/>
<!--<label name="party_nif"/>

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="AEAT 340 Record">
<tree>
<field name="fiscalyear"/>
<field name="month"/>
<field name="issue_date"/>

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="AEAT 340 Report">
<form>
<label name="company"/>
<field name="company"/>
<label name="period"/>

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="AEAT 340 Report">
<tree>
<field name="company"/>
<field name="fiscalyear"/>
<field name="period"/>

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="AEAT 340 Type">
<form>
<label name="book_key"/>
<field name="book_key"/>
</form>

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. -->
<tree string="AEAT 340 Type">
<tree>
<field name="book_key"/>
</tree>