I am using Odoo 18 (note: Odoo 18 has a different JavaScript structure compared to older versions).
I want to achieve the following:
- Create a simple controller that renders a template showing employee data.
- The template should contain a simple table displaying about 4 employees.
- On the backend (Python side), when I create or update data in the hr.employee model…
- The webpage (template from step 2) should display a simple notification without refreshing the page, for example: “Your employee records are updated”.