diff --git a/support/__manifest__.py b/support/__manifest__.py index 19150a3..188b867 100644 --- a/support/__manifest__.py +++ b/support/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Support", - "summary": "Provide Akretion cross connect support integration", + "summary": "Provide cross connect support integration", "version": "16.0.1.0.0", "license": "AGPL-3", "author": "Akretion", @@ -15,6 +15,5 @@ "data": [ "data/cross_connect_server.xml", "data/ir_actions_server.xml", - "security/res_groups.xml", ], } diff --git a/support/data/cross_connect_server.xml b/support/data/cross_connect_server.xml index 93d4754..c7c22a6 100644 --- a/support/data/cross_connect_server.xml +++ b/support/data/cross_connect_server.xml @@ -4,11 +4,11 @@ @author Florian Mounier License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> - + - + Support - https://erp-fr.akretion.com/api-support + your-server-url/api-support Paste remote api key here diff --git a/support/data/ir_actions_server.xml b/support/data/ir_actions_server.xml index 92131be..fd124ef 100644 --- a/support/data/ir_actions_server.xml +++ b/support/data/ir_actions_server.xml @@ -9,6 +9,7 @@ Créer un ticket support + code +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Support", + "summary": "Provide Akretion cross connect support integration", + "version": "16.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..8d7955e --- /dev/null +++ b/support_akretion/data/cross_connect_server.xml @@ -0,0 +1,13 @@ + + + + + + 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/security/res_groups.xml b/support_akretion/security/res_groups.xml similarity index 81% rename from support/security/res_groups.xml rename to support_akretion/security/res_groups.xml index 36486e2..fac8e42 100644 --- a/support/security/res_groups.xml +++ b/support_akretion/security/res_groups.xml @@ -8,18 +8,18 @@ Support: Support User - + Support: Support Manager - + Support: Support Budget Access - + 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