frappe / frappe

Low code web framework for real world applications, in Python and Javascript
https://frappeframework.com
MIT License
7.02k stars 3.35k forks source link

override_doctype_class not working for Employee Doctype in version-14 #17912

Closed iamejaaz closed 2 years ago

iamejaaz commented 2 years ago

Description of the issue

image

Context information (for bug reports)

Output of bench version

erpnext 14.0.1
frappe 14.4.0
hrms 0.0.1
payments 0.0.1
ankush commented 2 years ago

This isn't a bug, two apps can't override same python controller.

generic version of this issue: https://github.com/frappe/frappe/issues/17762