~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to stock_override/destruction_report.xml

  • Committer: Quentin THEURET
  • Date: 2011-11-30 13:31:37 UTC
  • mto: This revision was merged to the branch mainline in revision 515.
  • Revision ID: qt@tempo-consulting.fr-20111130133137-mdf2fp6hkqmwbppn
UF-647 [ADD] Added a line in Purchase Order to have information about international transport costs

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
 
    
5
 
        <report auto="True" 
6
 
                id="destruction_location_report" 
7
 
                model="stock.move" 
8
 
                name="destruction.location"
9
 
                header="True"
10
 
                rml="addons/stock_override/report/destruction_location.rml"
11
 
                string="Destruction Report"
12
 
                />
13
 
 
14
 
        <report auto="False"
15
 
                id="internal_move"
16
 
                model="stock.picking"
17
 
                name="internal.move"
18
 
                header="True"
19
 
                rml="addons/stock_override/report/internal_move.rml"
20
 
                string="Internal Move" />
21
 
 
22
 
    </data>
23
 
</openerp>