mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 23:22:52 +00:00
changed old type txt to new type txtt
This commit is contained in:
@@ -1,60 +1,47 @@
|
||||
# DocType, Holiday
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-03-27 14:35:57',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-03-27 14:35:57',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all DocType
|
||||
{
|
||||
'colour': u'White:FFF',
|
||||
'doctype': 'DocType',
|
||||
'istable': 1,
|
||||
'module': u'HR',
|
||||
'name': '__common__',
|
||||
'section_style': u'Simple',
|
||||
'server_code_error': u' ',
|
||||
'show_in_menu': 0,
|
||||
'version': 2
|
||||
},
|
||||
|
||||
# These values are common for all DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'name': '__common__',
|
||||
'parent': u'Holiday',
|
||||
'parentfield': u'fields',
|
||||
'parenttype': u'DocType',
|
||||
'permlevel': 0
|
||||
},
|
||||
|
||||
# DocType, Holiday
|
||||
{
|
||||
'doctype': 'DocType',
|
||||
'name': u'Holiday'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'fieldname': u'description',
|
||||
'fieldtype': u'Small Text',
|
||||
'label': u'Description',
|
||||
'width': u'300px'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'fieldname': u'holiday_date',
|
||||
'fieldtype': u'Date',
|
||||
'label': u'Date',
|
||||
'oldfieldname': u'holiday_date',
|
||||
'oldfieldtype': u'Date'
|
||||
}
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-03-27 14:35:57",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-03-27 14:35:57"
|
||||
},
|
||||
{
|
||||
"section_style": "Simple",
|
||||
"istable": 1,
|
||||
"name": "__common__",
|
||||
"colour": "White:FFF",
|
||||
"module": "HR",
|
||||
"show_in_menu": 0,
|
||||
"version": 2,
|
||||
"server_code_error": " ",
|
||||
"doctype": "DocType"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"parent": "Holiday",
|
||||
"doctype": "DocField",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "fields"
|
||||
},
|
||||
{
|
||||
"name": "Holiday",
|
||||
"doctype": "DocType"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Description",
|
||||
"width": "300px",
|
||||
"fieldname": "description",
|
||||
"fieldtype": "Small Text"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Date",
|
||||
"doctype": "DocField",
|
||||
"label": "Date",
|
||||
"oldfieldname": "holiday_date",
|
||||
"fieldname": "holiday_date",
|
||||
"fieldtype": "Date"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user