You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
637 B

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<!-- Stock location form view inherited-->
<record id="view_location_form" model="ir.ui.view">
<field name="name">stock.location.view.form.inherit.user.warehouse.restriction</field>
<field name="model">stock.location</field>
<field name="priority" eval="1"/>
<field name="inherit_id" ref="stock.view_location_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='next_inventory_date']" position="after">
<field name="location_warehouse_id"/>
</xpath>
</field>
</record>
</odoo>