2012-01-02 16:25:05 +05:30
|
|
|
patch_list = [
|
2012-01-09 16:55:30 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'stable_branch_shift_09_01_12',
|
|
|
|
'description': 'Various Reloads for shifting branch from master to stable'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'print_hide_totals',
|
|
|
|
'description': 'Uncheck print_hide for RV, SO, DN and Quotation'
|
2012-01-10 16:56:01 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'rename_doctype_indent',
|
|
|
|
'description': 'Add DocType Label: Indent to Purchase Requisition'
|
2012-01-11 16:44:07 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'production_cleanup',
|
|
|
|
'description': 'Major changes in production module, almost rewrited the entire code'
|
2012-01-12 12:55:29 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'jan_production_patches',
|
|
|
|
'description': 'Fixes after Major changes in production module'
|
2012-01-19 12:35:54 +05:30
|
|
|
},
|
2012-01-19 12:32:15 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'allocated_to_profile',
|
|
|
|
'description': """Change Options to "Profile" for fieldname "allocated_to"
|
|
|
|
as this is giving improper values in Permission Engine"""
|
2012-01-19 14:26:25 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'remove_get_tds_button',
|
|
|
|
'description': "Remove One Get TDS button, which is appearing twice in JV"
|
|
|
|
},
|
2012-01-23 18:32:20 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
2012-01-24 10:55:04 +05:30
|
|
|
'patch_file': 'customer_address_contact_patch',
|
2012-01-23 18:32:20 +05:30
|
|
|
'description': "Install Customer Address Contact report and run patches regarding primary address and contact"
|
|
|
|
},
|
2012-01-25 17:15:46 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'doclabel_in_doclayer',
|
|
|
|
'description': "Show DocType Labels instead of DocType names in Customize Form View"
|
|
|
|
},
|
2012-01-02 16:25:05 +05:30
|
|
|
]
|