Skip to Content
Menu

AHDA Automation Method Trigger

by
Odoo
In-App Purchases
v 17.0 Third Party
Download for v 17.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 136
Technical Name ahda_base_automation_method
LicenseLGPL-3
You bought this module and need support? Click here!

AHDA Automation Method Trigger

Extends Odoo's Automated Actions with "On Method Call" trigger, allowing you to execute actions before or after any model method is called.

Key Features

  • •Trigger automated actions on any model method call
  • •Execute actions "Before Method" or "After Method"
  • •Access method arguments and return values in your actions
  • •Real argument names displayed instead of generic *args, **kwargs
  • •Method signature information with documentation

How to Use

  1. Go to Settings → Technical → Automation → Automated Actions
  2. Create a new automated action
  3. Set the trigger to "On Method Call"
  4. Choose your target model and method name
  5. Select execution point: "Before Method" or "After Method"
  6. Define your action (create record, send email, execute code, etc.)

Available Context Variables

When using "On Method Call" trigger, these additional variables are available in your action context:

  • method_args: List of method arguments passed to the method
  • method_result: Return value of the method (only available in "After Method")

Use Cases

  • Logging: Track when specific methods are called on records
  • Notifications: Send alerts when critical operations occur
  • Data Synchronization: Trigger sync processes after data changes
  • Auditing: Record method calls with their arguments for compliance
  • Workflow Integration: Chain method calls across different modules
  • Performance Monitoring: Track execution of specific operations

Examples

Example 1: Log Sale Order Confirmations

• Model: sale.order

• Method: action_confirm

• Execution: After Method → Create log entry with sale order details

Example 2: Validate Data Before Save

• Model: res.partner

• Method: write

• Execution: Before Method → Execute validation code

Technical Notes

  • Works with any Odoo model method
  • Preserves method signature information for better debugging
  • Automatically rebuilds method overrides on module updates
  • Compatible with inheritance and method overriding
Contact Us:
AHDA Tech Solution
Odoo Consultation, Customization, and Implementation
ahdasolution@gmail.com
Jakarta, Indonesia

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.