odoo/documentation#11487
Created by fw-bot
Merged
at 0cd019210e8a0580ce42883c9f1e501dc4d3939a
Statuses:
- ci/documentation: (runtime 736s)
- ci/codeowner_coverage: (runtime 11s)
- label
- odoo-dev:saas-17.4-17.0-data-module-small-fix-vava-oZ60-fw
- head
- 502246f36b66a4d893464adc835aafa7beb9cd2d
- merged
- 4 months ago by Industry, Vallaeys Valentin (vava)
odoo/documentation | |
---|---|
17.0 | #11484 |
saas-17.2 | #11486 |
saas-17.4 | #11487 |
18.0 | #11488 |
saas-18.1 | |
saas-18.2 | |
master | #11489 |
[FW][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.
Forward-Port-Of: #11484