AttributeError: 'mymoduleperso' object has no attribute 'myfunctinperso'
while evaluating
'model.myfunctionperso()'
I did a custom module all work and I did a cron.xml in order to do a scheduled task why this writte this ?
th
AttributeError: 'mymoduleperso' object has no attribute 'myfunctinperso'
while evaluating
'model.myfunctionperso()'
I did a custom module all work and I did a cron.xml in order to do a scheduled task why this writte this ?
th
Hi
If you are sure that the method or function 'myfunctinperso' should exist in the 'mymoduleperso' class, it's possible that it hasn't been defined or is defined in a different part of the code. Check the implementation of 'mymoduleperso' to ensure that the 'myfunctinperso' method or function is present.
Hope it helps
| 相关帖文 | 回复 | 查看 | 活动 | |
|---|---|---|---|---|
|
2
7月 23
|
4646 | |||
|
2
3月 26
|
738 | |||
|
6
3月 26
|
22054 | |||
|
0
3月 26
|
97 | |||
|
0
2月 26
|
227 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.