Skip to content

Commit

Permalink
feat: create Incoterm records after install
Browse files Browse the repository at this point in the history
(cherry picked from commit ce83f02)
  • Loading branch information
barredterra authored and mergify[bot] committed Nov 27, 2022
1 parent 014896a commit 93e029d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions erpnext/setup/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

from erpnext.accounts.doctype.cash_flow_mapper.default_cash_flow_mapper import DEFAULT_MAPPERS
from erpnext.setup.default_energy_point_rules import get_default_energy_point_rules
from erpnext.setup.doctype.incoterm.incoterm import create_incoterms

from .default_success_action import get_default_success_action

Expand All @@ -25,6 +26,7 @@ def after_install():
create_default_cash_flow_mapper_templates()
create_default_success_action()
create_default_energy_point_rules()
create_incoterms()
add_company_to_session_defaults()
add_standard_navbar_items()
add_app_name()
Expand Down

0 comments on commit 93e029d

Please sign in to comment.