Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
1648 Lượt xem

Hello odooers, 

can somebody help me to add a pipeline status bar to repairs app in V16 EE?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello and welcome to the Odoo Community! 

It would be a fantastic idea to have a pipeline status indicator in the Repairs app in Odoo V16 EE. Start by looking through the Odoo Apps Marketplace for pre-existing modules that might offer the functionality you require. You can also explore the Odoo Developer Manual for further details on creating customized modules to suit your particular requirements.

Enjoy your coding and good luck!

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi Lars Fuhrmann,

You should a variable stage_id with the options of the kanban view. In the view, you can this variable with the widget = statusbar, to show it this way. 

Ảnh đại diện
Huỷ bỏ

For example:
<field name="stage_id" widget="statusbar" options="{'clickable': '1', 'fold_field': fold','type': 'kanban', 'allow_Reset': False}" attrs="{'min_width': '100', 'min_height': '20'}"/> />

Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 3 25
2547
1
thg 4 24
3298
4
thg 1 22
7403
1
thg 3 15
5340
0
thg 4 25
648