refactor: workstation operating component

This commit is contained in:
Rohit Waghchaure
2025-08-18 12:01:49 +05:30
parent d656e02441
commit 7cd0db219a
24 changed files with 598 additions and 155 deletions

View File

@@ -294,6 +294,10 @@ def install(country=None):
{"doctype": "Market Segment", "market_segment": _("Upper Income")},
# Warehouse Type
{"doctype": "Warehouse Type", "name": "Transit"},
{"doctype": "Workstation Operating Component", "component_name": _("Electricity")},
{"doctype": "Workstation Operating Component", "component_name": _("Consumables")},
{"doctype": "Workstation Operating Component", "component_name": _("Rent")},
{"doctype": "Workstation Operating Component", "component_name": _("Wages")},
]
for doctype, title_field, filename in (