Remove string attribute from views
issue2350
This commit is contained in:
		@@ -2,6 +2,6 @@
 | 
				
			|||||||
<!-- This file is part of the sale_payment module for Tryton.
 | 
					<!-- This file is part of the sale_payment module for Tryton.
 | 
				
			||||||
The COPYRIGHT file at the top level of this repository contains the full
 | 
					The COPYRIGHT file at the top level of this repository contains the full
 | 
				
			||||||
copyright notices and license terms. -->
 | 
					copyright notices and license terms. -->
 | 
				
			||||||
<form string="Close Statements" col="4">
 | 
					<form col="4">
 | 
				
			||||||
    <field name="result" colspan="4"/>
 | 
					    <field name="result" colspan="4"/>
 | 
				
			||||||
</form>
 | 
					</form>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
<!-- This file is part of the sale_payment module for Tryton.
 | 
					<!-- This file is part of the sale_payment module for Tryton.
 | 
				
			||||||
The COPYRIGHT file at the top level of this repository contains the full
 | 
					The COPYRIGHT file at the top level of this repository contains the full
 | 
				
			||||||
copyright notices and license terms. -->
 | 
					copyright notices and license terms. -->
 | 
				
			||||||
<form string="Close Statements" col="2">
 | 
					<form col="2">
 | 
				
			||||||
    <image name="tryton-dialog-information" xexpand="0"
 | 
					    <image name="tryton-dialog-information" xexpand="0"
 | 
				
			||||||
        xfill="0"/>
 | 
					        xfill="0"/>
 | 
				
			||||||
    <label
 | 
					    <label
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,6 +2,6 @@
 | 
				
			|||||||
<!-- This file is part of the sale_payment module for Tryton.
 | 
					<!-- This file is part of the sale_payment module for Tryton.
 | 
				
			||||||
The COPYRIGHT file at the top level of this repository contains the full
 | 
					The COPYRIGHT file at the top level of this repository contains the full
 | 
				
			||||||
copyright notices and license terms. -->
 | 
					copyright notices and license terms. -->
 | 
				
			||||||
<form string="Open Statements" col="4">
 | 
					<form col="4">
 | 
				
			||||||
    <field name="result" colspan="4"/>
 | 
					    <field name="result" colspan="4"/>
 | 
				
			||||||
</form>
 | 
					</form>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
<!-- This file is part of the sale_payment module for Tryton.
 | 
					<!-- This file is part of the sale_payment module for Tryton.
 | 
				
			||||||
The COPYRIGHT file at the top level of this repository contains the full
 | 
					The COPYRIGHT file at the top level of this repository contains the full
 | 
				
			||||||
copyright notices and license terms. -->
 | 
					copyright notices and license terms. -->
 | 
				
			||||||
<form string="Open Statements" col="2">
 | 
					<form col="2">
 | 
				
			||||||
    <image name="tryton-dialog-information" xexpand="0"
 | 
					    <image name="tryton-dialog-information" xexpand="0"
 | 
				
			||||||
        xfill="0"/>
 | 
					        xfill="0"/>
 | 
				
			||||||
    <label
 | 
					    <label
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
<!-- This file is part of the sale_payment module for Tryton.
 | 
					<!-- This file is part of the sale_payment module for Tryton.
 | 
				
			||||||
The COPYRIGHT file at the top level of this repository contains the full
 | 
					The COPYRIGHT file at the top level of this repository contains the full
 | 
				
			||||||
copyright notices and license terms. -->
 | 
					copyright notices and license terms. -->
 | 
				
			||||||
<form string="Sale Device Configuration" col="4">
 | 
					<form col="4">
 | 
				
			||||||
    <label name="name"/>
 | 
					    <label name="name"/>
 | 
				
			||||||
    <field name="name"/>
 | 
					    <field name="name"/>
 | 
				
			||||||
    <label name="shop"/>
 | 
					    <label name="shop"/>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
<!-- This file is part of the sale_payment module for Tryton.
 | 
					<!-- This file is part of the sale_payment module for Tryton.
 | 
				
			||||||
The COPYRIGHT file at the top level of this repository contains the full
 | 
					The COPYRIGHT file at the top level of this repository contains the full
 | 
				
			||||||
copyright notices and license terms. -->
 | 
					copyright notices and license terms. -->
 | 
				
			||||||
<tree string="Sale Device Configuration">
 | 
					<tree>
 | 
				
			||||||
    <field name="name"/>
 | 
					    <field name="name"/>
 | 
				
			||||||
    <field name="shop"/>
 | 
					    <field name="shop"/>
 | 
				
			||||||
    <field name="company"/>
 | 
					    <field name="company"/>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
<!-- This file is part of the sale_payment module for Tryton.
 | 
					<!-- This file is part of the sale_payment module for Tryton.
 | 
				
			||||||
The COPYRIGHT file at the top level of this repository contains the full
 | 
					The COPYRIGHT file at the top level of this repository contains the full
 | 
				
			||||||
copyright notices and license terms. -->
 | 
					copyright notices and license terms. -->
 | 
				
			||||||
<form string="Sale Payment Form">
 | 
					<form>
 | 
				
			||||||
    <label name="journal"/>
 | 
					    <label name="journal"/>
 | 
				
			||||||
    <field name="journal" widget="selection"/>
 | 
					    <field name="journal" widget="selection"/>
 | 
				
			||||||
    <label name="payment_amount"/>
 | 
					    <label name="payment_amount"/>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user