seitime-frappe/frappe/custom/doctype
Ankush Menat d0ba31c911
refactor!: Prefix all custom fieldnames created from Desk (#21355)
* fix: actualy remove special characterso

`or "_"` is always truthy, this code didn't do anything

* refactor!: Prefix all custom fieldnames created from Desk

 Why?
 - Custom and standard field clashes are frequent. This will prevent it
   from happening. E.g. recent `incoterm` field addition in ERPNext.
 - Apps/fixtures can still specify exact fieldnames

* test: custom field naming
2023-06-19 18:22:36 +05:30
..
client_script test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
custom_field refactor!: Prefix all custom fieldnames created from Desk (#21355) 2023-06-19 18:22:36 +05:30
customize_form refactor!: Prefix all custom fieldnames created from Desk (#21355) 2023-06-19 18:22:36 +05:30
customize_form_field feat: enable "Sort Options" for Type field 2023-06-08 19:08:55 +02:00
doctype_layout fix: restrict DocType layout permissions (#20028) 2023-02-14 17:55:12 +05:30
doctype_layout_field refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
property_setter fix: clear cache on delete of prop setters 2023-04-19 17:17:27 +05:30
__init__.py [refactor] custom 2014-09-29 12:21:11 +05:30