040f35d9b7
reporting.diff added to catch change from .odt to .fodt OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=90
21 lines
1.2 KiB
Diff
21 lines
1.2 KiB
Diff
diff -U 3 -dHrN a/health_reporting/health_reporting_report.xml b/health_reporting/health_reporting_report.xml
|
|
--- a/health_reporting/health_reporting_report.xml 2021-01-29 00:16:22.747730075 +0100
|
|
+++ b/health_reporting/health_reporting_report.xml 2021-11-15 18:31:40.803718094 +0100
|
|
@@ -5,14 +5,14 @@
|
|
<record model="ir.action.report" id="report_summary_information">
|
|
<field name="name">Summary Report</field>
|
|
<field name="report_name">gnuhealth.summary.report</field>
|
|
- <field name="report">health_reporting/report/summary_report.odt</field>
|
|
+ <field name="report">health_reporting/report/summary_report.fodt</field>
|
|
<field name="extension">pdf</field>
|
|
</record>
|
|
|
|
<record model="ir.action.report" id="report_epidemics_information">
|
|
<field name="name">Epidemiological Surveillance</field>
|
|
<field name="report_name">gnuhealth.epidemics.report</field>
|
|
- <field name="report">health_reporting/report/epidemics_report.odt</field>
|
|
+ <field name="report">health_reporting/report/epidemics_report.fodt</field>
|
|
<field name="extension">pdf</field>
|
|
</record>
|
|
|