bemade-addons/account_credit_hold/models/account_followup.py
2024-01-08 09:31:39 -05: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.")