project.task.tree.fsm.sale.inherit project.task
not allow_billable and not is_fsm is_fsm
To Invoice project.task tree,kanban,map,calendar,gantt,pivot,graph,form,activity [('is_fsm', '=', True), ('project_id', '!=', False), ('display_in_project', '=', True)] { 'fsm_mode': True, 'search_default_to_invoice': True, 'display_to_invoice': True, 'default_user_ids': False, 'default_scale': 'week', }

No tasks found. Let's create one!

Invoice your time and material to your customers once your tasks are done.

project.task.view.search project.task tree kanban map calendar gantt pivot form { 'fsm_mode': True, 'default_is_fsm': True, 'default_allow_timesheets': True, 'default_allow_material': True, 'default_allow_billable': True, } Products product.template kanban,tree,activity,form [('sale_ok', '=', True)] { 'fsm_mode': True, 'search_default_filter_to_sell': True, }

No products found. Let's create one!

Track and bill the material used to complete your tasks.

view.task.form2.inherit project.task not allow_billable and not is_fsm is_fsm parent.is_fsm and not parent.partner_id or not parent.allow_billable and not parent.is_fsm not allow_billable and not is_fsm is_fsm and parent.partner_id not parent.allow_billable and not parent.is_fsm not allow_billable and not is_fsm is_fsm { 'default_allow_billable': True, 'default_is_fsm': context.get('fsm_mode'), }