Skip to content

Release v6.3.0

Compare
Choose a tag to compare
@anandpdoshi anandpdoshi released this 17 Sep 09:59
· 38520 commits to develop since this release
  • [change-log]
  • [translations]
  • Added CC in Communication to manually specify whom to notify. frappe/erpnext#3697
  • [fix] add fetch for read.only in child table too
  • [cleanup] build_filter_conditions and [fix] replace % with %% in condition to prevent python format string error
  • [fix] edge case for get_linked_document_type
  • [fix] Add communication into timeline in realtime
  • [fix] Show messages in realtime in the messages page
  • [fix] Use User Permission value as default only if the document type is Setup
  • [minor] fix sitemap
  • Don't copy title field in Duplicate
  • [fix] if no background image, do not preload
  • [fix] allowed jinja functions
  • [fixes] font-awesome in print format, custom css, empty sections removed from print formats
  • [celery] cleanup and made monitor optional and real time in data import
  • [enhancement] add celery task to Async Task for logs, tracking