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

« back to all changes in this revision

Viewing changes to library/library_wizard.xml

bugfix in overlay creation system

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<openerp>
 
3
        <data>
 
4
 
 
5
                <wizard 
 
6
                string="Update prices" 
 
7
                model="library.price.category" 
 
8
                name="library.update.prices" />
 
9
                <wizard string="Merge purchases" 
 
10
                                multi="True" 
 
11
                                model="purchase.order" 
 
12
                                name="purchase.order.merge.library"  
 
13
                                id="purchase_order_merge"
 
14
                                />
 
15
 
 
16
        </data>
 
17
</openerp>