~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to health/report.xml

account_indian is a branch of the trunk addons
make account_indian up to date with the trunk-extra-addons

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
        <data>
 
4
    <!-- Présents -->
 
5
        <report id="health_presence"
 
6
                        string="Present" model="health.patient" name="health.presence"
 
7
                        rml="health/report/presence.rml"
 
8
            auto="True"
 
9
            menu="True"/>
 
10
 
 
11
        <wizard  id="wizard_health_presence_report" string="Present" model="health.patient"
 
12
                        name="health.presence.report"
 
13
                        keyword="client_print_multi"/>
 
14
 
 
15
    <!--  ENTREE SORTIE -->
 
16
        <report id="health_entreesortie" string="Entry Exit" model="health.patient"
 
17
                name="health.entreesortie"
 
18
            rml="health/report/entresortie.rml"
 
19
            auto="True"
 
20
            menu="True"/>
 
21
 
 
22
        <wizard  id="wizard_health_entreesortie_report"
 
23
                        string="Entry Exit"
 
24
                        model="health.patient"
 
25
                        name="health.entreesortie.report"
 
26
                        keyword="client_print_multi"/>
 
27
 
 
28
        <!--  Mouvement semestriel -->
 
29
        <report id="health_mouvementsemestriel" string="Semester Movement" model="health.patient"
 
30
                name="health.mouvementsemestriel"
 
31
            rml="health/report/mouvementsemestriel.rml"
 
32
            auto="True"
 
33
            menu="True"/>
 
34
 
 
35
        <wizard  id="wizard_health_mouvementsemestriel_report" string="Semester Movement" model="health.patient"
 
36
                        name="health.mouvementsemestriel.report"
 
37
                        keyword="client_print_multi"/>
 
38
 
 
39
        <!--  ANNIVERSAIRES -->
 
40
    <report id="health_anniversaire" string="Birthday" model="health.patient"
 
41
                name="health.anniversaire"
 
42
            rml="health/report/anniversaire.rml"
 
43
            auto="True"
 
44
            menu="True"/>
 
45
 
 
46
        <wizard  id="wizard_health_anniversaire_report" string="Birthday" model="health.patient"
 
47
                        name="health.anniversaire.report"
 
48
                        keyword="client_print_multi"/>
 
49
 
 
50
          <!--  REGIMES-->
 
51
         <report id="health_regime" string="Fund Regime" model="health.patient"
 
52
                name="health.regimecaisse"
 
53
            rml="health/report/regimecaisse.rml"
 
54
            auto="True"
 
55
            menu="True"/>
 
56
 
 
57
        <wizard  id="wizard_health_regime_report" string="Fund Regime" model="health.patient"
 
58
                        name="health.regimecaisse.report"
 
59
                        keyword="client_print_multi"/>
 
60
        </data>
 
61
</openerp>