remove unneeded code
This commit is contained in:
parent
f326b5ead9
commit
dfbd6d04c2
|
|
@ -1,8 +1,5 @@
|
|||
from odoo import models,fields
|
||||
class AccountPayment(models.Model):
|
||||
_inherit = 'account.payment'
|
||||
|
||||
hr_request_pledge = fields.Boolean(string='Pledge', default=False)
|
||||
class AccountPaymentRegister(models.TransientModel):
|
||||
_inherit = 'account.payment.register'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue