KOKO NETWORKS INTERVIEW EXERCISE

Prerequisites

  1. Python 3.7 (or above)
  2. Poetry
  3. Docker & Docker Compose

Configuration & Installation

  1. Rename the sample settings.py to settings.py and update it in odoo_api/app/
  2. Create a odoo-server.log file in odoo12/etc/
  3. Change the folder permission to make sure that the container is able to access the directory:
$ sudo chmod -R 777 etc
$ mkdir -p postgresql
$ sudo chmod -R 777 postgresql
  1. Run docker-compose up -d
  2. Create Odoo Database and User
  3. Install the Manufacturing Module and Sales Module
  4. Install KOKO MRP module

Testing

Find the postman collection here to interact with the api: https://www.getpostman.com/collections/e9c9cc7b718bbb6de016