~jamesj/openobject-addons/c2c_budget_fixes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0"?>
<terp>
	<data>
		<delete model="ir.actions.report.xml" search="[('model','like','health.')]"/>
    <!-- Présents -->
	<report id="health_presence"
              string="Présents"
             model="health.patient"
              name="health.presence"
             rml="health/report/presence.rml"
             auto="True"
            menu="True"
        />
		<wizard  id="wizard_health_presence_report"
			string="Présents" 
			model="health.patient"
			name="health.presence.report"
			keyword="client_print_multi"
			/>

    <!--  ENTREE SORTIE -->
	<report id="health_entreesortie"
              string="Entrée Sortie"
             model="health.patient"
              name="health.entreesortie"
             rml="health/report/entresortie.rml"
             auto="True"
            menu="True"
        />
		<wizard  id="wizard_health_entreesortie_report"
			string="Entrée Sortie" 
			model="health.patient"
			name="health.entreesortie.report"
			keyword="client_print_multi"
			/>
        <!--  Mouvement semestriel -->
	<report id="health_mouvementsemestriel"
              string="Mouvement Semestriel"
             model="health.patient"
              name="health.mouvementsemestriel"
             rml="health/report/mouvementsemestriel.rml"
             auto="True"
            menu="True"
        />
		<wizard  id="wizard_health_mouvementsemestriel_report"
			string="Mouvement Semestriel" 
			model="health.patient"
			name="health.mouvementsemestriel.report"
			keyword="client_print_multi"
			/>
        <!--  ANNIVERSAIRES -->
	    <report id="health_anniversaire"
              string="Anniversaire"
             model="health.patient"
              name="health.anniversaire"
             rml="health/report/anniversaire.rml"
             auto="True"
            menu="True"
        />
		<wizard  id="wizard_health_anniversaire_report"
			string="Anniversaire" 
			model="health.patient"
			name="health.anniversaire.report"
			keyword="client_print_multi"
			/>
	  <!--  REGIMES-->		
	 <report id="health_regime"
              string="Regime Caisse"
             model="health.patient"
              name="health.regimecaisse"
             rml="health/report/regimecaisse.rml"
             auto="True"
            menu="True"
        />
		<wizard  id="wizard_health_regime_report"
			string="Regime Caisse" 
			model="health.patient"
			name="health.regimecaisse.report"
			keyword="client_print_multi"
			/>
		<report string="Print Patient" model="health.patient" name="health.patient.list" xml="health/report/patient.xml" xsl="health/report/patient.xsl"/>
	</data>
</terp>