Skip to content

Setup dedicated for new a engineer to show ability to modify Odoo FE functionality

Notifications You must be signed in to change notification settings

opsway/odoo-fe-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odoo-fe-test

Setup dedicated for new a engineer to show ability to modify Odoo FE functionality

Prerequisites: Docker and docker-compose should be installed your machine.

Project setup:

  1. Navigate to ./env folder and build containers with database and web service by running a command: docker-compose build
  2. Run the web service by executing command: docker-compose up
  3. Go to the web browser navigate to the service page using the local port specified in compose file. (e.g. http://localhost:8019/);
  4. Create a database;
  5. In Apps menue search and install Odoo FE test module; It will also install Contacts and Website modules as a dependency, that is how you know the module installed successfully.

Hint: Going to settings and activating developer mode/ developer mode (with assets) could be useful.

See tasks in folders test 1 & test 2 Please use best git practices when working with code in your repository - naming, branching, commenting. Image the repo is shared with 5 other people.

Submission:

Create a copy of this repository. Add code according to tasks description. Provide a link to your private repository, which contains modifications to fe_test addon.

About

Setup dedicated for new a engineer to show ability to modify Odoo FE functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published