fieldname changed in features setup and required patch

This commit is contained in:
Nabin Hait
2011-09-30 20:15:39 +05:30
parent d4694763f6
commit 2ce051284a
3 changed files with 56 additions and 40 deletions

View File

@@ -3,17 +3,18 @@
# These values are common in all dictionaries
{
'creation': '2011-08-25 16:53:56',
'creation': '2011-09-07 11:59:05',
'docstatus': 0,
'modified': '2011-08-31 15:05:53',
'modified': '2011-09-30 19:49:12',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
# These values are common for all DocType
{
'_last_update': '1314783102',
'_last_update': '1317365120',
'colour': 'White:FFF',
'default_print_format': 'Standard',
'doctype': 'DocType',
'issingle': 1,
'module': 'Setup',
@@ -21,7 +22,7 @@
'name_case': 'Title Case',
'section_style': 'Simple',
'show_in_menu': 1,
'version': 16
'version': 19
},
# These values are common for all DocField
@@ -77,7 +78,7 @@
'colour': 'White:FFF',
'description': 'To track item in sales and purchase documents based on their serial nos. This is can also used to track warranty details of the product.',
'doctype': 'DocField',
'fieldname': 'item_searial_nos',
'fieldname': '__item_searial_nos',
'fieldtype': 'Check',
'label': 'Item Serial Nos'
},
@@ -87,7 +88,7 @@
'colour': 'White:FFF',
'description': 'To track items in sales and purchase documents with batch nos<br><b>Preferred Industry: Chemicals etc</b>',
'doctype': 'DocField',
'fieldname': 'item_batch_nos',
'fieldname': '__item_batch_nos',
'fieldtype': 'Check',
'label': 'Item Batch Nos'
},
@@ -97,7 +98,7 @@
'colour': 'White:FFF',
'description': 'To track brand name in the following documents<br>\nDelivery Note, Enuiry, Indent, Item, Purchase Order, Purchase Voucher, Purchaser Receipt, Quotation, Receivable Voucher, Sales BOM, Sales Order, Serial No',
'doctype': 'DocField',
'fieldname': 'brands',
'fieldname': '__brands',
'fieldtype': 'Check',
'label': 'Brands'
},
@@ -113,7 +114,7 @@
'colour': 'White:FFF',
'description': '1. To maintain the customer wise item code and to make them searchable based on their code use this option',
'doctype': 'DocField',
'fieldname': 'item_advanced',
'fieldname': '__item_advanced',
'fieldtype': 'Check',
'label': 'Item Advanced'
},
@@ -123,7 +124,7 @@
'colour': 'White:FFF',
'description': 'If Sale BOM is defined, the actual BOM of the Pack is displayed as table.\nAvailable in Delivery Note and Sales Order',
'doctype': 'DocField',
'fieldname': 'packing_details',
'fieldname': '__packing_details',
'fieldtype': 'Check',
'label': 'Packing Detials'
},
@@ -133,7 +134,7 @@
'colour': 'White:FFF',
'description': 'To get Item Group in details table',
'doctype': 'DocField',
'fieldname': 'item_group_in_details',
'fieldname': '__item_group_in_details',
'fieldtype': 'Check',
'label': 'Item Groups in Details'
},
@@ -150,7 +151,7 @@
'colour': 'White:FFF',
'description': 'All export related fields like currency, conversion rate, export total, export grand total etc are available in <br>\nDelivery Note, POS, Quotation, Sales Invoice, Sales Order etc.',
'doctype': 'DocField',
'fieldname': 'exports',
'fieldname': '__exports',
'fieldtype': 'Check',
'label': 'Exports'
},
@@ -160,7 +161,7 @@
'colour': 'White:FFF',
'description': 'All import related fields like currency, conversion rate, import total, import grand total etc are available in <br>\nPurchase Receipt, Supplier Quotation, Purchase Invoice, Purchase Order etc.',
'doctype': 'DocField',
'fieldname': 'imports',
'fieldname': '__imports',
'fieldtype': 'Check',
'label': 'Imports'
},
@@ -176,7 +177,7 @@
'colour': 'White:FFF',
'description': 'Field available in Delivery Note, Quotation, Receivable Voucher, Sales Order',
'doctype': 'DocField',
'fieldname': 'discounts',
'fieldname': '__discounts',
'fieldtype': 'Check',
'label': 'Discounts'
},
@@ -186,7 +187,7 @@
'colour': 'White:FFF',
'description': 'To track any installation or commissioning related work after sales',
'doctype': 'DocField',
'fieldname': 'after_sales_installations',
'fieldname': '__after_sales_installations',
'fieldtype': 'Check',
'label': 'After Sale Installations'
},
@@ -195,7 +196,7 @@
{
'description': 'Available in \nBill Of Materials, Delivery Note, Payable Voucher, Production Order, Purchase Order, Purchase Receipt, Receivable Voucher, Sales Order, Stock Entry, Timesheet',
'doctype': 'DocField',
'fieldname': 'projects',
'fieldname': '__projects',
'fieldtype': 'Check',
'label': 'Projects'
},
@@ -205,7 +206,7 @@
'colour': 'White:FFF',
'description': 'If you have Sales Team and Sale Partners (Channel Partners) they can be tagged and maintain their contribution in the sales activity',
'doctype': 'DocField',
'fieldname': 'sales_extras',
'fieldname': '__sales_extras',
'fieldtype': 'Check',
'label': 'Sales Extras'
},
@@ -222,7 +223,7 @@
'colour': 'White:FFF',
'description': 'If you involve in manufacturing activity<br>\nEnables item <b>Is Manufactured</b>',
'doctype': 'DocField',
'fieldname': 'manufacturing',
'fieldname': '__manufacturing',
'fieldtype': 'Check',
'label': 'Manufacturing'
},
@@ -238,7 +239,7 @@
'colour': 'White:FFF',
'description': 'If you follow Quality Inspection<br>\nEnables item QA Required and QA No in Purchase Receipt',
'doctype': 'DocField',
'fieldname': 'quality',
'fieldname': '__quality',
'fieldtype': 'Check',
'label': 'Quality'
},
@@ -248,7 +249,7 @@
'colour': 'White:FFF',
'description': 'To enable <b>Point of Sale</b> features',
'doctype': 'DocField',
'fieldname': 'pos',
'fieldname': '__pos',
'fieldtype': 'Check',
'label': 'Point of Sale'
},
@@ -265,7 +266,7 @@
'colour': 'White:FFF',
'description': 'If you have long print formats, this feature can be used to split the page to be printed on multiple pages with all headers and footers on each page',
'doctype': 'DocField',
'fieldname': 'page_break',
'fieldname': '__page_break',
'fieldtype': 'Check',
'label': 'Page Break'
},
@@ -281,8 +282,8 @@
'colour': 'White:FFF',
'description': 'Enables <b>More Info.</b> in all documents',
'doctype': 'DocField',
'fieldname': 'more_info',
'fieldname': '__more_info',
'fieldtype': 'Check',
'label': 'More Info'
}
]
]