Skip to content

Instantly share code, notes, and snippets.

@ged-odoo
Created June 12, 2014 09:17
Show Gist options
  • Save ged-odoo/d5cfaf8451504fad61b7 to your computer and use it in GitHub Desktop.
Save ged-odoo/d5cfaf8451504fad61b7 to your computer and use it in GitHub Desktop.
Odoo template
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="assets_backend" name="custom assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/custom_stuff/custom.css"/>
</xpath>
</template>
</data>
</openerp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment