1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/account_avatax/wizard/avatax_connection_test_result.py
2024-12-10 09:04:09 +07:00

11 lines
344 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models, fields
class AvataxConnectionTestResult(models.TransientModel):
_name = "avatax.connection.test.result"
_description = 'Test connection with avatax'
server_response = fields.Html(string='Server Response')