コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1608 ビュー

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
3299
2
8月 25
2400
1
7月 25
905
1
8月 25
1151
0
5月 25
1344