Skip to content
Snippets Groups Projects
Commit 27f67bfc authored by Victor Feyens's avatar Victor Feyens
Browse files

[FIX] doc: confirm attribute isn't supported in list buttons


Closes #37036
Forward-port of #50831

closes odoo/odoo#50855

Signed-off-by: default avatarVictor Feyens (vfe) <vfe@odoo.com>
parent e38e7397
No related branches found
No related tags found
No related merge requests found
......@@ -818,6 +818,9 @@ system. Available semantic components are:
``special``
for form views opened in dialogs: ``save`` to save the record and close the
dialog, ``cancel`` to close the dialog without saving.
``confirm``
confirmation message to display (and for the user to accept) before
performing the button's Odoo call (also works in Kanban views).
``field``
renders (and allow edition of, possibly) a single field of the current
......@@ -1410,9 +1413,6 @@ Possible children elements of the list view are:
unexpected results as domains are combined with a logical AND.
``context``
merged into the view's context when performing the button's Odoo call
``confirm``
confirmation message to display (and for the user to accept) before
performing the button's Odoo call
.. todo:: declared but unused: help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment