Skip to content

Commit

Permalink
[REF] l10n_us_form_1099: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dreispt committed Nov 17, 2023
1 parent bad751e commit 44dea9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_us_form_1099/views/box_1099_misc_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<field name="name">box.1099.misc.tree</field>
<field name="model">box.1099.misc</field>
<field name="arch" type="xml">
<tree string="1099-MISC Boxes">
<tree>
<field name="name" />
</tree>
</field>
Expand Down
2 changes: 1 addition & 1 deletion l10n_us_form_1099/views/type_1099_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<field name="name">type.1099.tree</field>
<field name="model">type.1099</field>
<field name="arch" type="xml">
<tree string="1099 Types">
<tree>
<field name="name" />
</tree>
</field>
Expand Down

0 comments on commit 44dea9e

Please sign in to comment.