Remove 'done' state on payment orders

This commit is contained in:
Alexis de Lattre
2016-05-08 14:38:48 +02:00
committed by Enric Tobella
parent cedc216e7b
commit e7f86a4206

View File

@@ -9,6 +9,7 @@ from openerp import models, fields, api
class ResPartner(models.Model):
_inherit = 'res.partner'
# v8 fields : same without the _id suffix
supplier_payment_mode_id = fields.Many2one(
'account.payment.mode', string='Supplier Payment Mode',
company_dependent=True,