Skip to content
Snippets Groups Projects
Commit d60b85bd authored by Kinjal Mehta's avatar Kinjal Mehta Committed by David Monjoie
Browse files

[IMP] stock_dropshipping: make drop shipping apply on products by default

When drop Shipping is true, the route should be applicable on the products by default.
parent 518d04a7
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
<field name="name">Drop Shipping</field>
<field name="sequence">3</field>
<field name="sale_selectable" eval="True"/>
<field name="product_selectable" eval="False"/>
<field name="product_selectable" eval="True"/>
<field name="product_categ_selectable" eval="True"/>
</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