Files
test/stock_barcode/views/stock_location_views.xml
qihao.gong@jikimo.com 3c89404543 质量模块和库存扫码
2023-07-24 11:42:15 +08:00

13 lines
505 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_location_form_inherit" model="ir.ui.view">
<field name="name">stock.location.form.inherit</field>
<field name="model">stock.location</field>
<field name="inherit_id" ref="stock.view_location_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='return_location']" position="after">
<field name="barcode"/>
</xpath>
</field>
</record>
</odoo>