Merge branch 'feature/odoo16的代码修改' into develop

This commit is contained in:
jinling.yang
2022-12-26 10:26:01 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,10 @@ _logger = logging.getLogger(__name__)
class AuthenticationError(Exception):
pass
class AuthenticationError(Exception):
pass
class Http(models.AbstractModel):
_inherit = 'ir.http'

View File

@@ -9,5 +9,3 @@ from . import stock