Files
odoo-docs/content/developer
vava-odoo bed2246913 [FIX] developer/tutorials/importable_modules: no self in actions
In ir.actions.server, the variable containing the record(s) is not
`self`, but `record` and `records`.
Also, since there is a word about `store` attribute for computed
fields, this commit specifies the behaviour of `readonly` attribute.
2024-11-29 10:49:01 +01:00
..