diff --git a/helpdesk_portal_ticket_list/.gitignore b/helpdesk_portal_ticket_list/.gitignore new file mode 100644 index 0000000..6da5887 --- /dev/null +++ b/helpdesk_portal_ticket_list/.gitignore @@ -0,0 +1,2 @@ +*.*~ +*pyc diff --git a/helpdesk_portal_ticket_list/README.rst b/helpdesk_portal_ticket_list/README.rst new file mode 100644 index 0000000..6f1e700 --- /dev/null +++ b/helpdesk_portal_ticket_list/README.rst @@ -0,0 +1,50 @@ +=========================== +helpdesk_portal_ticket_list +=========================== + +Customize ticket portal view list + +Installation +============ + +Use Odoo normal module installation procedure to install +``helpdesk_portal_ticket_list``. + + +Description +============ +In ticket portal view list +- expand "name" column +- fix display bug on "Stage" column + +Known issues / Roadmap +====================== + +None yet. +Bug Tracker +=========== + +Bugs are tracked on `our issues website `_. In case of +trouble, please check there if your issue has already been +reported. If you spotted it first, help us smashing it by providing a +detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Laetitia Da Costa + +Funders +------- + +The development of this module has been financially supported by: +* Elabore (https://elabore.coop) + + +Maintainer +---------- + +This module is maintained by Elabore. diff --git a/helpdesk_portal_ticket_list/__init__.py b/helpdesk_portal_ticket_list/__init__.py new file mode 100644 index 0000000..633f866 --- /dev/null +++ b/helpdesk_portal_ticket_list/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- + diff --git a/helpdesk_portal_ticket_list/__manifest__.py b/helpdesk_portal_ticket_list/__manifest__.py new file mode 100644 index 0000000..145c2a0 --- /dev/null +++ b/helpdesk_portal_ticket_list/__manifest__.py @@ -0,0 +1,36 @@ +# Copyright 2022 Stéphan Sainléger (Elabore) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "helpdesk_portal_ticket_list", + "version": "16.0.1.0.0", + "author": "Elabore", + "website": "https://elabore.coop", + "maintainer": "Laetitia Da Costa", + "license": "AGPL-3", + "category": "Helpdesk", + "summary": "Customize ticket portal view list", + "description": "", + # any module necessary for this one to work correctly + "depends": [ + "base", + "helpdesk_mgmt", + ], + "qweb": [], + "external_dependencies": { + "python": [], + }, + # always loaded + "data": [ + "views/portal_ticket_view.xml", + ], + # only loaded in demonstration mode + "demo": [], + "js": [], + "css": [], + "installable": True, + # Install this module automatically if all dependency have been previously + # and independently installed. Used for synergetic or glue modules. + "auto_install": False, + "application": False, +} \ No newline at end of file diff --git a/helpdesk_portal_ticket_list/views/portal_ticket_view.xml b/helpdesk_portal_ticket_list/views/portal_ticket_view.xml new file mode 100644 index 0000000..bd42535 --- /dev/null +++ b/helpdesk_portal_ticket_list/views/portal_ticket_view.xml @@ -0,0 +1,17 @@ + + + + + +