Odoo Book Apr 2026

This feature adds a specific checkbox to the Odoo settings menu, allowing administrators to enable or disable a custom "Student Notification" service.

In your main student record model, use the config_parameter to check if the feature is enabled before executing the notification logic. Odoo Book

Add the field to the user interface by inheriting the settings form view in an XML file. This feature adds a specific checkbox to the

Below is an example of developing a , which allows users to toggle specific functionalities on or off within a custom module. Feature: Custom Configuration Toggle Odoo Book