Skip to content

Commit

Permalink
[IMP] account_analytic_spread_by_tag: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peluko00 committed Nov 20, 2024
1 parent ca55fe5 commit d3b6bd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</field>
</record>

<record id="account_analytic_acount_spread_form_view" model="ir.ui.view">
<record id="account_analytic_acount_spread_form_view" model="ir.ui.view">
<field name="name">account.analytic.account.spread.form</field>
<field name="model">account.analytic.account</field>
<field name="inherit_id" ref="analytic.view_account_analytic_account_form" />
Expand All @@ -19,10 +19,10 @@
<div colspan="2">
<group string="Spreading" name="spreading">>
<field
name="mapped_analytic_tag_ids"
string="Tags Mapping"
widget="many2many_tags"
/>
name="mapped_analytic_tag_ids"
string="Tags Mapping"
widget="many2many_tags"
/>
</group>
</div>
</xpath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<xpath expr="//field[@name='color']" position="before">
<field name="to_spread" />
</xpath>

</field>
</record>

Expand Down

0 comments on commit d3b6bd9

Please sign in to comment.