Even though Odoo has built-in HTTP servers that can either be multi-threading or multi-processing, It is very important to choose a suitable server hosting for odoo. Here we discuss the advantages of 2 hosting providers. ie, AWS, and Rose hosting. This will help to choose a better server for odoo. #odoohosting Odoo Hosting – A […]
Odoo development tutorials – Types of Actions in Odoo Get the module from our repository: Automated Actions (ir.cron) Actions triggered automatically on a predefined frequency. name Name of the automated action (Mainly used in log display) interval_number Number of interval_type uom between two executions of the action interval_type Unit of measure of frequency interval (minutes, […]
Odoo developement tutorials – Types of Actions in Odoo Server Actions (ir.actions.server) class odoo.addons.base.models.ir_actions.IrActionsServer(pool, cr) Server actions model. Server action work on a base model and offer various type of actions that can be executed automatically, for example using base action rules, of manually, by adding the action in the ‘More’ contextual menu. Since Odoo […]