Merge pull request #130 from akretion/12.0-remove_oe_title_width

[FIX] Remove hard-coded width on product's title
This commit is contained in:
Raphaël Valyi
2020-10-31 21:58:41 -03:00
committed by GitHub

View File

@@ -16,11 +16,6 @@
<field name="standard_price" class="oe_inline" position="after">
<button name="show_product_price_history" class="oe_inline oe_link" type="object" string="Show History" context="{'active_id': active_id}"/>
</field>
<!-- Don't make it too big, othesize computers with small resolutions
will see the product name + image under the block of buttons -->
<div class="oe_title" position="attributes">
<attribute name="style">width: 650px;</attribute>
</div>
</field>
</record>