odoo/documentation#11489

Created by fw-bot
Merged at d53fbfc995bb5ad830c25f79ec847371e3c349d0

Statuses:

label
odoo-dev:master-17.0-data-module-small-fix-vava-bYwX-fw
head
4abbc80f462f879177b7284771687c0cc1bbf464
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