odoo/documentation#11484

Created by Industry, Vallaeys Valentin (vava)
Merged at d77d3ace2ab03af2136e426c9e7d0334adb461d7

Statuses:

label
odoo-dev:17.0-data-module-small-fix-vava
head
bed22469138939a84d056efb417fb93d4aaeefdd
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

[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.