Skip to content

Commit 2e104ae

Browse files
committed
[REV] account_move_export: adapt to revert in date_range module
1 parent 9ae9a48 commit 2e104ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

account_move_export/models/account_move_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def default_get(self, fields_list):
6666
date_range_id = fields.Many2one(
6767
"date.range",
6868
check_company=True,
69-
domain="[('company_ids', 'in', [company_id, False])]",
69+
domain="[('company_id', 'in', (company_id, False))]",
7070
)
7171
date_start = fields.Date(
7272
compute="_compute_dates",

0 commit comments

Comments
 (0)