采用odoo的qweb机制开发自定义界面。
一、创建自定义模板页面
模板文件/static/src/xml/base.xml
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<div t-name="quality_assess" t-attf-class="oe_web_assess">
</div>
<t t-name="DemoPage">
<div t-attf-class="page_title">
<label>日计算申请</label>
</div>
<div t-attf-class="question_title">
<div class="oe_inline">
<label style="padding-right:30px">考勤日期</label>
<input type="date" name="start_date" class="oe_left"/>
<span class="oe_left">至</span>
&