~numerigraphe-team/stock-logistic-warehouse/7.0-inventory-location

« back to all changes in this revision

Viewing changes to stock_move_location/wizard/move_location_view.xml

  • Committer: Mathieu Vatel
  • Date: 2012-03-07 12:56:37 UTC
  • Revision ID: mathieu@julius.fr-20120307125637-oz14go5k32kyqn2f
Extra modules Julius V1.0

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
                <!--<record id="view_stock_move_stock" model="ir.ui.view">
 
6
                        <field name="name">Import Stock</field>
 
7
                        <field name="model">stock.fill.inventory</field>
 
8
                        <field name="type">form</field>
 
9
                        <field name="arch" type="xml">
 
10
                                <form string="Import Stock">
 
11
                                        <separator string="Import current product inventory from the following location" colspan="4" />
 
12
                                        <field name="location_id"/>
 
13
                                        <newline/>
 
14
                                        <field name="recursive"/>
 
15
                                        <newline/>
 
16
                                        <field name="set_stock_zero"/>
 
17
                                        <separator string="" colspan="4" />
 
18
                                        <button special="cancel" string="_Cancel" icon='gtk-cancel'/>
 
19
                                        <button name="fill_inventory" string="Fill Location" type="object" icon="gtk-ok"/>
 
20
                                </form>
 
21
                        </field>
 
22
                </record>
 
23
 
 
24
                <act_window name="Import Stock"            
 
25
                        res_model="stock.fill.inventory"
 
26
                        src_model="stock.inventory"
 
27
                        view_mode="form"
 
28
                        target="new"
 
29
                        context="{'search_default_in_location':1}" 
 
30
                        key2="client_action_multi"    
 
31
                        id="action_view_stock_move_stock"/>-->
 
32
                        
 
33
    </data>
 
34
</openerp>