[IMP] Dashboard: moved 'Create' button in title of action
[odoo/odoo.git] / addons / purchase / company.py
index 9b4a435..2a01605 100644 (file)
@@ -24,7 +24,6 @@ from osv import osv,fields
 class company(osv.osv):
     _inherit = 'res.company'
     _columns = {
-        'paypal_account': fields.char("Paypal Account", size=128, help="the paypal username (usually email)"),
         'po_lead': fields.float('Purchase Lead Time', required=True,
             help="This is the leads/security time for each purchase order."),
     }