Enable Dark Mode!
server-actions-odoo-13.png
By: Vinaya Suresh

How to Create Server Actions in Odoo 13

Technical Odoo 13

In Odoo we can execute server actions, an intriguing feature using which the customers can meet their requirements. In this blog let me discuss the functionality and how to use various parameters in server actions accordingly.


Server Actions are actions that can be executed automatically. These actions are added to the ‘Action’ contextual menu.


server-actions-odoo-13"


The available server actions are:

    1. Update the record

    2. Create a new record

    3. Execute Python Code

    4. Execute several actions

    5. Send Email

    6. Add Followers

    7. Create the next Activity

    8. Send SMS text Message


To create a server action create a data record in data.xml file as shown below:


<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
    <record id="action_set_salesperson" model="ir.actions.server">
        <field name="name">Set Sales Person</field>
        <field name="model_id" ref="base.model_res_partner"/>
        <field name="state">code</field>
    </record>
</data>
</odoo>


model_id - Model linked to the action.

name - Name of the server action.

state - The field name ‘state’ specifies the type of server action.


We can also add server actions easily via the user interface. In order to create a server action activate the developer mode, go to Settings --> Technical -->Server Actions.


Let’s see the purpose and how each of the server actions works.


Update the record

In the above example suppose if I want to set salesperson for some of my partners. I can easily specify it using ‘Update the record’ action.


server-actions-odoo-13"


Field - Specify the fields that you need to update

Evaluation Type - It is the type of value to be updated and is of 3 types. If Value, it specifies ‘Value’ field as a literal value. If Reference, it allows you to select the existing values in the ‘Record’ field. If Python Expression, then the Value field is interpreted as a python expression.


The field state is specified as:

<field name="state">object_write</field>


Now add the server action to the Contextual menu using the ‘Create Contextual Action’ button. After adding the button you can see that the menu appears under the Action button of partners. Now you can perform the server action on multiple records. In our case, we can set the salesperson as ‘Marc Demo’ for the selected partners.


server-actions-odoo-13"


Send Email

This action helps us to send emails to partners.


The field state is specified as:

<field name="state">email</field>


Create a server action with Action To-Do as ‘Send Email’, choose the model for which you want to perform the server action. In case of email choose the required email template.


server-actions-odoo-13"


Now when you create the contextual menu you can send bulk email using server action.


server-actions-odoo-13"


You can see that emails have been created.


server-actions-odoo-13"


Add Followers

This action helps you to add followers and channels. In order to create followers add the required sales team and followers in server action.


The field state is specified as:

<field name="state">followers</field>


server-actions-odoo-13"


server-actions-odoo-13"


server-actions-odoo-13"


Execute Python Code

The server action helps to execute python code.


The field state is specified as:

<field name="state">code</field>


server-actions-odoo-13"


Send SMS Text Message

It helps to send text messages in bulk.


The field state is specified as:

<field name="state">sms</field>


Specify the SMS template.


server-actions-odoo-13"


Create Next Activity

It helps to schedule the next activity.


The field state is specified as:

<field name="state">next_activity</field>


server-actions-odoo-13"


You can specify the activity, due dates, etc in the server action.


The next activity is scheduled as ‘Demo’.


server-actions-odoo-13"


Execute several actions

The action helps you to perform several server actions at a time.


Once the required model is selected the possible actions that can be performed are listed in server actions.


The field is specified as:

<field name="state">multi</field>


Here multiple server actions can be performed using a single contextual menu.


server-actions-odoo-13"


server-actions-odoo-13"


Create a new Record

It creates a new record. Specify the target model where you want the record to be created.


server-actions-odoo-13"


The field is specified as:

<field name="state">object_create</field>


If you need any assistance in odoo, we are online, please chat with us.



1
Comments

Anthony

Please, I want to create a record in the purchase order model by the click of a button in another model. If the vendor field in the model is A, I want the vendor field in the purchase model to capture the value of the vendor field i.e A, in the other model . Please any help on how I can do this using server action from the UI.

28/09/2021

-

10:21AM



Leave a comment



whatsapp
location

Calicut

Cybrosys Technologies Pvt. Ltd.
Neospace, Kinfra Techno Park
Kakkancherry, Calicut
Kerala, India - 673635

location

Kochi

Cybrosys Technologies Pvt. Ltd.
1st Floor, Thapasya Building,
Infopark, Kakkanad,
Kochi, India - 682030.

location

Bangalore

Cybrosys Techno Solutions
The Estate, 8th Floor,
Dickenson Road,
Bangalore, India - 560042

Send Us A Message