Skip to content

Commit

Permalink
[ADD] warning about taxes
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed May 5, 2023
1 parent b7e534d commit fea3fd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datev_import_csv_dtvf/wizard/import_move_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<field name="force_move_line_name" />
<field name="date_format" invisible="1" />
</group>
<div class="alert alert-danger">
Note this import does not handle taxes!
</div>
<div
name="info-csv"
attrs="{'invisible': [('file_format', '!=', 'genericcsv')]}"
Expand Down

0 comments on commit fea3fd0

Please sign in to comment.