9 lines
336 B
XML
9 lines
336 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="less" inherit_id="theme_real_estate.less" active="True" priority="1">
|
|
<xpath expr="." position="inside">
|
|
<link href="/theme_real_estate_sale/static/src/less/layout_sale.less" rel="stylesheet" type="text/less"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|