Files
stock-logistics-warehouse/stock_inventory_justification/views/stock_quant.xml
2024-01-08 10:36:26 +01:00

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>