oca-ocb-accounting/odoo-bringout-oca-ocb-account_payment/account_payment/wizards/res_config_settings.py
Ernad Husremovic 768b70e05e 19.0 vanilla
2026-03-09 09:30:07 +01:00

9 lines
295 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class ResConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
pay_invoices_online = fields.Boolean(config_parameter='account_payment.enable_portal_payment')