Choosing the right Odoo partner can decide the success or failure of your ERP implementation. In this video, we explain how to choose the right Odoo Partner by breaking down the key factors every business should evaluate before starting an Odoo project. Whether you’re planning a new Odoo implementation, migrating from another ERP, or upgrading […]
Learn how Fiscal Positions in Odoo 18 help you automatically map taxes and accounts for different customers and regions. A quick guide to simplify tax handling and stay compliant. #Odoo18 #FiscalPositions #OdooNewFeatures #OdooAccounting #AccountingSoftware #OdooTutorial #BusinessManagement #ERPSoftware #FinancialManagement #OdooUpdates Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@mycbms.com ➡️ Twitter: / cybrosys ➡️ LinkedIn: / […]
Creating Tasks from the Odoo 18 Website App 1. Install Necessary Modules: Ensure the following modules are installed in your Odoo database: Website Project 2. Create a Website Page: Go to Website Pages and create a new page. Give it a suitable name and URL. 3. Add a Form Building Block: In the website editor, […]
Odoo: The All-in-One Business Solution Discover the power of Odoo, the open-source business management software that can revolutionize your operations. In this video, we’ll explore the key features and benefits of Odoo, including: – Sales: Manage leads, opportunities, quotations, and orders. – Inventory: Track stock levels, manage purchase orders, and optimize inventory. – Accounting: Handle […]
Odoo 18 allows you to search for contacts by their address using the search bar in the contact list view. Here’s how to do it: – Go to the Contact List View: Open the “Contacts” app and go to the list view. – Use the Search Bar: In the top right corner of the list […]
Having appropriate product images in Odoo is useful for a number of reasons. However, if a lot of products need images, assigning them can become incredibly time-consuming. Fortunately, by configuring the Google Custom Search API within an Odoo database, finding product images for products (based on their barcode) is extremely efficient. Configuration In order to utilize Google Custom […]
Odoo offers several ways to work with HTML, depending on your specific needs and the module you’re using. Here’s a breakdown: 1. HTML/CSS Editor: – Provides a dedicated tool for advanced customization of your website’s appearance. – Allows direct editing of HTML and CSS code. – Offers a code editor interface for precise control over […]
Odoo 17, a powerful open-source business management suite, offers a robust set of tools for effective product management. This comprehensive platform empowers businesses to streamline their product lifecycle, from ideation to go-to-market. Key Product Management Features in Odoo 17: Product Data Management: Centralized Repository: Maintain a centralized database for all product information, including product names, […]
Combo products in Odoo 18 are a powerful tool that allows you to create and sell bundles of products or services as a single unit. This feature can be beneficial for various business scenarios, such as: Product bundles: Offering a group of related products at a discounted price. Service packages: Bundling multiple services into a […]
In Odoo 17, to ensure that One2many records are deleted when the parent record is deleted, you need to configure the One2many field with the proper ondelete attribute. This attribute controls the behavior of related records when the parent record is deleted. Set ondelete=’cascade’ on the One2many field to automatically delete related records when the […]