mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
ported test data and test purchase receipt from aii
This commit is contained in:
27
tests/data/item_group/tablets.txt
Normal file
27
tests/data/item_group/tablets.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
# Item Group, Tablets
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
u'creation': '2012-08-07 09:55:42',
|
||||
u'docstatus': 0,
|
||||
u'modified': '2012-08-07 09:55:42',
|
||||
u'modified_by': u'Administrator',
|
||||
u'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Item Group
|
||||
{
|
||||
u'doctype': 'Item Group',
|
||||
'is_group': u'Yes',
|
||||
'item_group_name': u'Tablets',
|
||||
u'name': u'__common__',
|
||||
'parent_item_group': u'All Item Groups'
|
||||
},
|
||||
|
||||
# Item Group, Tablets
|
||||
{
|
||||
u'doctype': 'Item Group',
|
||||
u'name': u'Tablets'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user