This module add the possibility to insert Bokeh charts into Odoo standard views. Bokeh is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to ...
def show_fullscreen(layout, title="Plot", filename="plot.html", theme=None): """Render a Bokeh layout to a standalone HTML that truly fills the viewport. This injects a small CSS rule so ...