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

« back to all changes in this revision

Viewing changes to auto_email_stock/smtpclient_wizard.xml

merging new development from indian accounting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
        <data>
 
4
                <wizard string="Send By Email" 
 
5
                                model="stock.picking" 
 
6
                                multi="True"
 
7
                                name="stock.picking.send_mail" 
 
8
                                id="stock_picking_email_send_wizard" /> 
 
9
                                
 
10
                <wizard string="Partial packing" 
 
11
                                multi="True"
 
12
                                model="stock.picking" 
 
13
                                name="stock.partial_picking1" 
 
14
                                id="stock.partial_picking" />   
 
15
                                
 
16
        </data>
 
17
</openerp>