product_sale_price_from_pricelist modify product view

This commit is contained in:
Luis 2025-07-09 18:44:44 +02:00
parent 9c49ea7ac0
commit eaec1c6b38

View file

@ -14,19 +14,17 @@
{'readonly':[('last_purchase_price_compute_type','!=','manual_update')]}
</attribute>
</field>
<group name="group_standard_price" position="after">
<group></group>
<group name="label_info" string="Label Info">
<field name="product_tag_ids" position="after">
<separator string="Label Info" colspan="2"/>
<field name="last_purchase_price_compute_type" />
<field name="last_purchase_price_received"
widget="monetary"
options="{'currency_field': 'currency_id', 'field_digits': True}"
readonly="1"
/>
<field name="last_purchase_price_compute_type" readonly="1" />
<field name="list_price_theoritical" readonly="1" />
<field name="last_purchase_price_updated" readonly="1" />
</group>
</group>
</field>
</field>
</record>