Skip to content
Snippets Groups Projects
Commit 5c0b1308 authored by Arnold Moyaux's avatar Arnold Moyaux
Browse files

[FIX] mrp_subonctracting: missing separator on search view


Subcontractor and active are in the same section. Would be great
to avoid that since they don't are related at all.

closes odoo/odoo#44453

Task: 2187181
X-original-commit: b8786975169b4b5e61c242dc4f07c2e6c7b7ffdf
Signed-off-by: default avatarSimon Lejeune (sle) <sle@openerp.com>
parent e269715d
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
<field name="arch" type="xml">
<xpath expr="//field[@name='property_stock_supplier']" position="after">
<field name="property_stock_subcontractor"/>
<separator/>
</xpath>
</field>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment