Skip to content

Commit

Permalink
[FIX] account_fiscal_year_closing: precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
GSLabIt committed Oct 30, 2023
1 parent 1646ec0 commit 8ece6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<record id="view_account_fiscalyear_closing_template_tree" model="ir.ui.view">
<field name="model">account.fiscalyear.closing.template</field>
<field name="arch" type="xml">
<tree string="Fiscal year closing">
<tree>
<field name="name" />
<field name="company_id" groups="base.group_multi_company" />
<field name="move_config_ids" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<field name="name">account.fiscalyear.closing.tree</field>
<field name="model">account.fiscalyear.closing</field>
<field name="arch" type="xml">
<tree string="Fiscal year closing">
<tree>
<field name="name" />
<field name="company_id" groups="base.group_multi_company" />
<field name="date_start" />
Expand Down

0 comments on commit 8ece6c5

Please sign in to comment.