Skip to content

Commit

Permalink
[FIX] l10n_usa_gaap: add reconcile true to accounts 2121 and 1331
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJForgeFlow committed May 16, 2023
1 parent 0509dea commit f31b331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions l10n_us_gaap/data/account_us_gaap_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- Account template definition -->
<!-- Cash And Investments -->
<record id="account_template_2121" model="account.account.template">
<field name="reconcile" eval="True" />
<field name="name">Stock Interim (Received)</field>
<field name="code">2121</field>
<field name="user_type_id" ref="account.data_account_type_current_assets" />
Expand All @@ -17,6 +18,7 @@
<field name="chart_template_id" ref="l10n_us_gaap_chart_template" />
</record>
<record id="account_template_112" model="account.account.template">
<field name="reconcile" eval="True" />
<field name="name">Investments And Securities</field>
<field name="code">112</field>
<field name="user_type_id" ref="account.data_account_type_current_assets" />
Expand Down

0 comments on commit f31b331

Please sign in to comment.