bemade-addons/account_credit_hold/models/account_followup.py
2025-05-29 21:35:47 -04:00

8 lines
300 B
Python

from odoo import fields, models, api
class FollowupLine(models.Model):
_inherit = 'account_followup.followup.line'
account_hold = fields.Boolean(string="Place on Credit Hold",
help="Place clients on account hold, restricting confirmation of new orders.")