Skip to content

Commit

Permalink
Tree ddt from wizard make not readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
jado95 committed Jul 25, 2017
1 parent 9ebe499 commit 4b60e9a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion l10n_it_ddt/wizard/ddt_create_invoice.xml
Expand Up @@ -7,7 +7,19 @@
<field name="arch" type="xml">
<form string="DDT Create Invoice">
<separator string="DDT" />
<field string="DDT" name="ddt_ids" readonly="1"/>
<field string="DDT" name="ddt_ids" readonly="0">
<tree create="false">
<field name="name"/>
<field name="ddt_number"/>
<field name="partner_id"/>
<field name="date"/>
<field name="date_done"/>
<field name="package_id"/>
<field name="state"/>
<field name="to_be_invoiced"/>
<field name="invoice_id"/>
</tree>
</field>
<footer>
<button name="create_invoice" string="Create Invoice" type="object" class="oe_highlight"/>
or
Expand Down

0 comments on commit 4b60e9a

Please sign in to comment.