Skip to content

Commit

Permalink
[FIX] report_intrastat: Not allowed to delete record
Browse files Browse the repository at this point in the history
It's not allowed to delete record from the tree view of intrastat report.

opw:692016
  • Loading branch information
simongoffin committed Oct 31, 2016
1 parent a04c1a2 commit 0127935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/report_intrastat/report_intrastat_view.xml
Expand Up @@ -75,7 +75,7 @@
<field name="name">report.intrastat.view</field>
<field name="model">report.intrastat</field>
<field name="arch" type="xml">
<tree string="Intrastat Data" create="false">
<tree string="Intrastat Data" create="false" delete="false">
<field name="name" />
<field name="month"/>
<field name="code"/>
Expand Down

0 comments on commit 0127935

Please sign in to comment.