Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
2901 Переглядів
As I can intercept all the create of the system, 
that is to say a module that allows me to do something whenever a creat is executed


Аватар
Відмінити

You could do a module that does not have to play the core of odoo for that, that is, if there is any way to inherit model to affect all the system's create.


Найкраща відповідь

You can also define an automated action for this. Activate developer mode and go to Settings > Technical > Automated Actions (under Automation). You can define an automated action with a Trigger Condition of On Creation for any model in the system. One of the actions that can be performed (Action To Do) is Execute Python Code. This feature comes very handy for simple requirements.

Аватар
Відмінити
Найкраща відповідь

you can intercept all the create at def _create of models.py
https://github.com/odoo/odoo/blob/12.0/odoo/models.py#L3618

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
серп. 24
1349
0
квіт. 24
2088
1
лип. 24
2239
1
бер. 22
4986
1
черв. 21
3349