From 55da1da7f3a9bb2abb14608c26eaa0f3d8675865 Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 08:14:13 +0000 Subject: [PATCH] Tower: upload cetmix_tower_git 16.0.2.0.4 (via marketplace) --- addons/cetmix_tower_git/models/__init__.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 addons/cetmix_tower_git/models/__init__.py diff --git a/addons/cetmix_tower_git/models/__init__.py b/addons/cetmix_tower_git/models/__init__.py new file mode 100644 index 0000000..06e0f96 --- /dev/null +++ b/addons/cetmix_tower_git/models/__init__.py @@ -0,0 +1,15 @@ +# cx_tower_git_project_rel must be the first one in the list +# in order to create the relation table properly +from . import cx_tower_git_project_rel +from . import cx_tower_git_project_file_template_rel +from . import cx_tower_file +from . import cx_tower_file_template +from . import cx_tower_git_project +from . import cx_tower_git_remote +from . import cx_tower_git_repo +from . import cx_tower_git_repo_owner +from . import cx_tower_git_source +from . import cx_tower_server +from . import cetmix_tower +from . import cx_tower_plan_line +from . import cx_tower_command