Minor changes

This commit is contained in:
Alexis de Lattre
2016-01-04 10:09:19 +01:00
parent 23c9b085e6
commit 41c31f9207

View File

@@ -242,14 +242,6 @@ in the quantities for his reception -->
<field name="model">stock.move</field>
<field name="inherit_id" ref="stock.view_move_tree_receipt_picking"/>
<field name="arch" type="xml">
<field name="partner_id" position="attributes">
<attribute name="string">Destination Address</attribute>
<!-- The partner_id field on stock.move has a label "Destination Address"
but a stupid guy has put a string="Supplier" on the tree view
And, as this field is very often empty, the users think there is a bug
because the supplier is not set ! -->
date_expected
</field>
<field name="date_expected" position="attributes">
<attribute name="invisible">0</attribute>
</field>