Skip to content
Snippets Groups Projects
Commit ae9ac488 authored by Simon Lejeune's avatar Simon Lejeune
Browse files

[REF] website_sale_stock: multi company

Adapt the module to the multicompany changes.

task-1985992
parent 0f3b3e4a
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@
<field name="model">stock.picking</field>
<field name="inherit_id" ref="stock.view_picking_form"/>
<field name="arch" type="xml">
<field name="company_id" position="before">
<xpath expr="//page[@name='extra']/group/group/field[@name='company_id']" position="before">
<field name="website_id" groups="website.group_multi_website" invisible="1"/>
</field>
</xpath>
</field>
</record>
</odoo>
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