mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-18 02:55:20 +00:00
rename dt second cut
This commit is contained in:
@@ -3,45 +3,45 @@
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2010-09-01 15:47:59',
|
||||
'creation': '2010-09-20 12:33:34',
|
||||
'docstatus': 0,
|
||||
'modified': '2011-09-15 15:04:42',
|
||||
'modified_by': 'Administrator',
|
||||
'owner': 'ashwini@webnotestech.com'
|
||||
'modified': '2012-03-30 13:33:31',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'ashwini@webnotestech.com'
|
||||
},
|
||||
|
||||
# These values are common for all Table Mapper Detail
|
||||
{
|
||||
'doctype': 'Table Mapper Detail',
|
||||
'from_field': 'kra_sheet',
|
||||
'from_table': 'Appraisal Template Goal',
|
||||
'doctype': u'Table Mapper Detail',
|
||||
'from_field': u'kra_sheet',
|
||||
'from_table': u'Appraisal Template Goal',
|
||||
'match_id': 0,
|
||||
'name': '__common__',
|
||||
'parent': 'Appraisal Template-Appraisal',
|
||||
'parentfield': 'table_mapper_details',
|
||||
'parenttype': 'DocType Mapper',
|
||||
'to_field': 'appraisal_details',
|
||||
'to_table': 'Appraisal Goal',
|
||||
'validation_logic': 'name is not Null'
|
||||
'parent': u'Appraisal Template-Appraisal',
|
||||
'parentfield': u'table_mapper_details',
|
||||
'parenttype': u'DocType Mapper',
|
||||
'to_field': u'appraisal_details',
|
||||
'to_table': u'Appraisal Goal',
|
||||
'validation_logic': u'name is not Null'
|
||||
},
|
||||
|
||||
# These values are common for all DocType Mapper
|
||||
{
|
||||
'doctype': 'DocType Mapper',
|
||||
'from_doctype': 'Appraisal Template',
|
||||
'module': 'HR',
|
||||
'from_doctype': u'Appraisal Template',
|
||||
'module': u'HR',
|
||||
'name': '__common__',
|
||||
'to_doctype': 'Appraisal'
|
||||
'to_doctype': u'Appraisal'
|
||||
},
|
||||
|
||||
# DocType Mapper, Appraisal Template-Appraisal
|
||||
{
|
||||
'doctype': 'DocType Mapper',
|
||||
'name': 'Appraisal Template-Appraisal'
|
||||
'name': u'Appraisal Template-Appraisal'
|
||||
},
|
||||
|
||||
# Table Mapper Detail
|
||||
{
|
||||
'doctype': 'Table Mapper Detail'
|
||||
'doctype': u'Table Mapper Detail'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user