details: https://code.tryton.org/tryton/commit/d74a1f4d766f branch: default user: Cédric Krier <[email protected]> date: Sat Dec 13 17:21:23 2025 +0100 description: Add documentation about notification diffstat:
trytond/doc/modules/res/design.rst | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diffs (19 lines): diff -r 64ff0f2b9939 -r d74a1f4d766f trytond/doc/modules/res/design.rst --- a/trytond/doc/modules/res/design.rst Mon Mar 30 19:25:51 2026 +0200 +++ b/trytond/doc/modules/res/design.rst Sat Dec 13 17:21:23 2025 +0100 @@ -131,3 +131,15 @@ The user *Warning* concept is used to record whether a user wants to see a `specific warning <topics-user_errors_warnings>` again. + + +.. _model-res.notification: + +Notification +============ + +The *Notification* concept is used to store messages for a `user +<model-res.user>`. +A notification can be linked to a set of records of the same +:class:`~trytond.model.ModelStorage` or an `action <model-ir.action>` which +will be opened when the user click on it.
