Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dynaz/0593752aab5f2dc210745f968c98cbdf to your computer and use it in GitHub Desktop.
Save dynaz/0593752aab5f2dc210745f968c98cbdf to your computer and use it in GitHub Desktop.
<data inherit_id="web.layout">
<xpath expr="//body" position="inside">
<t t-if="request.httprequest.cookies.get('cids') and request.httprequest.cookies.get('cids')[0] == '1'">
<style>.o_main_navbar {background-color: #57596F!important;border-bottom: 0px;}</style></t>
<t t-if="request.httprequest.cookies.get('cids') and request.httprequest.cookies.get('cids')[0] == '2'">
<style>.o_main_navbar {background-color: #6B3C3C!important;border-bottom: 0px;}</style></t>
</xpath>
</data>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment