One-Click Cancellation of Sales Quotations in Odoo 18: A Streamlined Approach One-click cancellation of sales quotations offers a significant advantage in streamlining business processes and improving efficiency. It simplifies the cancellation procedure, reduces administrative overhead, and ensures timely communication with clients. Key Benefits: – Enhanced Efficiency: A single click eliminates the need for multiple steps, […]
The ability to drag and drop a created purchase order PDF from the Odoo 18 purchase module into the Odoo sales module is a feature that allows for a more streamlined and efficient workflow when managing both purchasing and selling activities within the same system. Here are the primary purposes of this feature: – Quick […]
A proforma invoice is a preliminary invoice that serves as a commercial document issued by a seller to a buyer. It outlines the terms and conditions of a potential sale, including the description of goods or services, quantity, price, and payment terms. However, unlike a regular invoice, a proforma invoice is not a legal document […]
Create ribbons easily and apply them exclusively to product variants, not just product templates. #Odoo18 #ProductRibbons #OdooNewFeatures #OdooReleaseDate #OdooEcommerce #OdooTutorial #BusinessAutomation #EcommerceSolutions #OdooFeatures #OdooTips #odoo #odoodevelopment #productvariants #odoorelease #odoofeatures #odootipsandtricks #odoo18release #odoo18features Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Product #Ribbons #Variants #Odoo […]
In Odoo Recruitment, all job positions are shown on the default dashboard in the Recruitment app. This includes positions that are being actively recruited for, as well as inactive positions. Each job position is shown in an individual Kanban card. If the job position is active, and candidates can apply, a Published banner appears in the top-right corner of the […]
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 […]
To access a JSON view in Odoo, use the ir.ui.view model and its methods. Here are the main ways to access a JSON view: 1. By ID: Python view_id = 123 # Replace with the actual ID of your JSON view view = ir.ui.view.browse(view_id) json_data = view.arch 2. By name: Python view_name = ‘my_json_view’ view = […]
View button is a new feature in odoo 18 contact module. Activate developer mode. Goto contact module — configuration — contact title. provides the ability to switch between the open_form_view button column and the list’s editable and debug-mode-activated states. When these criteria are met, the toggler appears inside the dropdown of the optional columns. Regarding the […]
Sharing accounts between companies in Odoo is a feature that can be beneficial in certain scenarios, particularly when dealing with: 1. Consolidated Financial Reporting: Parent-Subsidiary Relationships: If you have a parent company with several subsidiaries, sharing accounts can simplify the process of consolidating financial statements. You can create a single chart of accounts for the […]
Odoo 17 Maintenance module is designed to efficiently manage equipment upkeep and repair. A maintenance request is a formal record of a problem or required service for a piece of equipment. To create a maintenance request in Odoo 17, navigate to the Maintenance app and select “Maintenance Requests.” You’ll be prompted to provide details about […]