# [14.13.0](https://github.com/frappe/frappe/compare/v14.12.0...v14.13.0) (2022-10-25) ### Bug Fixes * consider now datetime if the default value is now for datetime field ([version-14b42013c
](b42013c539
)) * delete custom tables when doctype is deleted ([#18433](https://github.com/frappe/frappe/issues/18433)) ([#18471](https://github.com/frappe/frappe/issues/18471)) ([cb4d825
](cb4d825c56
)) * dont db_set on unsaved document ([798206c
](798206c3b3
)) * **frappe.client:** delete child doc via parent ([8806eae
](8806eae1b2
)) * google calendar sync times (system tz) ([#18458](https://github.com/frappe/frappe/issues/18458)) ([#18459](https://github.com/frappe/frappe/issues/18459)) ([871415a
](871415a45f
)) * Improve Translation on To Do list view ([#18484](https://github.com/frappe/frappe/issues/18484)) ([ddec3e0
](ddec3e0e17
)) * map view doesnt open ([#18487](https://github.com/frappe/frappe/issues/18487)) ([ed54235
](ed5423517d
)) * **minor:** consider lowercase value for comparision in set_formatted_input for datetime field ([a190830
](a190830281
)) * only execute generator if value is not found in redis cache ([#18472](https://github.com/frappe/frappe/issues/18472)) ([#18479](https://github.com/frappe/frappe/issues/18479)) ([342edb7
](342edb76bf
)) * raise error if child doc not found ([0dcf5e6
](0dcf5e6a54
)) * validate website settings ([#18446](https://github.com/frappe/frappe/issues/18446)) ([#18469](https://github.com/frappe/frappe/issues/18469)) ([9e29a94
](9e29a944d7
)) ### Features * configurable default views ([#18409](https://github.com/frappe/frappe/issues/18409)) ([#18434](https://github.com/frappe/frappe/issues/18434)) ([5c0bb7e
](5c0bb7ec78
)) * db storage usage report ([#18464](https://github.com/frappe/frappe/issues/18464)) ([#18467](https://github.com/frappe/frappe/issues/18467)) ([7cfe2d2
](7cfe2d2f59
)) * meaningful report pdf name ([#18422](https://github.com/frappe/frappe/issues/18422)) ([#18480](https://github.com/frappe/frappe/issues/18480)) ([f650150
](f650150345
))