Skip to content

Commit 156a358

Browse files
committed
Updated changes for rgs module
1 parent 6c4de4f commit 156a358

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

l10n_nl_rgs/data/account_chart_template_post_data.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<field name="property_stock_account_input_categ_id" ref="1210010"/>
1313
<field name="property_stock_account_output_categ_id" ref="1104030"/>
1414
<field name="property_stock_valuation_account_id" ref="3002010"/>
15-
<!-- <field name="property_tax_payable_account_id" ref="?"/> -->
16-
<!-- <field name="property_tax_receivable_account_id" ref="?"/> -->
15+
<field name="property_tax_payable_account_id" ref="pay"/>
16+
<field name="property_tax_receivable_account_id" ref="pay"/>
1717
<!-- <field name="property_account_expense_id" ref="?"/> -->
1818
<!-- <field name="property_account_income_id" ref="?"/> -->
1919
<!-- <field name="property_advance_tax_payment_account_id" ref="?"/> -->

l10n_nl_rgs/data/account_tax_template.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@
798798
(0,0, {
799799
'factor_percent': 100,
800800
'repartition_type': 'base',
801-
'plus_report_expression_ids': [ref('l10n_nl.tax_report_rub_3b_tag')],
801+
'plus_report_expression_ids': [ref('l10n_nl.tax_report_rub_3bg_tag')],
802802
}),
803803
(0,0, {
804804
'factor_percent': 100,
@@ -809,7 +809,7 @@
809809
(0,0, {
810810
'factor_percent': 100,
811811
'repartition_type': 'base',
812-
'minus_report_expression_ids': [ref('l10n_nl.tax_report_rub_3b_tag')],
812+
'minus_report_expression_ids': [ref('l10n_nl.tax_report_rub_3bg_tag')],
813813
}),
814814
(0,0, {
815815
'factor_percent': 100,
@@ -831,7 +831,7 @@
831831
(0,0, {
832832
'factor_percent': 100,
833833
'repartition_type': 'base',
834-
'plus_report_expression_ids': [ref('l10n_nl.tax_report_rub_3b_tag')],
834+
'plus_report_expression_ids': [ref('l10n_nl.tax_report_rub_3bs_tag')],
835835
}),
836836
(0,0, {
837837
'factor_percent': 100,
@@ -842,7 +842,7 @@
842842
(0,0, {
843843
'factor_percent': 100,
844844
'repartition_type': 'base',
845-
'minus_report_expression_ids': [ref('l10n_nl.tax_report_rub_3b_tag')],
845+
'minus_report_expression_ids': [ref('l10n_nl.tax_report_rub_3bs_tag')],
846846
}),
847847
(0,0, {
848848
'factor_percent': 100,

0 commit comments

Comments
 (0)