odoo18/addons/hr/static/src/views/hr_graph_controller.xml

14 lines
546 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<t t-name="hr.GraphView" t-inherit="web.GraphView">
<t t-call="web.ActionHelper" position="replace">
<t t-if="!model.hasData() or model.useSampleModel and props.info.noContentHelp">
<HrActionHelper
noContentTitle.translate="No Data"
noContentParagraph.translate="This report gives you an overview of your employees based on the measures of your choice."
/>
</t>
</t>
</t>
</odoo>