odoo/documentation#11486
Created by fw-bot
Merged
at 9a48487c495972d4ec99d431b2a814cf1f273bc9
Statuses:
- ci/documentation: (runtime 868s)
- ci/codeowner_coverage: (runtime 20s)
- label
- odoo-dev:saas-17.2-17.0-data-module-small-fix-vava-_kVv-fw
- head
- 321f8bf45880314a00a0d2c52afeb5a9d42b9559
- 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