0% found this document useful (0 votes)
2 views1 page

Week 2

Uploaded by

waiyan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Week 2

Uploaded by

waiyan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

LEARNING WEEK II

I.FIELDS AND RELATIONSHIPS II.COMPUTE FIELD


Focus on computed fields and learn how to
Dive deeper into the Odoo ORM and define fields that perform calculations
explore more advanced field types, such as based on other field values.
many2one, one2many, and many2many. Understand how to use the @api.depends
Learn how to define related fields that decorator to specify field dependencies for
fetch data from related models computed fields.
automatically. Explore the concept of triggers and learn
Practice creating fields with advanced how to create fields that update
attributes, such as compute, inverse, and automatically when certain conditions are
store, to automate calculations and met.
updates.

III.ACCESS RIGTHS IV.INTEGRATE SYSTEMS


Learn how to integrate Odoo modules
Understand the concept of access with external systems using web
rights and learn how to define them for services and APIs.
different user roles. Understand the concept of webhooks
Explore the different types of access and how to use them to trigger actions
control, such as read, write, create, and in Odoo from external systems.
delete permissions. Practice integrating your module with a
Practice defining access rights for your simple external system, such as a
module and test them with different custom web application or a third-party
user roles. service.

V.PRACTISE UNIT TESTING


good understanding of advanced Odoo
development concepts such as
Study the Odoo development best
advanced field types, relationships,
practices, including code organization,
naming conventions, and code computed fields, triggers, security
documentation. management, integration with external
Learn how to write unit tests for your Odoo systems, and development best
modules to ensure their reliability and practices
prevent regressions.
Understand the structure of an Odoo unit
test and explore the available testing tools
and libraries.
Practice writing unit tests for the
functionality implemented in your module
and ensure they pass successfully.

You might also like