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