-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helpdesk Odoo16 Portal/Website #552
Comments
Hi @mhoeppner-le . |
hello guys,one question,How do I implement the OCA helpdesk module on my website? |
@Gh4sst Helpdesk module already implemented on Odoo website. If you want customize it, you can follow dev guide: https://www.odoo.com/documentation/17.0/developer |
i use the odoo 16,with a oca helpdesk module custom |
@Gh4sst You can switch to version 16: https://www.odoo.com/documentation/16.0/developer/tutorials.html |
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
module: helpdesk_mgmt
version: 16.0
Steps to reproduce
installation steps:
download from https://odoo-community.org/shop/helpdesk-management-4839?search=Helpdesk&version=22#attr=25500
copy to server (user direcory)
sudo unzip Helpdesk_Management_16_0_230423_153543.zip -d /opt/odoo/odoo16/addons
sudo chmod g+w helpdesk_mgmt/
sudo chown -R root:odoo helpdesk_mgmt/
sudo service odoo16 restart
Current behavior
have the menu for helpdesk, can create tickets, seems to work fine
Expected behavior
how do I have the helpdesk site in the portal / website?
i.e. if I try to make a form there is no option for creating a ticket,
I am stuck, sorry, appreciate your help
BR
just a side note:
file name could be with an additional underscore:
current: Helpdesk Management_16_0_230423_153543.zip
new: Helpdesk_Management_16_0_230423_153543.zip
The text was updated successfully, but these errors were encountered: