コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
25839 ビュー

And can they be used interchangeably in some cases.

If possible to give a simple clear example.

アバター
破棄
最善の回答

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.

アバター
破棄