allow attachments in Task
This commit is contained in:
parent
bda809a1ea
commit
bdaada1080
@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
# These values are common in all dictionaries
|
# These values are common in all dictionaries
|
||||||
{
|
{
|
||||||
u'creation': '2012-08-08 15:39:55',
|
u'creation': '2012-09-18 11:05:48',
|
||||||
u'docstatus': 0,
|
u'docstatus': 0,
|
||||||
u'modified': '2012-09-17 10:58:32',
|
u'modified': '2012-10-29 14:24:55',
|
||||||
u'modified_by': u'Administrator',
|
u'modified_by': u'Administrator',
|
||||||
u'owner': u'Administrator'
|
u'owner': u'Administrator'
|
||||||
},
|
},
|
||||||
@ -13,12 +13,14 @@
|
|||||||
# These values are common for all DocType
|
# These values are common for all DocType
|
||||||
{
|
{
|
||||||
'_last_update': u'1324880734',
|
'_last_update': u'1324880734',
|
||||||
|
'allow_attach': 1,
|
||||||
'allow_trash': 1,
|
'allow_trash': 1,
|
||||||
'autoname': u'TASK.#####',
|
'autoname': u'TASK.#####',
|
||||||
'colour': u'White:FFF',
|
'colour': u'White:FFF',
|
||||||
'default_print_format': u'Standard',
|
'default_print_format': u'Standard',
|
||||||
u'doctype': u'DocType',
|
u'doctype': u'DocType',
|
||||||
'document_type': u'Master',
|
'document_type': u'Master',
|
||||||
|
'max_attachments': 5,
|
||||||
'module': u'Projects',
|
'module': u'Projects',
|
||||||
u'name': u'__common__',
|
u'name': u'__common__',
|
||||||
'section_style': u'Tray',
|
'section_style': u'Tray',
|
||||||
@ -298,6 +300,17 @@
|
|||||||
'oldfieldtype': u'Date'
|
'oldfieldtype': u'Date'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
# DocField
|
||||||
|
{
|
||||||
|
u'doctype': u'DocField',
|
||||||
|
'fieldname': u'file_list',
|
||||||
|
'fieldtype': u'Text',
|
||||||
|
'hidden': 1,
|
||||||
|
'label': u'File List',
|
||||||
|
'no_copy': 1,
|
||||||
|
'print_hide': 1
|
||||||
|
},
|
||||||
|
|
||||||
# DocPerm
|
# DocPerm
|
||||||
{
|
{
|
||||||
'cancel': 1,
|
'cancel': 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user