https://github.com/akretion/support
Support module between Akretion and customers
https://github.com/akretion/support
helpdesk odoo2odoo support
Last synced: 2 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 (almost 6 years ago)
- Default Branch: 16.0
- Last Pushed: 2025-05-23T15:34:08.000Z (5 months ago)
- Last Synced: 2025-05-23T16:46:36.044Z (5 months ago)
- Topics: helpdesk, odoo2odoo, support
- Language: Python
- Homepage:
- Size: 487 KB
- Stars: 6
- Watchers: 7
- Forks: 6
- Open Issues: 4
-
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-dbStart manually and hack it
.. code-block:: bash
tools/start-client