Skip to content

Commit

Permalink
TA#66828 [UP] canada_mis_report: update dependencies (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda authored Jul 25, 2024
1 parent 10180fb commit 833dae4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion 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.0",
"version": "16.0.1.0.1",
"author": "Numigi",
"maintainer": "Numigi",
"license": "LGPL-3",
Expand Down
2 changes: 0 additions & 2 deletions canada_mis_report/data/mis_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<record id="income_statement_summary" model="mis.report">
<field name="name">Income Statement (Summary)</field>
<field name="description">Income statement without details</field>
<field name="exclude_closing_entries" eval="True"/>
<field name="kpi_ids" eval="[
(5, 0),
(0, 0, {
Expand Down Expand Up @@ -123,7 +122,6 @@
<record id="income_statement_detailed" model="mis.report">
<field name="name">Income Statement (Detailed)</field>
<field name="description">Income statement with details</field>
<field name="exclude_closing_entries" eval="True"/>
<field name="kpi_ids" eval="[
(5, 0),
(0, 0, {
Expand Down

0 comments on commit 833dae4

Please sign in to comment.