diff --git a/addons/cetmix_tower_git/README.rst b/addons/cetmix_tower_git/README.rst new file mode 100644 index 0000000..2d256b9 --- /dev/null +++ b/addons/cetmix_tower_git/README.rst @@ -0,0 +1,137 @@ +================ +Cetmix Tower Git +================ + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:d670bc1d39970be6cf2add2c082166db8a21d7b2df9827fc6ce2f0a260161e6a + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-cetmix%2Fcetmix--tower-lightgray.png?logo=github + :target: https://github.com/cetmix/cetmix-tower/tree/16.0/cetmix_tower_git + :alt: cetmix/cetmix-tower + +|badge1| |badge2| |badge3| + +This module implements Git Management functionality for `Cetmix +Tower `__. + +Please refer to the `official +documentation `__ for detailed information. + +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +Please refer to the `official +documentation `__ for detailed configuration +instructions. + +Usage +===== + +Please refer to the `official +documentation `__ for detailed usage +instructions. + +Changelog +========= + +16.0.2.0.4 (2026-02-14) +----------------------- + +- Bugfixes: Link server to git project only once. (5214) + +16.0.2.0.3 (2026-01-11) +----------------------- + +- Features: Provide git project name using the ``__git_project__`` + custom value when creating a project in flight plan. Improve the UI + and UX of Git Projects. (5197) + +16.0.2.0.1 (2025-12-11) +----------------------- + +- Features: Improve search views, implement the search panel for + selected views. (5139) + +16.0.2.0.0 (2025-10-27) +----------------------- + +- Features: Major refactoring: implement Git repository entity. (4914) + +16.0.1.0.6 (2025-08-18) +----------------------- + +- Features: Link or copy a git project when uploading the linked file + using command (4759) + +16.0.1.0.5 (2025-08-17) +----------------------- + +- Features: Search servers by git reference (4838) + +16.0.1.0.4 (2025-07-29) +----------------------- + +- Features: Export related commands and flight plans together with + server (4849) + +16.0.1.0.3 (2025-05-23) +----------------------- + +- Bugfixes: Duplicated file is created when importing a YAML file with a + git project. (4715) + +16.0.1.0.2 (2025-05-16) +----------------------- + +- Features: Record references for git relations. (4670) + +16.0.1.0.1 (2025-05-09) +----------------------- + +- Bugfixes: Non-critical issues and performance improvements. (4663) + +16.0.1.0.0 +---------- + +Release for Odoo 16.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Cetmix + +Maintainers +----------- + +This module is part of the `cetmix/cetmix-tower `_ project on GitHub. + +You are welcome to contribute.