We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071b72f commit 24bd079Copy full SHA for 24bd079
docs/configuration.md
@@ -86,6 +86,7 @@ database. Actions are defined using a name and a dictionary in the `actions` sec
86
model: .. Odoo model. Required.
87
domain: .. Search domain to specify specific records. Default is []
88
values: .. Dictionary to define the new value of each field. Required.
89
+ context .. Dictionary to update the context of the environment for the action.
90
references: .. Dictionary of unique identifiers to XML references of Odoo
91
chunk: .. Update or delete is done in chunks of given size. Default is 0 (no chunks).
92
truncate: .. The delete action uses truncate .. cascade on the table instead.
0 commit comments