How to Use System Parameter to Store the Application Configuration in Odoo

System parameter in odoo is a model with a key value pair format that is used to store the application configuration. System parameter are only used to store the configuration, the real implementation must be manually programmed in each model as needed. The model of the system parameter is a ir.config_parameter. System parameter are usually … Continue reading How to Use System Parameter to Store the Application Configuration in Odoo