From 1fdad0ee3147728bbbe125bd0138b12520e88041 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Tue, 20 Jul 2021 20:00:41 -0400 Subject: [PATCH] [FIX] config: remove image_db from configuration path - Add format code in release --- doc/RELEASE.md | 4 ++++ script/git_tool.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/RELEASE.md b/doc/RELEASE.md index e14578c..0019caa 100644 --- a/doc/RELEASE.md +++ b/doc/RELEASE.md @@ -28,6 +28,10 @@ And update all from dev to merge into prod. - Check if [manifest/default.dev.xml](../manifest/default.dev.xml) is ready for production. - Run test with `make test` +### Format code + +Run `make format` to format all code. + ### Update image_db Run `make image_db_create_all` to generate database images in directory `./image_db`. diff --git a/script/git_tool.py b/script/git_tool.py index 296e25d..e43045a 100644 --- a/script/git_tool.py +++ b/script/git_tool.py @@ -394,7 +394,7 @@ class GitTool: if ( "addons/OCA_web" == repo.get("path") or "odoo" == repo.get("path") - or "ERPLibre_image_db" == repo.get("path") + or "image_db" == repo.get("path") ): continue str_repo = (