Skip to content

Commit

Permalink
[REF] l10n_us_gaap: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dreispt committed Nov 17, 2023
1 parent 4f7c585 commit a9c3942
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
4 changes: 1 addition & 3 deletions l10n_us_gaap/data/account_chart_template_data_load.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data noupdate="1">
<odoo noupdate="1">
<function model="account.chart.template" name="try_loading">
<value eval="[ref('l10n_us_gaap.l10n_us_gaap_chart_template')]" />
</function>
</data>
</odoo>
20 changes: 9 additions & 11 deletions l10n_us_gaap/data/account_group.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data noupdate="1">
<odoo noupdate="1">
<!-- Assets -->
<record id="account_group_template_1" model="account.group.template">
<field name="chart_template_id" ref="l10n_us_gaap_chart_template" />
Expand Down Expand Up @@ -520,24 +519,24 @@
<record id="account_group_template_3_4_2" model="account.group.template">
<field name="chart_template_id" ref="l10n_us_gaap_chart_template" />
<field
name="name"
>Receivable From Officers, Directors For Issuance Of Capital Stock</field>
name="name"
>Receivable From Officers, Directors For Issuance Of Capital Stock</field>
<field name="code_prefix_start">342</field>
<field name="parent_id" ref="l10n_us_gaap.account_group_template_3_4" />
</record>
<record id="account_group_template_3_4_3" model="account.group.template">
<field name="chart_template_id" ref="l10n_us_gaap_chart_template" />
<field
name="name"
>Receivable From Shareholders Or Affiliates For Issuance Of Capital Stock</field>
name="name"
>Receivable From Shareholders Or Affiliates For Issuance Of Capital Stock</field>
<field name="code_prefix_start">343</field>
<field name="parent_id" ref="l10n_us_gaap.account_group_template_3_4" />
</record>
<record id="account_group_template_3_4_4" model="account.group.template">
<field name="chart_template_id" ref="l10n_us_gaap_chart_template" />
<field
name="name"
>Stockholders' Equity Note, Subscriptions Receivable</field>
name="name"
>Stockholders' Equity Note, Subscriptions Receivable</field>
<field name="code_prefix_start">344</field>
<field name="parent_id" ref="l10n_us_gaap.account_group_template_3_4" />
</record>
Expand Down Expand Up @@ -772,8 +771,8 @@
<record id="account_group_template_6_1_4" model="account.group.template">
<field name="chart_template_id" ref="l10n_us_gaap_chart_template" />
<field
name="name"
>Inventory Write-Downs (Not Recognized In Cost Of Sales)</field>
name="name"
>Inventory Write-Downs (Not Recognized In Cost Of Sales)</field>
<field name="code_prefix_start">614</field>
<field name="parent_id" ref="l10n_us_gaap.account_group_template_6_1" />
</record>
Expand Down Expand Up @@ -849,5 +848,4 @@
<field name="name">Income Tax (Benefit)</field>
<field name="code_prefix_start">7</field>
</record>
</data>
</odoo>
2 changes: 1 addition & 1 deletion l10n_us_gaap/data/account_us_gaap_data.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- pylint:disable=duplicate-xml-record-id -->
<!-- oca-hooks: disable=xml-duplicate-record-id -->
<odoo>
<!-- Chart template of l10n_us -->
<!-- Account template definition -->
Expand Down

0 comments on commit a9c3942

Please sign in to comment.