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

[FIX] purchase: show quantity by default


Scale up game has been printed with the quantity show by default on the
supplier info. So we copy that behavior in standard for educational
purpose and avoid to print again all the scale up.

Also it's better from a usablity point of view since it's an important
information.

opw-fp

closes odoo/odoo#81774

X-original-commit: 4a47727c
Signed-off-by: default avatarWilliam Henrotin (whe) <whe@odoo.com>
Signed-off-by: default avatarArnold Moyaux <arm@odoo.com>
parent 85850551
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@
<attribute name="optional">hide</attribute>
</xpath>
<xpath expr="//field[@name='min_qty']" position="attributes">
<attribute name="optional">hide</attribute>
<attribute name="optional">show</attribute>
</xpath>
<xpath expr="//field[@name='partner_id']" position="attributes">
<attribute name="readonly">0</attribute>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment