Posts

Showing posts with the label odoo tutorial

What is context and life cycle of context in Odoo!

What Is Context In Odoo? In Odoo, the context is a Python dictionary that contains information about the current execution environment. It is commonly used to pass parameters and configuration data between different parts of the application. The context dictionary can contain a variety of information such as: User information: The user ID, user preferences, and security groups. Company information: The company ID, currency, and other configuration data. Language and time zone information: The language code and time zone for the current user. Other parameters: Custom parameters specific to the current operation or module. The context is usually passed as a parameter to Odoo methods and functions, and can be modified by adding or updating key-value pairs. The modified context is then passed on to other methods or functions, allowing for the sharing of information throughout the application. The context is an important tool for customizing the behaviour of Odoo modules and can be used to

What is Odoo? | Basic Knowledge About Odoo

   What is Odoo? Well Odoo is an open source ERP system which is written in Python framework called as ORM framework (Object Relation  Mapping ). this framework also supports web client framework which supports single page application and written in JQuery. Odoo have its own JS framework and now in version 14 launched new web framework OWL and its stand for Odoo Web Library. This new web framework written in TypeScript and getting idea from React / Vue frameworks. Fabien Pinckaers is the founder and CEO of Odoo in  Belgium . Odoo written in Python, JavaScript/JQuery, XML and TypeScript  Odoo supports below operating system Windows Linux Unix OSx Also supports Android and IOS mobile application. Odoo provides two edition. Community Edition which is free Enterprise Edition which is paid You will get Odoo source code from  here . Official website Let me know your thoughts about this blog.

Contact Me

Name

Email *

Message *