#ERPNextTips
while migrating from V13 to v14 , an error on report ". Change
hooks.py like shown below
------
env = {
“methods”: [ “mymethond: custom_app.directory.file.method”, ]
}
-----
version-14:
jinja = {
“methods”: [
“custom_app.directory.file.method”,
]
}