File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
44*/
55
6+ import { useDiscussSystray } from "@mail/utils/common/hooks" ;
67import { Component , useState } from "@odoo/owl" ;
7- import { ColumnProgress } from "@web/views/view_components/column_progress" ;
88import { Dropdown } from "@web/core/dropdown/dropdown" ;
9- import { registry } from "@web/core/registry" ;
10- import { useDiscussSystray } from "@mail/utils/common/hooks" ;
119import { useDropdownState } from "@web/core/dropdown/dropdown_hooks" ;
12- import { useService } from "@web/core/utils/hooks" ;
13- import { user } from "@web/core/user" ;
1410import { _t } from "@web/core/l10n/translation" ;
11+ import { registry } from "@web/core/registry" ;
12+ import { user } from "@web/core/user" ;
13+ import { useService } from "@web/core/utils/hooks" ;
14+ import { ColumnProgress } from "@web/views/view_components/column_progress" ;
1515
1616export class QueueJobBatchMenu extends Component {
1717 static template = "queue_job_batch.QueueJobBatchMenu" ;
Original file line number Diff line number Diff line change 6565 <field name =" state" />
6666 <field name =" user_id" />
6767 <!-- Odoo 19: no widget override in search; keep Many2one as-is -->
68- <field name =" company_id" groups =" base.group_multi_company" />
68+ <field name =" company_id" groups =" base.group_multi_company" />
6969 <filter
7070 name =" my_batches"
7171 string =" My batches"
9393 string =" Finished"
9494 domain =" [('state', '=', 'finished')]"
9595 />
96- <separator />
96+ <separator />
9797 <!-- Odoo 19: no <group expand> in search; declare group-by filters inline -->
98- <filter name =" group_by_state" string =" State" context =" {'group_by': 'state'}" />
99- <filter name =" group_by_user" string =" User" context =" {'group_by': 'user_id'}" />
98+ <filter
99+ name =" group_by_state"
100+ string =" State"
101+ context =" {'group_by': 'state'}"
102+ />
103+ <filter
104+ name =" group_by_user"
105+ string =" User"
106+ context =" {'group_by': 'user_id'}"
107+ />
100108 </search >
101109 </field >
102110 </record >
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments