• India Flag
    Call Us:

    +91 769-409-5404

  • USA Flag
    Call Us:

    +1 678-701-4914

About Course:

Odoo-Technical-Training

The purpose of this “Odoo technical Training” to enable Trainee to understand how Odoo works in technical aspects. This course is for people who are in charge of the Odoo development at their company, or wish to code in Odoo. As a developer, this course aims to make you autonomous on the development of new modules, while helping you to better understand the architecture of the Odoo solution.


Duration : 25 hours

Fee: 498


Job Trends

Training Calender

Date Time Type Attend
27th April 2024 8:00 AM   IST Demo
30th April 2024 8:00 AM   IST Regular
Contact Us

+91 769-409-5404

Includes
  • 24 hours on-demand video
  • Articles
  • Coding Exercises
  • Full lifetime access
  • Certificate of Completion

Module of Training

LIVE ONLINE TRAINING


Live presentation of theory, demonstration of tool, features & tasks

We are connecting Online via Goto Meeting

Get practice environment for practical & hands-on Training curriculum has been designed by real-time industry professionals & real-time scenarios training pattern

CORPORATE TRAINING


Learn as per day-wise & customized schedule with discussions & lab exercises included

One to one or Batch-wise interactive demonstration of a tool, features and 100% practical classes

World-class learning material & case studies for the course

Completely customizable course content & schedule as per convenience

Certification guidance provided if necessary

Curriculum

Odoo Technical Training Download  

Odoo Technical Training

Course Contents

Odoo overview
Odoo Introduction and Architecture

  • About Odoo, Python Introduction, Configurations General information about Odoo
  • Architecture
    • N-tier
    • MVC
  • Installation
    • Python Packages
    • Postgres
    • Odoo
    • Creating New Database
    • Installing Modules
  • Server Parameters
    • --addons
    • -d
    • -u
    • –xmlrpc-port, xmlrpc_port
    • –db-filter ,dbfilter
    • –log-level, --workers
    • -h, --help
  •  Service
    • Service File / Init Script
    • Configuration file
    • Log file
  • Module structure
    • __initi__.py
    • __manifest__.py
    • Models, views, models.py, models_view.xml
    • Index.html
  • Model
    • Import (models, fields, api)
    • Defining Model (models.Model, _name, _description)
  • Simple Fields
    • Integer, Float, Char, Boolean, Date, Datetime, Text, HTML, Selection
  • Views
    • Form, Tree, Search, Advance View covered later
    • Action, Menu
  • Pre-defined fields
    • Id, create_uid, write_uid, create_date, write_date
  • Fields Attributes
    • Size, String, required, readonly, help, default, index, domain, select
  • Views Enhancement
    • Tags (Form, Sheet, Header, Footer, group, label, notebook, page, separator)
    • Attributes (string, col, colspan, for, placeholder, required, readonly, invisible, nolabel)
    • Widgets (radio, email, url, float-time, priority, status_bar)

Odoo Inheritance, Relational Fields

  • Relational Fields
    • Many2one, One2many, Many2many
  • Complex Fields
    • Functional (attributes (compute, Store), methods (@api.depends))
    • Related (attributes (related, relation, )
    • Reference, Binary, Monetary
  • View Enhancement
    • Widget (Percentpie, progessbar, image)
    • CSS
      • Inline CSS (style1=:)
      • Bulit-in CSS (class=”btn-primary”)
      • Custom CSS (Defining custom css, CSS backend)
  • Domain
    • Defining Domain
    • Field Operator
      • (<, >, <=, >=, !=, =, in, not in, child_of, parent_of, like, not like, ilike, not ilike)
      • Operand
    • Domain operator (‘&’, ‘|’, ‘!’)
    • Using Domain
      • Many2one, Many2Many, Action, Search view (filter, domain, group_by)
  • Attrs
    • Attrs = “{:}”
    • Attribute (required, invisible, readonly)
  • Onchange()
    • @api.onchange(field1,field2)
  • Model Attributes
    • _table, _order, _rec_name, _auto, _inherit, _sql_constraints
  • Constraints
    • SQL Constraints (,,)
    • @api.constrains(field1,field2)
  • Sequence
    • Defining sequence (ir.sequence)
    • Getting seq number, Seq pattern ,seq code
  • Reserved fields
    • Name, active, state, sequence (_order, widget: handle), parent_id
  • Button
    • Type (object, action, workflow)
    • Attributes (name, string)
    • Method (@api.multi, self)
  • API
    • @api.model
    • @api.multi
    • @api.onchange
    • @api.depends
    • @api.constrains
  • ORM methods
    • Create, read, write, browse, search, search_read, search_ids, unlink, copy, read
  • Advance ORM methods
    • Default_get, name_get, name_search, fields_get, fields_view_get

Odoo Views inheritance, Model types and inheritance

  • Views
    • Internal Views
    • Editable Tree view
    • Calendar view
    • Graph view, Pivot view, Gantt view, Dashboard view, Kanban view, Hierarchical Tree view
  • Inheritance
    • Conventional Inheritance (_inherit)
    • View Inheritance
      • Inherit_id , xpath (expr, position (before, after, replace, inside, attributes))
    • Overriding model methods
    • Overriding ORM methods

Odoo Model types, Qweb Reports, Security, Scheduler and others

  • Wizards
    • Wizard model (models.TransientModel)
    • Wizard
      • Target (view)
    • Calling Wizard
      • Calling wizard Menu
      • Calling Wizard through button(action)
      • Calling Wizard from Toolbar Action (act_window)
    • Act window
    • Smart buttons
  • Qweb Reports
    • Registration
    • Template
    • Parser
  • Analysis Report (MIS Reports)
    • _auto = False
    • Postgres view
    • Graph view, Tree view
  • Excel Reports
    • Xlsx reports
  • Parameterized Report
    • Wizard, report
  • Security
    • Groups, Access rights
    • Applying Security (field, button, group, page, menu, report, act_window)
    • Record rules
  • Demo data (csv, xml)
  • Import/ Export
    • Import (csv/ Excel, Validation, Importation)
    • Export (Import compatible, Exports All, Saving Exported field list)
  • Scheduler (Automated Action)
  • Web services (xml-rpc, json-rpc)
  • Web page
    • (controllers, Static (Qweb front-end template))
    • Web menu

 

Who should Learn Odoo Technical Training?

  • Software Developer
  • Python Developer
  • Odoo Beginners

Prerequisite to learn Odoo Technical Training

  • The training is intended for developers having knowledge in Python language, postgresql(Basic).
  • Laptop/Computer, Internet connection, Odoo installed on your computer
  • Good to have knowledge of Programming Editor/Integrated Development Environment such as Eclipse, Pycharm, gedit.
  • Install the latest stable version that you can download from Odoo Official Website.

Delivery Methodology used to deliver the Odoo Technical Training

We are using an experiential delivering methodology that blends theoretical concepts with hands-on practical learning to ensure a holistic understanding of the subject or course.

Class delivery

Live Interactive classes with expert

Odoo Technical Training FAQ

Question: Can I attend the Demo session before enrollment?

Answer: Yes, you may attend the Demo class before enrollment for training Quality Evaluation. You can also Interact with a trainer as one to one session for a specific requirement or discussion

Question: Can you schedule the training based upon my availability?

Answer: Yes, we need to discuss it with a trainer, accordingly, we can schedule training at a convenient time.

Question: How I can pay for the course?

Answer: You can pay the fee or enroll yourself via payment gateway through the course page, make an online payment using various options.

Question: What if I missed any class?

Answer: BISP has a missing class policy. If you missed any session, we will be sharing a recorded session. However, you may retake whole training multiple times within 6 month period but the trainer is the same.

Question: Is there any live project training along with regular training?

Answer: Our training curriculum includes real-time scenarios and lives project working module & the trainer explains every topic with examples. If you have any issue or you are stuck in any scenario the trainer will explain end-to-end.

Question: What about certification preparation and guidance?

Answer: BISP technical faculty assist & guide you completely for certification and preparation. We ensure you will get certified easily after our training.

Question: Who is the trainer & about his experience?

Answer: All our trainers are working professionals and industry experts with at least 10-12 years of relevant teaching experience. Each of them has gone through a rigorous selection process which includes profile screening, technical evaluation, and a training demo We also ensure that only those trainers with a high alumni rating continue to train for us.

Question: Do you provide Job support?

Answer: Yes, we provide Job support services, but the cost structure is different and fixed. For more details: Just give us a call at: +91 769-409-5404 & +1 678-701-4914 You can also write to us: support@bisptrainings.com

Question: What if I have more queries and doubts?

Answer: Just give us call at : +91 769-409-5404 & +1 678-701-4914 You can also write to us: support@bisptrainings.com

Question: How Fee Refund Policy works?

Answer: Please refer the link for refund policy: https://www.bisptrainings.com/Refund-Policy

Case Study and Learning Pdf's

Certificate

Certificate123
Benefits of Certificate

Certification demonstrates your dedication, motivation and technical knowledge on a specific platform. Having a certification shows that you not only possess comprehensive knowledge of that technology but you also care enough about your own career to spend the time and money to get the certification.

We are welcoming our Students or professionals to participate in our professional online courses. We are offering great variety of online training programs and professional courses that you can always find as desired. After the completion of training program they will receive a certificate from BISP. As a Certified professional you can apply that knowledge in your future profession and enjoy with better salaries & career prospects.

Signup for free newsletter and
business tips

Any Questions?
Talk to our Course Co-ordinator

+91 769-409-5404
Want to see a live demo? We'll be in touch within 24 hours?