mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
35 lines
1.1 KiB
XML
Executable File
35 lines
1.1 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
|
|
<!--<record id="view_stock_move_stock" model="ir.ui.view">
|
|
<field name="name">Import Stock</field>
|
|
<field name="model">stock.fill.inventory</field>
|
|
<field name="type">form</field>
|
|
<field name="arch" type="xml">
|
|
<form string="Import Stock">
|
|
<separator string="Import current product inventory from the following location" colspan="4" />
|
|
<field name="location_id"/>
|
|
<newline/>
|
|
<field name="recursive"/>
|
|
<newline/>
|
|
<field name="set_stock_zero"/>
|
|
<separator string="" colspan="4" />
|
|
<button special="cancel" string="_Cancel" icon='gtk-cancel'/>
|
|
<button name="fill_inventory" string="Fill Location" type="object" icon="gtk-ok"/>
|
|
</form>
|
|
</field>
|
|
</record>
|
|
|
|
<act_window name="Import Stock"
|
|
res_model="stock.fill.inventory"
|
|
src_model="stock.inventory"
|
|
view_mode="form"
|
|
target="new"
|
|
context="{'search_default_in_location':1}"
|
|
key2="client_action_multi"
|
|
id="action_view_stock_move_stock"/>-->
|
|
|
|
</data>
|
|
</openerp>
|