seitime-frappe/frappe/core
Ankush 257723cb0a
feat: PythonExpression and Python option with syntax validation for Code field types (#13707)
* feat: `PythonExpression` and `Python` options for `Code` fields

* fix: check python expressions in assignment rule

* fix: replace server script syntax validation

* fix: validate condition in workflow transition

Add PythonExpression in Options.
2021-08-06 04:10:09 +00:00
..
doctype feat: PythonExpression and Python option with syntax validation for Code field types (#13707) 2021-08-06 04:10:09 +00:00
page Merge pull request #13746 from leela/rq-auth 2021-07-30 09:07:31 +05:30
report chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
web_form chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
workspace fix: delete permission not working 2021-04-01 16:05:59 +05:30
__init__.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
notifications.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.