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

« back to all changes in this revision

Viewing changes to health/wizard.xml

  • Committer: Naresh Choksy
  • Date: 2009-02-11 09:40:55 UTC
  • mto: (3547.3.3 trunk-extra-addons)
  • mto: This revision was merged to the branch mainline in revision 3558.
  • Revision ID: nch@tinyerp.com-20090211094055-8xmkr2cyycxq70vv
Heath module:work in progress....

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
                <wizard id="wizard_facturation"
 
5
                   string="Facturer"
 
6
                   model="res.partner"
 
7
                   name="facturer" />
 
8
 
 
9
                <wizard id="wizard_facturer"
 
10
                   string="Génerer Facture"
 
11
                   model="health.facturation"
 
12
                   name="facturation" />
 
13
        </data>
 
14
</openerp>