[IMP] stock_usability_akretion: add seller_id on orderpoints

This commit is contained in:
Alexis de Lattre
2025-05-20 10:30:29 +02:00
parent 2e93aaa55b
commit 70b66681d6
3 changed files with 30 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
<field name="inherit_id" ref="product.product_template_search_view" />
<field name="arch" type="xml">
<field name="categ_id" position="after">
<field name="seller_id" string="Main Supplier"/>
<field name="seller_id" domain="[('parent_id', '=', False)]"/>
</field>
</field>
</record>