|
@@ -72,7 +72,7 @@
|
|
|
<field name="arch" type="xml">
|
|
|
<form string="Work Order">
|
|
|
<header>
|
|
|
- <button name="Facturado" string="Crear Factura" type="object" class="btn-primary" states="done"/>
|
|
|
+ <!-- <button name="Facturado" string="Crear Factura" type="object" class="btn-primary" states="done"/> -->
|
|
|
<button name="button_draft" states="invoiced" string="Cambiar Estado" type="object"/>
|
|
|
<button name="button_in_progress" type="object" states="draft,warranty" string="Begin work" class="oe_highlight" groups="base.group_user"/>
|
|
|
<button name="button_in_progress_back" type="object" states="in_progress" string="Back" class="oe_highlight" groups="base.group_user"/>
|
|
@@ -147,12 +147,12 @@
|
|
|
</h4>
|
|
|
</div>
|
|
|
<field name="sugerencialine_ids" attrs="{'readonly': [('state','=','invoiced')]}"/>
|
|
|
- <div class="oe_title">
|
|
|
+ <!-- <div class="oe_title">
|
|
|
<h4>
|
|
|
<label string="Facturar"/>
|
|
|
</h4>
|
|
|
</div>
|
|
|
- <field name="consumed_ids" attrs="{'readonly': [('state','=','invoiced')]}"/>
|
|
|
+ <field name="consumed_ids" attrs="{'readonly': [('state','=','invoiced')]}"/> -->
|
|
|
</page>
|
|
|
<!-- <page string="Operations">
|
|
|
<separator string="Pedidos adicionales y emergentes"/>
|