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 […]
In this video, we can look at how to trigger a function with a button click. #odoo15tutorials Using a button we can call an XML action or a python function. If you want to call a python function on a button click, the type has to be given as an object. Video Contents 00:10 Introduction […]
In this video, we are discussing how to remove the create and edit option from view in odoo15. #odoodevelopmentvideos Video Contents 00:10 Introduction 00:40 Removing the Create and Edit Button in UI There will be certain systems when we will have to create some models to store data created from the website. #odootutorials Also if […]