* feat: Track Semi-finished goods (including subcontracted items) against Job Cards * feat: option to add raw materials manually against operation
6 lines
102 B
Python
6 lines
102 B
Python
from erpnext.setup.install import make_default_operations
|
|
|
|
|
|
def execute():
|
|
make_default_operations()
|