odoo/documentation#11488
Created by fw-bot
Merged
at 7b5828d047df9134dab209723ee4d7ede9c1c088
Statuses:
- ci/documentation: (runtime 725s)
- ci/codeowner_coverage: (runtime 9s)
- label
- odoo-dev:18.0-17.0-data-module-small-fix-vava-TLhv-fw
- head
- d769cc41983d8fd23f453aaa8e16af9c23e8b21c
- 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