diff --git a/erpnext/buying/DocType Label/Indent/Indent.txt b/erpnext/buying/DocType Label/Indent/Indent.txt new file mode 100644 index 0000000000..4ff4724994 --- /dev/null +++ b/erpnext/buying/DocType Label/Indent/Indent.txt @@ -0,0 +1,26 @@ +# DocType Label, Indent +[ + + # These values are common in all dictionaries + { + 'creation': '2012-01-10 15:33:53', + 'docstatus': 0, + 'modified': '2012-01-10 15:33:53', + 'modified_by': 'Administrator', + 'owner': 'Administrator' + }, + + # These values are common for all DocType Label + { + 'doctype': 'DocType Label', + 'dt': 'Indent', + 'dt_label': 'Purchase Requisition', + 'name': '__common__' + }, + + # DocType Label, Indent + { + 'doctype': 'DocType Label', + 'name': 'Indent' + } +] \ No newline at end of file