odoo18/addons/hr/static/src/views/hr_action_helper.js

7 lines
234 B
JavaScript

import { Component } from "@odoo/owl";
export class HrActionHelper extends Component {
static template = "hr.EmployeeActionHelper";
static props = { noContentTitle: { type: String }, noContentParagraph: { type: String } };
}