13 lines
597 B
XML
13 lines
597 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<record id="project_timesheet_matrix_view_form" model="ir.ui.view">
|
|
<field name="name">project.timesheet.matrix.view.form</field>
|
|
<field name="model">project.project</field>
|
|
<field name="inherit_id" ref="project.view_project_kanban"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//a[hasclass('o_project_kanban_box')]" position="after">
|
|
<a class="o_project_kanban_box" name="open_timesheets_matrix" type="object">Timesheets</a>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo> |