https://github.com/akretion/support
Support module between Akretion and customers
https://github.com/akretion/support
helpdesk odoo2odoo support
Last synced: 3 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 6 years ago)
- Default Branch: 16.0
- Last Pushed: 2026-03-06T13:30:17.000Z (3 months ago)
- Last Synced: 2026-03-06T17:31:47.602Z (3 months ago)
- Topics: helpdesk, odoo2odoo, support
- Language: Python
- Homepage:
- Size: 524 KB
- Stars: 7
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Support: support/__init__.py
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-db
Start manually and hack it
.. code-block:: bash
tools/start-client