~vauxoo/addons-vauxoo/7.0-addons-vauxoo-send_email_add_follower-dev-julio

« back to all changes in this revision

Viewing changes to l10n_ve_stock/stock_valued_report.xml

  • Committer: Javier Duran
  • Author(s): javier at vauxoo
  • Date: 2012-03-07 18:38:31 UTC
  • Revision ID: javier@squezee-vir-20120307183831-nrv3l0mignf8dw78
[ADD] se agrega el modulo l10n_ve_stock que personaliza para 
Venezuela las guías de despacho y notas de entregas

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
        <report id="stock_valued"
 
5
            string="Nota de Entrega"
 
6
            model="stock.picking"
 
7
            name="stock.valued_ve"
 
8
            rml="l10n_ve_stock/report/albaran.rml" 
 
9
            menu="False"
 
10
            auto="False"
 
11
            header="False"
 
12
        />
 
13
        <report id="guia_despacho"
 
14
            string="Guia de Despacho"
 
15
            model="stock.picking"
 
16
            name="stock.guia_ve"
 
17
            rml="l10n_ve_stock/report/guiadespacho.rml" 
 
18
            menu="False"
 
19
            auto="False"
 
20
            header="False"
 
21
        />
 
22
 
 
23
 
 
24
    </data>
 
25
</openerp>
 
26