[FIX] Sale : Removed unused code

lp bug: https://launchpad.net/bugs/393756 fixed

bzr revid: jvo@tinyerp.com-20090630092538-h4e36r7jm431ae6i
This commit is contained in:
Dukai Gabor,VRA(OpenERP) 2009-06-30 14:55:38 +05:30 committed by Jay (Open ERP)
parent c4ccdc35e9
commit d607c67f60
1 changed files with 0 additions and 9 deletions

View File

@ -998,15 +998,6 @@ class sale_order_line(osv.osv):
sale_order_line()
_policy_form = '''<?xml version="1.0"?>
<form string="Select Bank Account">
<field name="picking_policy" colspan="4"/>
</form>'''
_policy_fields = {
'picking_policy': {'string': 'Packing Policy', 'type': 'selection','selection': [('direct','Direct Delivery'),('one','All at once')],'required': True,}
}
class sale_config_picking_policy(osv.osv_memory):
_name='sale.config.picking_policy'
_columns = {