product_sale_price_from_pricelist modify product view
This commit is contained in:
parent
9c49ea7ac0
commit
eaec1c6b38
1 changed files with 11 additions and 13 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue