test-addons-11/project_timesheet_matrix/views/project_timesheet_matrix_view.xml

19 lines
1014 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="//div[hasclass('o_kanban_card_manage_section')]" position="inside">
<div>
<!-- <a name="open_timesheets_matrix" type="object">Timesheet</a> -->
<button name="open_timesheets_matrix" type="object" string="Workers" class="oe_stat_button" icon="fa-edit" />
</div>
</xpath>
<!-- <field name="task_count" position="after">
<button name="open_project_timesheet_matrix" type="object" string="Timesheet Workers" class="oe_stat_button" icon="fa-edit" />
</field> -->
</field>
</record>
</odoo>