remove readonly on standard_price

This commit is contained in:
Luis 2024-12-30 17:14:45 +01:00
parent b5bb678cbc
commit 661d1452de

View file

@ -16,12 +16,6 @@
<field name="last_purchase_price_received_compute_type" /> <field name="last_purchase_price_received_compute_type" />
<field name="to_print_label" /> <field name="to_print_label" />
</label> </label>
<field name="standard_price" position="replace">
<field
name="standard_price"
attrs="{'readonly': [('last_purchase_price_received_compute_type','!=', 'manual_update')]}"
/>
</field>
</field> </field>
</record> </record>