File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ database. Actions are defined using a name and a dictionary in the `actions` sec
8787 domain: .. Search domain to specify specific records. Default is []
8888 values: .. Dictionary to define the new value of each field. Required.
8989 references: .. Dictionary of unique identifiers to XML references of Odoo
90+ chunk: .. Update or delete is done in chunks of given size. Default is 0 (no chunks).
91+ truncate: .. The delete action uses truncate .. cascade on the table instead.
9092```
9193
9294Values can be defined in multiple ways: directly or as a dictionary. Depending on the
Original file line number Diff line number Diff line change 33- BOOTSTRAP_MODE .. Environment mode
44- BOOTSTRAP_DEBUGGER .. Specify the debugger to use
55 - Possible options: debugpy, dev (Odoo dev_mode)
6- - PGPASSWORD .. Required. Postgres password of the database user.
6+ - DB_PASSWORD .. Required. Postgres password of the database user.
77- DB_VERSION .. Postgres version to use. If not set ` latest `
88- ODOO_VERSION .. Odoo version to use with the format ` x.0 `
99- ODOO\_\* .. Odoo configuration variables. See ` odoo.default.yaml `
You can’t perform that action at this time.
0 commit comments