This question has been flagged
1 Reply
3697 Views

i install point of sale module and i want to modify the field "date_order" on pos.order . So i do readonly=False and update the module but i nothing is happen. Please help me!

Thanks.

Avatar
Discard
Best Answer

more details are needed to answer your question, but if the field is readonly in the python code, you can only override that through python code. You cannot override it using XML tags.

Avatar
Discard
Author

Thanks Patently! I use this option but it no works. What kind of details are you needs?