Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][IMP] l10n_us_gaap: make interim received and interim delivered accounts as reconcilable #123

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading