In Odoo, you can make a field read-only through Python code or XML views, depending on where you want to enforce the read-only behavior. When you set the readonly attribute to True in Python, it makes the field read-only across all views where it’s used. Conversely, when you set readonly=”1″ in XML views, it makes […]