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"?> <?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository <!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. --> contains the full copyright notices and license terms. -->
<form string="AEAT 340 Intracommunity Operation"> <form>
<notebook> <notebook>
<page string="General" id="general"> <page string="General" id="general">
<label name="report"/> <label name="report"/>

View file

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

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository <!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. --> contains the full copyright notices and license terms. -->
<form string="AEAT 340 Investment Operation"> <form>
<notebook> <notebook>
<page string="General" id="general"> <page string="General" id="general">
<label name="report"/> <label name="report"/>

View file

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

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository <!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. --> contains the full copyright notices and license terms. -->
<form string="AEAT 340 Issued"> <form>
<notebook> <notebook>
<page string="General" id="general"> <page string="General" id="general">
<label name="report"/> <label name="report"/>

View file

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

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository <!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. --> 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"/> <image name="tryton-dialog-information" xexpand="0" xfill="0"/>
<label string="The AEAT 340 records have been reasigned." <label string="The AEAT 340 records have been reasigned."
id="data" id="data"

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository <!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. --> 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:" <label string="Select Key's to reasign invoices:"
id="reasing"/> id="reasing"/>
<newline/> <newline/>

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository <!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. --> 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"/> <image name="tryton-dialog-information" xexpand="0" xfill="0"/>
<label string="The AEAT 340 records have been recalculated." <label string="The AEAT 340 records have been recalculated."
id="data" id="data"

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository <!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. --> 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" <image name="tryton-dialog-information" xexpand="0"
xfill="0"/> xfill="0"/>
<group id="strings"> <group id="strings">

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository <!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. --> contains the full copyright notices and license terms. -->
<form string="AEAT 340 Received"> <form>
<notebook> <notebook>
<page string="General" id="general"> <page string="General" id="general">
<label name="report"/> <label name="report"/>

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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