update customize

This commit is contained in:
ivan deng
2021-10-08 01:15:45 +08:00
parent 2d503b8c79
commit f642e8c93e
11 changed files with 245 additions and 92 deletions

View File

@@ -3,6 +3,7 @@
import logging
from odoo import api, fields, models, _
from odoo.exceptions import UserError, ValidationError
_logger = logging.getLogger(__name__)