Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Odoo Tips & Tricks to high efficency / save time
Rating: 3.9 out of 5(6 ratings)
43 students

Odoo Tips & Tricks to high efficency / save time

Tips & Tricks foro high efficency and saving time
Created byOthmane Ghandi
Last updated 8/2021
English

What you'll learn

  • Odoo Development
  • Python Development
  • XML Development

Course content

1 section12 lectures1h 21m total length
  • Odoo Quick Installation6:05
  • Odoo with Docker18:15

    docker pull postgres
    docker pull odoo
    docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --name db postgres:10
    docker run -p 8069:8069 --name odoo --link db:db -t odoo
    docker stop odoo

    docker start -a odoo

    docker run -v /path/to/addons:/mnt/extra-addons -p 8069:8069 --name odoo --link db:db -t odoo


    ------------------  https://hub.docker.com/_/odoo ----------------------------


  • Odoo Scaffolding : skeleton module structure3:08
  • Odoo language translation10:00
  • Pycharm Useful shortcuts6:59

    https://medium.com/analytics-vidhya/useful-pycharm-shortcuts-65343a72e6f2

  • Simple data importing structure9:49
  • Odoo debug mode6:09
  • Odoo Code debuging7:02
  • Save / effecient way of updating modules3:08
  • Powerfull Odoo testing3:44

    python3.5 odoo-bin shell -d your_db

  • Do not Reinvent the wheel (1)2:56

    Talking about OCA, Odoo Apps

  • Do not Reinvent the wheel (2)3:55

    Talking about Odoo Functional Tutorial

Requirements

  • Odoo development basic language
  • Python Basic language

Description

In this course we are trying to give set of tools and best practices that will help make the job done in minimum of time and with a high efficiency, from the list below you will have an idea about the different point that this course is covering.

If you are an Odoo newbie then you will learn a lot from this, if you are someone who already  work with Odoo you can check these points you may find something you didn't try before that you can add in your set of tools.

Below you will find the list of tips & tricks that this course is covering.

What you'll learn

  • Quick Setup and Installation of Odoo.

  • Quick Setup and Installation of Odoo using docker.

  • Odoo Module template : Scaffolding.

  • Efficient way of Odoo language translation.

  • Pycharm Useful Shortcuts.

  • Importing data

  • Odoo code debugging.

  • Quick way of updating your modules.

  • Pwerful Odoo Testing.

  • Some advises to not waste time reinventing the wheel.

What makes this Odoo course special?

  1. We make it easy for those that are new to programming

  2. This course open your eyes on different ways of doing things while developing in Odoo

  3. This Course intent to give you some set of tools that you can use in your daily base

  4. The main Goal of this course is to be able to Use/develop in Odoo without wasting time and being more efficient.

Who this course is for:

  • Anyone wishing to learn how to develop Odoo Applications

  • Anyone wishing to gain time while developing in Odoo

  • Anyone wishing to be efficient while developing in Odoo

  • Anyone who would like to better understand the Odoo Development

Who this course is for:

  • Beginner Python developer
  • Beginner Odoo Developer
  • Intermediate Odoo Developer
  • Expert Odoo Developer