mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Remove 'done' state on payment orders
This commit is contained in:
committed by
Enric Tobella
parent
cedc216e7b
commit
e7f86a4206
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user