Source of https://itpp.dev/sync/ website
-
TODO: demonstrate direct odoo 2 telegram integration (without lambda):
- rename existing page https://itpp.dev/sync/odoo2x/odoo2telegram/documentation.html to odoo2telegram-via-lambda
- use name odoo2telegram for the new page
-
To demonstrate odoo2odoo integrations use following example: create note in second odoo when task is deleted in the first odoo
-
Fork this repo
-
Clone to your machine
-
Install dependencies:
sudo pip install -r requirements.txt
-
Edit files in the repo. Check documentations:
-
Try it out:
cd /path/to/odoo-test/doc-src make html # (check warningn and errors in compilation logs and fix them if needed) # open result google-chrome _build/html/index.html
-
Make commits, push, create Pull Request