Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Compute and Onchange after create

by
Disashop, Fernando La Chica
- 04/08/2023 16:24:54
I am building an API in Odoo 16.0. As we know, there are fields that can be computed (compute) and others that change their value (onchange) depending on the change in another one. Well, what I need to know is if there is a standard way for after creating the object ("model.create") to launch all these computations without having to worry about calling these methods

Follow-Ups