Created
June 12, 2014 09:17
-
-
Save ged-odoo/d5cfaf8451504fad61b7 to your computer and use it in GitHub Desktop.
Odoo template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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