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

12 lines
336 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import models
from . import wizard
from . import tools
def pre_init_hook(env):
view = env.ref("account_edi_ubl_cii.account_move_send_form")
if "ubl_partner_warning" not in view.arch:
view.reset_arch(mode='hard')