Skip to content

Commit

Permalink
[MIG] l10n_ch_mis_reports: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jguenat committed Jan 16, 2024
1 parent 17d36eb commit dd34f2c
Show file tree
Hide file tree
Showing 8 changed files with 647 additions and 63 deletions.
10 changes: 5 additions & 5 deletions l10n_ch_mis_reports/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Switzerland - MIS reports",
"summary": "Specific MIS reports for switzerland localization",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"category": "Localization",
"website": "https://github.com/OCA/l10n-switzerland",
Expand All @@ -14,11 +14,11 @@
"l10n_ch",
"mis_builder",
"mis_builder_budget",
"l10n_ch_account_tags",
],
"data": [
"data/mis.report.style.csv",
"data/mis.report.csv",
"data/mis.report.kpi.csv",
"data/mis_report_style.xml",
"data/mis_report.xml",
"data/mis_report_kpi_pl.xml",
"data/mis_report_kpi_bs.xml",
],
}
3 changes: 0 additions & 3 deletions l10n_ch_mis_reports/data/mis.report.csv

This file was deleted.

49 changes: 0 additions & 49 deletions l10n_ch_mis_reports/data/mis.report.kpi.csv

This file was deleted.

6 changes: 0 additions & 6 deletions l10n_ch_mis_reports/data/mis.report.style.csv

This file was deleted.

10 changes: 10 additions & 0 deletions l10n_ch_mis_reports/data/mis_report.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<odoo noupdate="1">
<record id="mis_report_bs" model="mis.report">
<field name="name">Suisse - Bilan</field>
<field name="style_id" ref="style_default" />
</record>
<record id="mis_report_pl" model="mis.report">
<field name="name">Suisse - Compte de résultat</field>
<field name="style_id" ref="style_default" />
</record>
</odoo>
Loading

0 comments on commit dd34f2c

Please sign in to comment.