Filter
Exclude
Time range
-
Near
22 Jun 2023
#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”, ] }

3
92
19 Apr 2022
#ERPNextTips “Is Standard” field’s name was awful. It feels like a trap, as it definitely does not indicate whether a report is “standard” or not. Great if this field has more-accurate labels: Defined in MySQL Database ( Is standard - NO) Defined in Files ( Is standard -YES)
1
2
23 Nov 2021
#ERPNextTips To upgrade bench itself pip3 install --upgrade frappe-bench
2