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')]}
|
{'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" />
|
||||||
</group>
|
</field>
|
||||||
</group>
|
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue