Skip to content

Commit 24bd079

Browse files
committed
Extend documentation with action context
1 parent 071b72f commit 24bd079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ database. Actions are defined using a name and a dictionary in the `actions` sec
8686
model: .. Odoo model. Required.
8787
domain: .. Search domain to specify specific records. Default is []
8888
values: .. Dictionary to define the new value of each field. Required.
89+
context .. Dictionary to update the context of the environment for the action.
8990
references: .. Dictionary of unique identifiers to XML references of Odoo
9091
chunk: .. Update or delete is done in chunks of given size. Default is 0 (no chunks).
9192
truncate: .. The delete action uses truncate .. cascade on the table instead.

0 commit comments

Comments
 (0)