Skip to content

Commit

Permalink
[IMP] project_task_subtask: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Medetw authored and Medeeet committed Nov 7, 2024
1 parent 278bf58 commit 32dff06
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 320 deletions.
6 changes: 3 additions & 3 deletions project_task_subtask/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Project Task Checklist
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-it--projects--llc%2Fmisc--addons-lightgray.png?logo=github
:target: https://github.com/it-projects-llc/misc-addons/tree/15.0/project_task_subtask
:target: https://github.com/it-projects-llc/misc-addons/tree/17.0/project_task_subtask
:alt: it-projects-llc/misc-addons

|badge1| |badge2| |badge3|
Expand Down Expand Up @@ -85,7 +85,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/it-projects-llc/misc-addons/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 <https://github.com/it-projects-llc/misc-addons/issues/new?body=module:%20project_task_subtask%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/it-projects-llc/misc-addons/issues/new?body=module:%20project_task_subtask%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Expand Down Expand Up @@ -115,6 +115,6 @@ Contributors
Maintainers
-----------

This module is part of the `it-projects-llc/misc-addons <https://github.com/it-projects-llc/misc-addons/tree/15.0/project_task_subtask>`_ project on GitHub.
This module is part of the `it-projects-llc/misc-addons <https://github.com/it-projects-llc/misc-addons/tree/17.0/project_task_subtask>`_ project on GitHub.

You are welcome to contribute.
4 changes: 1 addition & 3 deletions project_task_subtask/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"summary": """Use checklist to be ensure that all your tasks are performed and to make easy control over them""", # noqa: B950
"category": """Project Management""",
"images": ["images/checklist_main.png"],
"version": "15.0.1.0.0",
"version": "17.0.1.0.0",
"author": "IT-Projects LLC",
"support": "[email protected]",
"website": "https://github.com/it-projects-llc/misc-addons",
Expand All @@ -17,8 +17,6 @@
"assets": {
"web.assets_backend": [
"/project_task_subtask/static/src/css/kanban_styles.css",
"/project_task_subtask/static/src/js/one2many_renderer.js",
"/project_task_subtask/static/src/js/tours/tour.js",
],
"web.assets_qweb": [
"/project_task_subtask/static/src/xml/templates.xml",
Expand Down
3 changes: 3 additions & 0 deletions project_task_subtask/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
219 changes: 0 additions & 219 deletions project_task_subtask/static/src/js/one2many_renderer.js

This file was deleted.

60 changes: 0 additions & 60 deletions project_task_subtask/static/src/js/tours/tour.js

This file was deleted.

23 changes: 0 additions & 23 deletions project_task_subtask/static/src/xml/templates.xml

This file was deleted.

3 changes: 0 additions & 3 deletions project_task_subtask/tests/__init__.py

This file was deleted.

9 changes: 0 additions & 9 deletions project_task_subtask/tests/test_subtask_sort_button.py

This file was deleted.

0 comments on commit 32dff06

Please sign in to comment.