~openerp-commiter/openobject-addons/stable-sja-branch

« back to all changes in this revision

Viewing changes to health/report.xml

  • Committer: sja-axelor
  • Date: 2009-10-13 09:52:57 UTC
  • Revision ID: suniljagyasi@gmail.com-20091013095257-8u26ww0r20z9y6ey
add

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<terp>
 
3
        <data>
 
4
                <delete model="ir.actions.report.xml" search="[('model','like','health.')]"/>
 
5
    <!-- Présents -->
 
6
        <report id="health_presence"
 
7
              string="Présents"
 
8
             model="health.patient"
 
9
              name="health.presence"
 
10
             rml="health/report/presence.rml"
 
11
             auto="True"
 
12
            menu="True"
 
13
        />
 
14
                <wizard  id="wizard_health_presence_report"
 
15
                        string="Présents" 
 
16
                        model="health.patient"
 
17
                        name="health.presence.report"
 
18
                        keyword="client_print_multi"
 
19
                        />
 
20
 
 
21
    <!--  ENTREE SORTIE -->
 
22
        <report id="health_entreesortie"
 
23
              string="Entrée Sortie"
 
24
             model="health.patient"
 
25
              name="health.entreesortie"
 
26
             rml="health/report/entresortie.rml"
 
27
             auto="True"
 
28
            menu="True"
 
29
        />
 
30
                <wizard  id="wizard_health_entreesortie_report"
 
31
                        string="Entrée Sortie" 
 
32
                        model="health.patient"
 
33
                        name="health.entreesortie.report"
 
34
                        keyword="client_print_multi"
 
35
                        />
 
36
        <!--  Mouvement semestriel -->
 
37
        <report id="health_mouvementsemestriel"
 
38
              string="Mouvement Semestriel"
 
39
             model="health.patient"
 
40
              name="health.mouvementsemestriel"
 
41
             rml="health/report/mouvementsemestriel.rml"
 
42
             auto="True"
 
43
            menu="True"
 
44
        />
 
45
                <wizard  id="wizard_health_mouvementsemestriel_report"
 
46
                        string="Mouvement Semestriel" 
 
47
                        model="health.patient"
 
48
                        name="health.mouvementsemestriel.report"
 
49
                        keyword="client_print_multi"
 
50
                        />
 
51
        <!--  ANNIVERSAIRES -->
 
52
            <report id="health_anniversaire"
 
53
              string="Anniversaire"
 
54
             model="health.patient"
 
55
              name="health.anniversaire"
 
56
             rml="health/report/anniversaire.rml"
 
57
             auto="True"
 
58
            menu="True"
 
59
        />
 
60
                <wizard  id="wizard_health_anniversaire_report"
 
61
                        string="Anniversaire" 
 
62
                        model="health.patient"
 
63
                        name="health.anniversaire.report"
 
64
                        keyword="client_print_multi"
 
65
                        />
 
66
          <!--  REGIMES-->              
 
67
         <report id="health_regime"
 
68
              string="Regime Caisse"
 
69
             model="health.patient"
 
70
              name="health.regimecaisse"
 
71
             rml="health/report/regimecaisse.rml"
 
72
             auto="True"
 
73
            menu="True"
 
74
        />
 
75
                <wizard  id="wizard_health_regime_report"
 
76
                        string="Regime Caisse" 
 
77
                        model="health.patient"
 
78
                        name="health.regimecaisse.report"
 
79
                        keyword="client_print_multi"
 
80
                        />
 
81
                <report string="Print Patient" model="health.patient" name="health.patient.list" xml="health/report/patient.xml" xsl="health/report/patient.xsl"/>
 
82
        </data>
 
83
</terp>