blob: ef773412517c79a632d4bfd2320e9e890e6e637e (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="project_portal_assets_frontend" name="project portal assets" inherit_id="web.assets_frontend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/pad_project/static/src/css/pad_project.css"/>
</xpath>
</template>
</odoo>
|