mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add stock picking group
This commit is contained in:
18
app_stock_superbar/views/stock_views.xml
Normal file
18
app_stock_superbar/views/stock_views.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<odoo>
|
||||
<data>
|
||||
<!-- stock -->
|
||||
<record id="app_view_location_form" model="ir.ui.view">
|
||||
<field name="name">app.stock.location.form</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='location_id']" position="attributes">
|
||||
<!-- Add your fields or attributes here -->
|
||||
<attribute name="widget">ztree_select</attribute>
|
||||
<attribute name="ztree_parent_key">location_id</attribute>
|
||||
</xpath>
|
||||
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user