diff --git a/support_akretion/README.rst b/support_akretion/README.rst new file mode 100644 index 0000000..cadd131 --- /dev/null +++ b/support_akretion/README.rst @@ -0,0 +1,59 @@ +======= +Support +======= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:ba86a1734b151c6cb61a4753597692bc5ffb25014a1181cb034088034c5a7cd6 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/licence-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-Akretion%2Fsupport-lightgray.png?logo=github + :target: https://github.com/Akretion/support/tree/18.0/support_akretion + :alt: Akretion/support + +|badge1| |badge2| |badge3| + +Small module for akretion customers that configure the support url and +create the groupe that will be imported from support module. The goal is +to be able to add these groups in role (base_user_role) in the data of +the customer project, if necessary. Some logic specific to akretion +support / company will be added later + +**Table of contents** + +.. contents:: + :local: + +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 +------- + +* Akretion + +Maintainers +----------- + +This module is part of the `Akretion/support `_ project on GitHub. + +You are welcome to contribute. diff --git a/support_akretion/__init__.py b/support_akretion/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/support_akretion/__manifest__.py b/support_akretion/__manifest__.py new file mode 100644 index 0000000..f1398c8 --- /dev/null +++ b/support_akretion/__manifest__.py @@ -0,0 +1,19 @@ +# Copyright 2025 Akretion (http://www.akretion.com). +# @author Florian Mounier +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Support", + "summary": "Provide Akretion cross connect support integration", + "version": "18.0.1.0.0", + "license": "AGPL-3", + "author": "Akretion", + "website": "https://github.com/akretion/support", + "depends": [ + "support", + ], + "data": [ + "data/cross_connect_server.xml", + "security/res_groups.xml", + ], +} diff --git a/support_akretion/data/cross_connect_server.xml b/support_akretion/data/cross_connect_server.xml new file mode 100644 index 0000000..9c73a9e --- /dev/null +++ b/support_akretion/data/cross_connect_server.xml @@ -0,0 +1,11 @@ + + + + + https://erp-fr.akretion.com/api-support + + diff --git a/support_akretion/pyproject.toml b/support_akretion/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/support_akretion/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/support_akretion/readme/DESCRIPTION.md b/support_akretion/readme/DESCRIPTION.md new file mode 100644 index 0000000..2d6b507 --- /dev/null +++ b/support_akretion/readme/DESCRIPTION.md @@ -0,0 +1,5 @@ +Small module for akretion customers that configure the support url and +create the groupe that will be imported from support module. The goal is +to be able to add these groups in role (base_user_role) in the data of +the customer project, if necessary. Some logic specific to akretion +support / company will be added later diff --git a/support_akretion/security/res_groups.xml b/support_akretion/security/res_groups.xml new file mode 100644 index 0000000..c19d53b --- /dev/null +++ b/support_akretion/security/res_groups.xml @@ -0,0 +1,25 @@ + + + + + Support: Support User + + + + + Support: Support Manager + + + + + + Support: Support Budget Access + + + + + diff --git a/support_akretion/static/description/index.html b/support_akretion/static/description/index.html new file mode 100644 index 0000000..653d1be --- /dev/null +++ b/support_akretion/static/description/index.html @@ -0,0 +1,413 @@ + + + + + +Support + + + +
+

Support

+ + +

Beta License: AGPL-3 Akretion/support

+

Small module for akretion customers that configure the support url and +create the groupe that will be imported from support module. The goal is +to be able to add these groups in role (base_user_role) in the data of +the customer project, if necessary. Some logic specific to akretion +support / company will be added later

+

Table of contents

+ +
+

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

+
    +
  • Akretion
  • +
+
+
+

Maintainers

+

This module is part of the Akretion/support project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/support_akretion/static/img/icon.png b/support_akretion/static/img/icon.png new file mode 100644 index 0000000..b2fb4ae Binary files /dev/null and b/support_akretion/static/img/icon.png differ