1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/industry_fsm_sale_report/views/project_views.xml
2024-12-10 09:04:09 +07:00

26 lines
920 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="industry_fsm.project_project_action_only_fsm" model="ir.actions.act_window">
<field name="context">
{
'fsm_mode': True,
'default_is_fsm': True,
'default_allow_timesheets': True,
'default_allow_material': True,
'default_allow_billable': True,
'default_allow_worksheets': True,
}
</field>
</record>
<record id="industry_fsm.project_task_user_action_report_fsm" model="ir.actions.act_window">
<field name="context">{
'group_by_no_leaf': 1,
'group_by': [],
'pivot_measures': ['__count__', 'allocated_hours', 'effective_hours', 'remaining_hours'],
'graph_measure': '__count__',
'sale_show_partner_name': True,
}</field>
</record>
</odoo>