From 0b858942df734c4d1de3330783007fbc1be133ec Mon Sep 17 00:00:00 2001 From: Vehiana Tepuhiarii Date: Tue, 24 Dec 2024 08:40:08 -1000 Subject: [PATCH] [IMP] Improve crm_tag_team module --- crm_tag_team/.gitignore | 56 ------------------------------ crm_tag_team/__manifest__.py | 2 +- crm_tag_team/readme/DESCRIPTION.md | 2 +- 3 files changed, 2 insertions(+), 58 deletions(-) delete mode 100644 crm_tag_team/.gitignore diff --git a/crm_tag_team/.gitignore b/crm_tag_team/.gitignore deleted file mode 100644 index 890ff010945..00000000000 --- a/crm_tag_team/.gitignore +++ /dev/null @@ -1,56 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -bin/ -build/ -develop-eggs/ -dist/ -eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.cache -nosetests.xml -coverage.xml - -# Translations -*.mo - -# Pycharm -.idea - -# Mr Developer -.mr.developer.cfg -.project -.pydevproject - -# Rope -.ropeproject - -# Sphinx documentation -docs/_build/ - -# Backup files -*~ -*.swp diff --git a/crm_tag_team/__manifest__.py b/crm_tag_team/__manifest__.py index fdac81349c0..6859e7ba88f 100644 --- a/crm_tag_team/__manifest__.py +++ b/crm_tag_team/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "CRM Tags Sales Team", - "summary": "This module adds a filter by sales_team for crm_tags", + "summary": "This module allows crm tags to be assigned to sales teams.", "author": "INVITU, Odoo Community Association (OCA)", "website": "https://github.com/OCA/crm", "version": "17.0.1.0.0", diff --git a/crm_tag_team/readme/DESCRIPTION.md b/crm_tag_team/readme/DESCRIPTION.md index 299c8537969..4610cc22000 100644 --- a/crm_tag_team/readme/DESCRIPTION.md +++ b/crm_tag_team/readme/DESCRIPTION.md @@ -1 +1 @@ -This module allows assigning crm_tags to sales_team, making it easier to filter CRM leads. +This module allows assigning crm tags to sales teams, making them filtered in CRM leads.