Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
25574 Zobrazení

And can they be used interchangeably in some cases.

If possible to give a simple clear example.

Avatar
Zrušit
Nejlepší odpověď

Domain: Filters the records that are displayed or processed.
Example: [('state', '=', 'done')] to show only records with the state "done".

Context: Passes specific parameters or information.
Example: {'default_name': 'Test'} to pre-fill a field during record creation.

Avatar
Zrušit