Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 1 | erpnext.patches.4_0.update_user_properties |
| 2 | erpnext.patches.4_0.move_warehouse_user_to_restrictions |
Akhilesh Darjee | 57738a0 | 2014-01-03 18:15:07 +0530 | [diff] [blame] | 3 | erpnext.patches.4_0.new_permissions |
| 4 | |
| 5 | execute:webnotes.reload_doc('accounts', 'doctype', 'sales_invoice') # 2014-01-03 |
| 6 | execute:webnotes.reload_doc('selling', 'doctype', 'sales_order') # 2014-01-03 |
| 7 | execute:webnotes.reload_doc('selling', 'doctype', 'quotation') # 2014-01-03 |
| 8 | execute:webnotes.reload_doc('stock', 'doctype', 'delivery_note') # 2014-01-03 |
| 9 | execute:webnotes.reload_doc('accounts', 'Print Format', 'POS Invoice') # 2014-01-03 |
| 10 | execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Classic') # 2014-01-03 |
| 11 | execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Modern') # 2014-01-03 |
| 12 | execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Spartan') # 2014-01-03 |
| 13 | execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Classic') # 2014-01-03 |
| 14 | execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Modern') # 2014-01-03 |
| 15 | execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Spartan') # 2014-01-03 |
| 16 | execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Classic') # 2014-01-03 |
| 17 | execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Modern') # 2014-01-03 |
| 18 | execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Spartan') # 2014-01-03 |
| 19 | execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Classic') # 2014-01-03 |
| 20 | execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Modern') # 2014-01-03 |
| 21 | execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Spartan') # 2014-01-03 |