Skip to Content
मेन्यू
This question has been flagged
2 Replies
1625 Views

Hello odooers, 

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

Avatar
Discard
Best Answer

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!

Avatar
Discard
Best Answer

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. 

Avatar
Discard

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'}"/> />

Related Posts Replies Views Activity
2
मार्च 25
2516
1
अप्रैल 24
3265
4
जन॰ 22
7376
1
मार्च 15
5324
0
अप्रैल 25
637