Files
erpnext/erpnext/patches/v16_0/create_company_custom_fields.py
2025-10-07 11:58:19 +02:00

7 lines
180 B
Python

from erpnext.setup.install import create_custom_company_links
def execute():
"""Add link fields to Company in Email Account and Communication."""
create_custom_company_links()