Creating Server Actions in Odoo 13
Server actions like creating a record, executing several actions, etc. can enable customers to meet their requirements in Odoo 13. So, let’s understand this functionality in detail and how to use various parameters in server actions accordingly. Before we proceed to discuss all server actions in detail, it is important to understand what server actions actually are. Server Actions: Definitions and Types Server actions are actions that can be executed automatically. As an Odoo admin, under the ‘Technical’ menu comes the Actions -> Server Actions option. However, for the ‘Technical’ menu to be visible, you need to activate the ‘Developer’ mode first. To activate the ‘Developer’ mode, refer to this screenshot. If you use any Odoo 13 theme or app, you can define a server action for a complex and long task like “Product Website Published.” There are two ways to create a server action. - Using code - Using user interface (G...