Skip to Content
Menu
This question has been flagged
2 Replies
7164 Views

Hii,

In Odoo13 there is new ribbon feature added. e.g. if invoice is paid, it shows PAID green ribbon top right of the form.

Can we have similar in Odoo12 EE?

I have a customized selection field in account.invoice like state field and want to display on invoice form top right.

What option available in Odoo12 for this kind of requirement?

Thanks.

Avatar
Discard
Best Answer

Hi Muhammad,

The implementation of a ribbon is one of the new features applied in Odoo 13. Currently there is nothing like that in Odoo 12. But yet you can develop the ribbon view the same way as it has been implemented in Odoo 13.

https://github.com/OCA/web/tree/12.0/web_environment_ribbon

To give you some hints this is the module of OCA that exactly does that, I would take a look at the code and see how they do it. Hope you find it useful :)

Stay healthy!

Avatar
Discard
Best Answer

Hi,
In Odoo 12 we don't have ribbon widget. but you can create a new ribbon widget in Odoo 12. you can refer this blog to create a new widget in Odoo

https://www.cybrosys.com/blog/how-to-create-widget-odoo

Regards

Avatar
Discard