Giter Site home page Giter Site logo

odoo-15-development-essentials's Introduction

Odoo 15 Development Essentials

Odoo 15 Development Essentials

This is the code repository for Odoo 15 Development Essentials, published by Packt.

Enhance your Odoo development skills to create powerful business applications

What is this book about?

Odoo is fast becoming the reference open-source platform for business applications thanks to the fact that it provides the infrastructure needed for developers to deliver software solutions for any business process quickly. Odoo's layered module approach makes it particularly effective for combining and extending features. This updated fifth edition is a tutorial-style introduction to essential Odoo development topics.

This book covers the following exciting features:

  • Install Odoo from source and organize the development environment
  • Create your first Odoo app from scratch
  • Understand the application components available in Odoo
  • Structure the application’s data model using ORM features
  • Use the ORM API to implement the business logic layer
  • Design a graphical user interface (GUI) for the web client and website
  • Use the Odoo External API to interface with external systems
  • Deploy and maintain your application in production environments

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

"id","name"
"__export__.res_partner_43_f82d2ecc","Alexandre Fayolle"
"__export__.res_partner_41_30a5bc3c","Daniel Reis"
"__export__.res_partner_44_6be5a130","Holger Brunn"
"__export__.res_partner_42_38b48275","Packt Publishing"

Following is what you need for this book: This book is for developers who want to learn Odoo application development and quickly become productive while creating business applications. Teachers, trainers, and Odoo team managers will also find the book useful for helping their students or trainees to learn Odoo development skills. Basic knowledge of Python programming is required to get started with the book

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

Chapter Software required OS required
1-15 Odoo 15 Windows, Mac OS X, and Linux (Any)
1-15 Python 3.6 or later Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Errata

  • Page no.113: There is a extra quote (') in the code block It is : {"book"' : books} It should be : {"book" : books}

Related products

Get to Know the Author

Daniel Reis has a degree in applied mathematics and an MBA. He has had a long career in the IT industry, mostly as a consultant implementing business applications in a variety of sectors. He has been working with Odoo (OpenERP at the time) since 2010 and is an active contributor to the Odoo Community Association (OCA), where he also serves as a board member. He is the managing director of Open Source Integrators, a leading open source and Odoo consultancy firm.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781800200067

odoo-15-development-essentials's People

Contributors

afshaank avatar dreispt avatar kobros-tech avatar packt-itservice avatar packt-pradeeps avatar packtutkarshr avatar sakesun avatar simranudasi23 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

odoo-15-development-essentials's Issues

In the item "Setting the module category"

I realized that XML ID is "base.module_ name of the module" and not "base.module_ name of the category_ subcategory". And this nomenclature is only applicable to modules and not to groups of users. That would be wrong in the book.

Congratulations on the book. It's helping me a lot. Grateful.

Moisés Santos

[email protected]

No development workflow for Odoo.sh

I'm not sure if this is the right place to post this issue but I have been struggling to figure out a sensible workflow for developing modules for Odoo.sh. I bought this book in the hope that I would find it here but all I found was a reference back to the Odoo site which is not helpful.

It isn't practical to use Odoo.sh as a development platform for any significant development, so I want to develop (multiple) modules locally that I can push to multiple Odoo.sh projects. I would prefer to use a Git submodule for each of my custom modules but I haven't been able to make that work. I didn't find any help in the book - or have I missed somethng?

This seems to be a major oversight for a book about developing Odoo apps!

Chapitre 4

when finished chapitre 4 , the odoo server work but when I restart odoo the module library don't work I need to update library_app ; i dont know why this is message errors ;
*WARNING library odoo.modules.graph: module library_app: not installable, skipped
*WARNING library odoo.modules.graph: module library_member: not installable, skipped
*ERROR library odoo.modules.loading: Some modules have inconsistent states, some dependencies may be missing: ['library_app', 'library_member']
*ERROR library odoo.addons.base.models.ir_model: Missing model library.book
*ERROR library odoo.addons.base.models.ir_model: Missing model library.member

Chapter 11 > Using t-out to render values

<t t-set="red_or_black"
t-value="record.num_books == 0 ? '' :
'oe_kanban_text_red'"
/>

must be

<t t-set="red_or_black"
t-value="record.num_books.value == 0 ? '' :
'oe_kanban_text_red'"
/>

I tested on odoo 16 community edition

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.