Skip to content

hugocarlier/odoo-js-training-public

 
 

Repository files navigation

Odoo Logo

Introduction to JS framework

Introduction

For this training, we will put ourselves in the shoes of the IT staff for the fictional Awesome T-Shirt company, which is in the business of printing customised tshirts for online customers. The Awesome T-Shirt company uses Odoo for managing its orders, and built a dedicated odoo module to manage their workflow. The project is currently a simple kanban view, with a few columns.

The usual process is the following: a customer looking for a nice t-shirt can simply order it on the Awesome T-Shirt website, and give the url for any image that he wants. He also has to fill some basic informations, such as the desired size, and amount of t-shirts. Once he confirms his order, and once the payment is validated, the system will create a task in our project application.

The Awesome T-shirt big boss, Bafien Ckinpaers, is not happy with our implementation. He believe that by micromanaging more, he will be able to extract more revenue from his employees. As the IT staff for Awesome T-shirt, we are tasked with improving the system. Various independant tasks need to be done.

Let us now practice our odoo skills!

Setup

Clone this repository, add it to your addons path, make sure you have a recent version of odoo (master), prepare a new database, install the awesome_tshirt addon, and ... let's get started!

Notes

Here are some short notes on various topics, in no particular order:

Exercises

About

Odoo Javascript Framework Training (public version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • JavaScript 4.5%