Skip to content

Instantly share code, notes, and snippets.

View ged-odoo's full-sized avatar
💭
I may be slow to respond.

Géry Debongnie ged-odoo

💭
I may be slow to respond.
View GitHub Profile
<?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>
{
'name': 'Custom Settings for Odoo',
'category': 'Custom',
'description': """
Custom Settings for Odoo
""",
'version': '1.0',
'data' : [
'view.xml',
]