Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
5 Antwoorden
12833 Weergaven

Hi all,

My client do not want anyone to change unit price from sales order line. Rather they want to control changing price from masterdata only.

I checked the filed 'price_unit' from sale order line and the field is readonly

I checked the view 'sale.order.line.form2' and the 'price_unit' has no readonly attributes.

Can anyone help me to make this field readonly so that no one can change the value?

Thanks

Avatar
Annuleer

Any head way with this?

Auteur

No way to solve this

Really weird! I thought it would be part of the Rules and security section.

Beste antwoord

It's better to customize the functionality by making the price unit readonly (Note: by default onchange will not be applicable on readonly, to bypass this you can refer to https://bharatrdevnani.wordpress.com/2016/02/04/readonly-attributes-onchange-odoo/)


OR


Write one more onchange on price unit, if someone tries to change the price unit field, a new onchange method will be triggered to get the values from the product master again.


Best Regards,

Bharat

Avatar
Annuleer
Beste antwoord

After many days investigating and googleling,  I solved using this function, very usefull, is not read only  , is a :  don't allow users to quote below the sales price of products, and you can make your particular changes.

 

http://stackoverflow.com/questions/23359684/dont-allow-to-quote-below-the-sales-price-of-a-product-in-openerp

 

 

Avatar
Annuleer