How to use post init hook in Odoo? | Post init hook in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, hooks are functions that are presented as a string in the __init__ file of a module. They are the functions that can execute before and after the existing code. #odoo17 Post_init_hook are the functions that will execute after the module installation. These functions are included by specifying their names within the init.py file […]

#8 Receipt Reminder in Odoo 17 Purchase | Odoo 17 Purchase Tutorials | Odoo 17 Functional Videos – CBMS Odoo ERP

In Odoo, the receipt reminder is a feature within the Purchase module that helps improve communication and streamline the purchase order process Automatically reminding vendors about the expected receipt date of their delivered goods or services. Optionally requesting confirmation from vendors before the receipt date, ensuring clarity and reducing potential delays. Prerequists Ensure you have the Odoo Purchase […]

#7 How to Set Alerts or Warnings for Vendors and Products in Odoo 17 Purchase App – CBMS Odoo ERP

There are several reasons why warnings are set for vendors and products in Odoo: #odoo17 #odoopurchase #odoofunctionalvideos For Vendors: Prevent problematic purchases: Warnings can help identify potential issues with vendors before finalizing a purchase order. This allows you to: #odootutorials Avoid exceeding budget limits: Set blocking messages to prevent exceeding a specific purchase amount for a vendor, […]

#11 Bill Control Policy in Odoo 17 Purchase App | Bill Control in Odoo 17 | Odooo 17 Purchase Videos – CBMS Odoo ERP

A bill control policy is a guideline that determines when and how a vendor is billed for goods or services. It is commonly used in the context of purchase orders, where it dictates the timing and quantity basis for creating invoices. #odoo17 #odoopurchase #odoofunctionalvideos There are typically two main options for bill control policies: Ordered […]

How to Send Emails From Odoo 17 Using Code | Odoo 17 Development tutorials – CBMS Odoo ERP

Discover how to optimize your business operations with a step-by-step tutorial on email automation in Odoo 17. #odoo17 Learn to create tailored email templates, streamline outgoing email server configurations, and seamlessly integrate Python code to trigger email-sending events based on predetermined conditions. #odootutorials Enhance your efficiency by automating email communication processes, empowering your team to […]

Intercompany Sales and Purchase Order Synchronization in Odoo 17 – CBMS Odoo ERP

Intercompany sales and purchase order synchronization refers to the process of automatically linking and updating sales orders placed by one company within a larger organization (selling company) with the corresponding purchase orders created by another company within the same organization (buying company). This streamline ensures both sides are on the same page and eliminates manual […]

How to Setup Default Value for a Field in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, you can set default values for fields by using the default attribute when defining the field in the model class. This allows you to specify a default value that will be automatically set for the field when a new record is created. Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: […]

How to Override Delete Function in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, you can override the unlink() method to customize the delete functionality for a specific model. This method is called when a record is deleted. By overriding it, you can add your custom logic or restrictions before allowing the deletion to proceed. #odoo17 #odootutorials #odoodevelopment Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com […]