2023-08-03 15:15:22 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
|
<odoo>
|
2024-06-11 21:26:26 -04:00
|
|
|
<record id="industry_fsm_report.task_custom_report" model="ir.actions.report">
|
|
|
|
|
<field name="print_report_name">'%s %s' % (
|
|
|
|
|
object.planned_date_begin.strftime(
|
|
|
|
|
'%Y-%m-%d') if object.planned_date_begin else time.strftime('%Y-%m-%d'),
|
|
|
|
|
object.name
|
|
|
|
|
)
|
|
|
|
|
</field>
|
|
|
|
|
</record>
|
2024-02-12 20:59:08 -05:00
|
|
|
</odoo>
|