Change CI to GitHub actions

Use copier template from oca/oca-addons-repo-template

Apply linting
This commit is contained in:
Yannick Payot
2023-05-24 18:22:55 +02:00
parent 05d111f7c1
commit d17d229b13
86 changed files with 1441 additions and 634 deletions
-1
View File
@@ -1,2 +1 @@
from . import models
+1 -1
View File
@@ -9,7 +9,7 @@
"license": "AGPL-3",
"category": "category",
"depends": ["base", "web"],
"website": "http://www.camptocamp.com",
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"installable": False,
}
@@ -1,2 +1 @@
from . import ir_http
@@ -9,7 +9,6 @@ from odoo import models
from odoo.http import request as http_request
from odoo.tools.config import config
_logger = logging.getLogger("monitoring.http.requests")