mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
15 lines
415 B
XML
15 lines
415 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
|
|
<record id="view_move_search" model="ir.ui.view">
|
|
<field name="model">stock.move</field>
|
|
<field name="inherit_id" ref="stock.view_move_search" />
|
|
<field name="arch" type="xml">
|
|
<field name="partner_id" position="after">
|
|
<field name="warehouse_id" />
|
|
</field>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|