Skip to content

Commit

Permalink
TA#66828 [16.0][MIG] canada_mis_report (#223)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Majda EL MARIOULI <[email protected]>
  • Loading branch information
abenzbiria and majouda authored Dec 17, 2024
1 parent 7941255 commit d72dc4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions canada_mis_report/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Canada MIS Builder Reports",
"version": "16.0.1.0.1",
"version": "16.0.1.0.0",
"author": "Numigi",
"maintainer": "Numigi",
"license": "LGPL-3",
Expand All @@ -12,10 +12,10 @@
"depends": [
# Numigi/odoo-account-addons
"canada_account_types",

# OCA/mis-builder
"mis_builder",
# Numigi/odoo-base
"lang_fr_activated",

# Odoo/odoo
"l10n_ca",
],
Expand Down
12 changes: 6 additions & 6 deletions canada_mis_report/data/mis_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
(0, 0, {
'name': 'INTEREST',
'description': 'Interests',
'expression': '-bal[(&#34;account_type&#34;, &#34;=&#34;, &#34;interest_expenses&#34;)][]',
'expression': '-bal[(&#34;account_type&#34;, &#34;=&#34;, &#34;expense_interest&#34;)][]',
'style_id': ref('canada_mis_report.style_h3'),
'accumulation_method': 'sum',
'compare_method': 'pct',
Expand All @@ -69,7 +69,7 @@
(0, 0, {
'name': 'ONE_TIME_CHARGES',
'description': 'One-time Charges',
'expression': '-bal[(&#34;account_type&#34;, &#34;=&#34;, &#34;one_time_expenses&#34;)][]',
'expression': '-bal[(&#34;account_type&#34;, &#34;=&#34;, &#34;expense_one_time_expenses&#34;)][]',
'style_id': ref('canada_mis_report.style_h3'),
'accumulation_method': 'sum',
'compare_method': 'pct',
Expand Down Expand Up @@ -99,7 +99,7 @@
(0, 0, {
'name': 'TAXES',
'description': 'Taxes',
'expression': '-bal[(&#34;account_type&#34;, &#34;=&#34;, &#34;tax_expenses&#34;)][]',
'expression': '-bal[(&#34;account_type&#34;, &#34;=&#34;, &#34;expense_tax&#34;)][]',
'style_id': ref('canada_mis_report.style_h3'),
'accumulation_method': 'sum',
'compare_method': 'pct',
Expand Down Expand Up @@ -180,7 +180,7 @@
(0, 0, {
'name': 'INTEREST',
'description': 'Interests',
'expression': '-bal[(&#34;account_type&#34;, &#34;=&#34;, &#34;interest_expenses&#34;)][]',
'expression': '-bal[(&#34;account_type&#34;, &#34;=&#34;, &#34;expense_interest&#34;)][]',
'style_id': ref('canada_mis_report.style_h3'),
'accumulation_method': 'sum',
'compare_method': 'pct',
Expand All @@ -191,7 +191,7 @@
(0, 0, {
'name': 'ONE_TIME_CHARGES',
'description': 'One-time Charges',
'expression': '-bal[(&#34;account_type&#34;, &#34;=&#34;, &#34;one_time_expenses&#34;)][]',
'expression': '-bal[(&#34;account_type&#34;, &#34;=&#34;, &#34;expense_one_time_expenses&#34;)][]',
'style_id': ref('canada_mis_report.style_h3'),
'accumulation_method': 'sum',
'compare_method': 'pct',
Expand Down Expand Up @@ -223,7 +223,7 @@
(0, 0, {
'name': 'TAXES',
'description': 'Taxes',
'expression': '-bal[(&#34;account_type&#34;, &#34;=&#34;, &#34;tax_expenses&#34;)][]',
'expression': '-bal[(&#34;account_type&#34;, &#34;=&#34;, &#34;expense_tax&#34;)][]',
'style_id': ref('canada_mis_report.style_h3'),
'accumulation_method': 'sum',
'compare_method': 'pct',
Expand Down

0 comments on commit d72dc4a

Please sign in to comment.