Odoo Development - Automated Actions in Odoo 13

Subscribers:
28,000
Published on ● Video Link: https://www.youtube.com/watch?v=dS3EVb-Xjms



Duration: 13:14
8,388 views
26


Odoo development tutorials - Types of Actions in Odoo

Get the module from our repository: https://github.com/CybroOdoo/openacademy

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, hours, days, weeks, months,

numbercall
Number of times this action has to be run. If the action is expected to run indefinitely, set to -1.

doall
Boolean precising whether the missed actions have to be executed in case of server restarts.

model_id
Model on which this action will be called

code
Code content of the action. Can be a simple call to the model’s method :

model.method_name()

nextcall
Next planned execution date of this action (date/time format)

#odoodevelopment #odootutorials #odoo13
For More Videos Subscribe to our YouTube channel.

Visit our company website: https://www.cybrosys.com/

Connect with us:
Facebook: http://ow.ly/Ty0Q30lc5TU
twitter: http://ow.ly/s5cV30lc5Vc
LinkedIn: http://ow.ly/GJfg30lc5WT
Pinterest: http://bit.ly/2I2b5N0







Tags:
Automated Actions in Odoo 13
Odoo Development
odoo 13 development videos
automated actions in odoo 13
how to create automated or scheduled action in odoo
odoo automated action
scheduled actions in odoo 14
create automated action using python code
create Odoo action
odoo actions
custom button action in odoo
create automated or scheduled action using python expression
odoo server action
add new action button in odoo
url action in odoo
actions in odoo