~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to stock_valued/stock_valued_report.xml

  • Committer: Openerp User
  • Author(s): Vauxoo
  • Date: 2012-07-26 20:13:13 UTC
  • Revision ID: openerp@ingelub-erp-20120726201313-cgffyvd3zmqhn2w4

[FIX] bug a la hora de confirmar una orden de venta cuando el producto es de tipo servicio 
tomaba dicho porducto como si este fuera almacenable y tuviera stock cosa que no es asi 

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="reprml"
 
5
            string="Valued Packing List"
 
6
             model="stock.picking"
 
7
            name="stock_valued.stock_valued_rml"
 
8
            rml="stock_valued/report/albaran.rml" 
 
9
            menu="True"
 
10
      auto="True"
 
11
      header="True"
 
12
        />
 
13
    </data>
 
14
</openerp>
 
15