brotherton-erpnext/erpnext/demo/domains.py
Neil Trini Lasrado 067245933e Fixed Demo
2016-08-25 18:31:42 +05:30

19 lines
341 B
Python

from __future__ import unicode_literals
data = {
'Manufacturing': {
'company_name': 'Wind Power LLC'
},
'Retail': {
'company_name': 'Annapurna Dairy Shop',
},
'Distribution': {
'company_name': 'Soltice Hardware',
},
'Services': {
'company_name': 'Acme Consulting'
},
'Education': {
'company_name': 'Whitmore College'
}
}