For Some Customisations in Odoo, we are using extra python packages for its working . Also in the odoo requirements, we can see many python packages such as Babel, pydot, lxml, etc… This video, explains how to install python packages from the pycharm which helps for our odoo development. Video Contents 0:00-0:51 Introduction 0:52-2:49 Python […]
Efficient Repair management is essential for preserving the workflow of the company. Repair management plays a crucial role in any company as ensuring the maintenance and health of the company products is necessary for safeguarding the customer-friendly nature of the business. #odoo15videos This video will give you a detailed overview of the Odoo 15 Repair […]
Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn how to configure and manage the project stages of your Kanban board in Odoo Project. Allow your team to track the progress of your company’s projects effortlessly thanks to their respective […]
Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn about journals and their core role in accounting. Need more information about Odoo apps? Discover Odoo, schedule a demo, or start your own Odoo revolution for free (no credit card required), […]
Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn about debit and credit in accounting. Need more information about Odoo apps? Discover Odoo, schedule a demo, or start your own Odoo revolution for free (no credit card required), at #ARCHIVED […]
Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn how to customize your projects on the Odoo Project app’s Kanban board. Name your projects and assign them to team members. Add tags, descriptions, and even some colors. Set deadlines and […]
Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn how to update the list of chart of accounts. The chart of accounts in your database can be updated in batches through the export of an excel spreadsheet. Other lessons related […]
Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at Manage a project’s budget in Odoo! Budgets are one of the essential steps in project management. They control costs, help you measure performance, and can be the engine that drives a project’s funding. Need more […]
In this video, we are discussing how to set a default value for a field using a function in odoo 15. #odoo15developmentvideos Video Content 00:10 Introduction 00:40 Set Default Value for a Field Using Function while defining a field we can set a default value for that field. If we want to get the default […]
Sometimes there is a particular feature that we want to be able to add to several different models. #odoodevelopmentvideos Video Contents 00:00 Introduction 02:16 Using of Mixing Class 03:44 Result At that time we just used to rewrite the code to all models that are not an effective way. #odoo15videos Odoo provides the Abstract model […]