Skip to content

Commit

Permalink
FIX l10n_it_withholding_tax (OCA#416)
Browse files Browse the repository at this point in the history
Gli oggetti withholding.tax.move, withholding.tax.statement e withholding.tax.move.payment si possono eliminare dalla vista elendo dei relativi menu
  • Loading branch information
eLBati committed Oct 3, 2018
1 parent bd6c052 commit 6f622b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions l10n_it_withholding_tax/views/withholding_tax.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<field name="model">withholding.tax.statement</field>
<field name="arch" type="xml">

<form string="Withholding Tax statement">
<form string="Withholding Tax statement" delete="false">
<sheet>
<group>
<group>
Expand All @@ -127,7 +127,7 @@
<page string="WT moves" name="wt_moves">
<group>
<field name="move_ids" nolabel="1">
<tree>
<tree delete="false">
<field name="date"/>
<field name="withholding_tax_id"/>
<field name="date_maturity"/>
Expand Down Expand Up @@ -192,7 +192,7 @@
<field name="name">view.withholding.tax.move.form</field>
<field name="model">withholding.tax.move</field>
<field name="arch" type="xml">
<form string="Withholding Tax Move">
<form string="Withholding Tax Move" delete="false">
<header>
<button name="action_set_to_draft" states="paid" string="Set to Draft" type="object" />
<button name="action_paid" states="due" string="Paid" type="object" />
Expand Down

0 comments on commit 6f622b1

Please sign in to comment.