https://github.com/akretion/support
Support module between Akretion and customers
https://github.com/akretion/support
helpdesk odoo2odoo support
Last synced: 5 months ago
JSON representation
Support module between Akretion and customers
- Host: GitHub
- URL: https://github.com/akretion/support
- Owner: akretion
- Created: 2019-10-18T13:40:29.000Z (over 5 years ago)
- Default Branch: 16.0
- Last Pushed: 2024-07-19T08:28:05.000Z (9 months ago)
- Last Synced: 2024-07-19T19:07:27.777Z (9 months ago)
- Topics: helpdesk, odoo2odoo, support
- Language: Python
- Homepage:
- Size: 404 KB
- Stars: 6
- Watchers: 8
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
HOW TO TEST IT LOCALLY !
=========================First install docker-compose
Then build docker image with
.. code-block:: bash
tools/build
Then init server and client database
.. code-block:: bash
tools/start-server init-db
tools/start-client init-dbStart manually and hack it
.. code-block:: bash
tools/start-client