removed custom modules and doctypes
This commit is contained in:
parent
6fda96983b
commit
77cb64ce34
@ -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) {
|
||||
|
||||
// },
|
||||
// });
|
@ -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": []
|
||||
}
|
@ -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
|
@ -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
|
@ -18,4 +18,4 @@ Communication
|
||||
Telephony
|
||||
Bulk Transaction
|
||||
Subcontracting
|
||||
Master Branch Module
|
||||
Programming Module
|
Loading…
x
Reference in New Issue
Block a user