stock_usability: Add supplier in orderpoint list view

Hide unneeded "Automate orders" in orderpoint list view
product_usability: add seller_id in tree/search view of product.product and product.template
This commit is contained in:
Alexis de Lattre
2023-07-14 15:41:02 +02:00
parent 8afcd49bc3
commit c4ec388380
3 changed files with 27 additions and 1 deletions

View File

@@ -28,6 +28,11 @@
<field name="route_id" position="attributes">
<attribute name="optional">show</attribute>
</field>
<!-- Button 'Automate Orders' is not needed because the user
can manually change the 'Trigger' field. And it takes a
lot of room in the tree view -->
<!-- TODO I tried many things to avoid a replace... but it didn't work -->
<button name="action_replenish_auto" position="replace"/>
</field>
</record>