From 77cb64ce34998761a3609cd42adc72629c2d07b0 Mon Sep 17 00:00:00 2001 From: Landry Date: Thu, 30 May 2024 11:59:50 +0000 Subject: [PATCH] removed custom modules and doctypes --- .../doctype/master_branch_doctype/__init__.py | 0 .../master_branch_doctype.js | 8 ---- .../master_branch_doctype.json | 41 ------------------- .../master_branch_doctype.py | 19 --------- .../test_master_branch_doctype.py | 9 ---- erpnext/modules.txt | 2 +- 6 files changed, 1 insertion(+), 78 deletions(-) delete mode 100644 erpnext/master_branch_module/doctype/master_branch_doctype/__init__.py delete mode 100644 erpnext/master_branch_module/doctype/master_branch_doctype/master_branch_doctype.js delete mode 100644 erpnext/master_branch_module/doctype/master_branch_doctype/master_branch_doctype.json delete mode 100644 erpnext/master_branch_module/doctype/master_branch_doctype/master_branch_doctype.py delete mode 100644 erpnext/master_branch_module/doctype/master_branch_doctype/test_master_branch_doctype.py diff --git a/erpnext/master_branch_module/doctype/master_branch_doctype/__init__.py b/erpnext/master_branch_module/doctype/master_branch_doctype/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/erpnext/master_branch_module/doctype/master_branch_doctype/master_branch_doctype.js b/erpnext/master_branch_module/doctype/master_branch_doctype/master_branch_doctype.js deleted file mode 100644 index c0d425a7da..0000000000 --- a/erpnext/master_branch_module/doctype/master_branch_doctype/master_branch_doctype.js +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) 2024, Frappe Technologies Pvt. Ltd. and contributors -// For license information, please see license.txt - -// frappe.ui.form.on("Master Branch Doctype", { -// refresh(frm) { - -// }, -// }); diff --git a/erpnext/master_branch_module/doctype/master_branch_doctype/master_branch_doctype.json b/erpnext/master_branch_module/doctype/master_branch_doctype/master_branch_doctype.json deleted file mode 100644 index 64272c3e82..0000000000 --- a/erpnext/master_branch_module/doctype/master_branch_doctype/master_branch_doctype.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "actions": [], - "allow_rename": 1, - "creation": "2024-05-22 05:06:27.536438", - "doctype": "DocType", - "engine": "InnoDB", - "field_order": [ - "custom_name" - ], - "fields": [ - { - "fieldname": "custom_name", - "fieldtype": "Data", - "label": "Name" - } - ], - "index_web_pages_for_search": 1, - "links": [], - "modified": "2024-05-22 05:06:47.486113", - "modified_by": "Administrator", - "module": "Master Branch Module", - "name": "Master Branch Doctype", - "owner": "Administrator", - "permissions": [ - { - "create": 1, - "delete": 1, - "email": 1, - "export": 1, - "print": 1, - "read": 1, - "report": 1, - "role": "System Manager", - "share": 1, - "write": 1 - } - ], - "sort_field": "modified", - "sort_order": "DESC", - "states": [] -} \ No newline at end of file diff --git a/erpnext/master_branch_module/doctype/master_branch_doctype/master_branch_doctype.py b/erpnext/master_branch_module/doctype/master_branch_doctype/master_branch_doctype.py deleted file mode 100644 index d46663cf6b..0000000000 --- a/erpnext/master_branch_module/doctype/master_branch_doctype/master_branch_doctype.py +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright (c) 2024, Frappe Technologies Pvt. Ltd. and contributors -# For license information, please see license.txt - -# import frappe -from frappe.model.document import Document - - -class MasterBranchDoctype(Document): - # begin: auto-generated types - # This code is auto-generated. Do not modify anything in this block. - - from typing import TYPE_CHECKING - - if TYPE_CHECKING: - from frappe.types import DF - - custom_name: DF.Data | None - # end: auto-generated types - pass diff --git a/erpnext/master_branch_module/doctype/master_branch_doctype/test_master_branch_doctype.py b/erpnext/master_branch_module/doctype/master_branch_doctype/test_master_branch_doctype.py deleted file mode 100644 index bf0dc44f47..0000000000 --- a/erpnext/master_branch_module/doctype/master_branch_doctype/test_master_branch_doctype.py +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright (c) 2024, Frappe Technologies Pvt. Ltd. and Contributors -# See license.txt - -# import frappe -from frappe.tests.utils import FrappeTestCase - - -class TestMasterBranchDoctype(FrappeTestCase): - pass diff --git a/erpnext/modules.txt b/erpnext/modules.txt index 4647490ca7..921f387321 100644 --- a/erpnext/modules.txt +++ b/erpnext/modules.txt @@ -18,4 +18,4 @@ Communication Telephony Bulk Transaction Subcontracting -Master Branch Module \ No newline at end of file +Programming Module \ No newline at end of file