Skip to content

Commit

Permalink
[IMP] l10n_us_gaap: make interim received and interim delivered accou…
Browse files Browse the repository at this point in the history
…nts as reconcilable
  • Loading branch information
JordiBForgeFlow committed Feb 27, 2024
1 parent 95a0a0c commit a48c43d
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,12 +5,14 @@
<!-- 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="account_type">asset_current</field>
<field name="chart_template_id" ref="l10n_us_gaap_chart_template" />
</record>
<record id="account_template_1331" model="account.account.template">
<field name="reconcile" eval="True" />
<field name="name">Stock Interim (Delivered)</field>
<field name="code">1331</field>
<field name="account_type">asset_current</field>
Expand Down

0 comments on commit a48c43d

Please sign in to comment.