mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
15 lines
584 B
XML
15 lines
584 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!-- Copyright 2024 ACSONE SA/NV
|
|
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
|
<odoo>
|
|
<record model="ir.ui.view" id="stock_quant_tree_view">
|
|
<field name="model">stock.quant</field>
|
|
<field name="inherit_id" ref="stock.view_stock_quant_tree_inventory_editable" />
|
|
<field name="arch" type="xml">
|
|
<field name="user_id" position="after">
|
|
<field name="inventory_justification_ids" widget="many2many_tags" />
|
|
</field>
|
|
</field>
|
|
</record>
|
|
</odoo>
|