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

11 lines
221 B
Python

# -*- coding: utf-8 -*-
from odoo import models
class AccountPayment(models.Model):
_inherit = "account.payment"
def _get_whatsapp_safe_fields(self):
return {'partner_id.mobile', 'currency_id.symbol'}