remove unneeded code

This commit is contained in:
ronozoro 2024-09-28 14:38:54 -07:00
parent f326b5ead9
commit dfbd6d04c2
No known key found for this signature in database
GPG Key ID: 7C2BDED35C62C0F3
1 changed files with 0 additions and 3 deletions

View File

@ -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'