add atribute template of product 'replacement' and 'maintenance_activity'
This commit is contained in:
@@ -2,18 +2,31 @@
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="code"/>
|
||||
<field name="code"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="code"/>
|
||||
<field name="code"/>
|
||||
<label name="propietary"/>
|
||||
<field name="propietary"/>
|
||||
<label name="propietary_address"/>
|
||||
<field name="propietary_address"/>
|
||||
<label name="equipment"/>
|
||||
<field name="equipment"/>
|
||||
<newline/>
|
||||
<label name="estimated_agended"/>
|
||||
<field name="estimated_agended"/>
|
||||
<label name="estimated_date"/>
|
||||
<field name="estimated_date"/>
|
||||
<label name="estimated_hour"/>
|
||||
<field name="estimated_hour"/>
|
||||
<newline/>
|
||||
<label name="technical"/>
|
||||
<field name="technical"/>
|
||||
<newline/>
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group col="2" colspan="2" id="button">
|
||||
<button name="draf"/>
|
||||
<group col="4" colspan="4" id="button">
|
||||
<button name="draft"/>
|
||||
<button name="agended"/>
|
||||
<button name="in_progress"/>
|
||||
<button name="finished"/>
|
||||
|
||||
@@ -6,4 +6,5 @@
|
||||
<field name="company"/>
|
||||
<field name="propietary"/>
|
||||
<field name="propietary_address"/>
|
||||
<field name="equipment"/>
|
||||
</tree>
|
||||
|
||||
@@ -5,6 +5,10 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<xpath expr="/form/notebook/page[@id='general']/group[@id='checkboxes']" position="inside">
|
||||
<label name="equipment"/>
|
||||
<field name="equipment"/>
|
||||
<label name="replacement"/>
|
||||
<field name="replacement"/>
|
||||
<label name="maintenance_activity"/>
|
||||
<field name="maintenance_activity"/>
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook/page[@id='general']" position="after">
|
||||
<page string="Features" id="features">
|
||||
|
||||
Reference in New Issue
Block a user