1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/whatsapp_website_sale/models/res_config_settings.py
2024-12-10 09:04:09 +07:00

10 lines
296 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models, fields
class ResConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
wa_sale_template_id = fields.Many2one(related="website_id.wa_sale_template_id", readonly=False)