Glen Whitney dea6a90a1f feat(Accounting Dimension): other apps may have accounting dimension doctypes
Prior to this change, there was simply a single hardcoded list of doctypes
  with accounting dimensions in ERPNext. However, when extending the
  capabilities of ERPNext using an add-on app rather than by modifying
  ERPNext itself, it may well be necessary to create new doctypes in other
  apps that will have accounting dimensions as well.

  So, this PR moves the list of doctypes with accounting dimensions into
  hooks.py so it can be accumulated from multiple apps. It also allows the
  list of doctypes in make_dimension_in_accounting_doctypes be specifiable,
  for more convenient use in the after_install hooks of other apps.
2020-12-03 22:27:44 +00:00
..
2020-11-25 09:11:51 +05:30
2020-11-19 18:40:13 +05:30
2020-10-14 10:29:53 +05:30
2020-11-25 09:11:51 +05:30
2020-12-01 09:11:05 +05:30
2020-12-01 09:33:17 +05:30
2020-11-17 15:34:05 +05:30
2020-12-01 13:50:01 +05:30
2020-09-03 19:45:04 +05:30