Explore How To Add a New Contact Directly From Sale Screen in Odoo

Simplify your workflow in Odoo by creating a new contact instantly while working on a sales order. No need to switch menus—save time and boost efficiency by adding customers directly from the sales screen. Perfect for sales teams who manage clients on the go.

Watch Now: https://youtu.be/ZCUYc4iRyPU

#Odoo #Odoo15 #Odoo16 #OdooSales #OdooCRM #OdooTips #OdooTutorial #BusinessAutomation #ERP #SalesManagement

Explore How To Add a New Contact Directly From Sale Screen in Odoo

YouTube

How To Display Product Name Without Code In Odoo

Discover the simple way to remove product code and show only the product name in Odoo forms, reports, and dropdowns. Perfect for businesses that prefer a cleaner product display without the internal reference or barcode.

Watch Now: https://youtu.be/Kk8ptC1rquU

#OdooProductName #OdooDevelopment #OdooCustomization #OdooERP #ProductDisplayOdoo #RemoveProductCode #Odoo16 #Odoo17 #odoo18

How To Display Product Name Without Code In Odoo

YouTube

How To Do Vendor Approval In Purchase Order In Odoo

Vendor Approval in Purchase Order in Odoo allows you to control and validate vendors before confirming purchase orders. This feature ensures that only approved suppliers are used for procurement, helping maintain quality and compliance.

Watch Now: https://youtu.be/WTKHWv9wI60

#OdooPurchase #VendorApproval #OdooPurchase #VendorApproval #Odoo14 #Odoo15 #Odoo16 #Odoo17

How To Do Vendor Approval In Purchase Order In Odoo #vendormanagement

YouTube

Odoo Portal Customization: Discover our complete tutorial on boosting your Odoo 16 Portal Template with dynamic portal sections and custom controller methods. #OdooPortal #Odoo16 #WebsiteCustomization

https://teguhteja.id/odoo-portal-customization-guide-2/

Odoo Portal Customization: Override Controller Methods

Odoo Portal Customization: Enhance your Odoo 16 portal with dynamic sections and custom controller methods for seamless integration.

teguhteja.id

Odoo Portal Customization: Explore our comprehensive guide to enhancing your Odoo 16 Portal Template. Build dynamic portal sections and boost user experience. #OdooPortal #Odoo16 #WebsiteCustomization #PortalTemplate

https://teguhteja.id/odoo-portal-customization-guide/

Odoo Portal Customization: Enhance Your Odoo 17 Template

Odoo Portal Customization: Learn to enhance your Odoo 16 portal template with dynamic features and improved user experience.

teguhteja.id

How To Use Read Only Attrs In Odoo

Effortlessly control field editability in Odoo using the Read-Only Attrs feature. Learn how to apply conditional rules to fields based on user roles, workflows, or specific conditions in XML views.

Watch Now: https://youtu.be/TMs9V1wfVuc

#OdooDevelopment #Odoo15 #Odoo16 #OdooERP #OdooTips #OdooTech #OdooTraining

How To Use Read Only Attrs In Odoo #technical

YouTube

How to Display Unique Ribbon on Employees Form in Odoo
.
.
.
Display a unique ribbon on the employee form in Odoo based on specific conditions like department, job position, or seniority.

Watch Our Video: https://youtu.be/nOgYJVbepLk

#Odoo16 #OdooDevelopment #OdooHR #OdooStudio #OdooCustomization

How to Display Unique Ribbon on Employees Form in Odoo

YouTube

Supercharge your #Odoo16 development! Learn to harness #Docker and #VSCode for a powerful dev environment. Step-by-step guide covers setup, debugging, and pro tips. Boost your productivity and streamline your #OdooDevelopment workflow today! #DevOps

https://teguhteja.id/odoo-16-development-docker-vscode-integration/

Revolutionize Your Odoo 16 Development: Mastering Docker and VSCode Integration

Boost your Odoo 16 development with Docker and VSCode integration. Learn setup, debugging, and pro tips for a streamlined workflow.

teguhteja.id

This was also the occasion to read this super interesting #Odoo commit message, which gives some insights about the updates to the HTTP stack in #Odoo16

https://github.com/odoo/odoo/pull/78857

[REF] core: httpocalypse by Julien00859 · Pull Request #78857 · odoo/odoo

This work is a comprehensive refactor of our HTTP framework. Branches and PRs https://github.com/odoo-dev/odoo/tree/master-httpocalypse-juc #78857 odoo/enterprise#21849 odoo/design-themes#524 Dis...

GitHub

I've been checking with @ivantodorovich an #Odoo issue where we randomly had on some instances an exception saying "AttributeError: 'Request' object has no attribute 'session'" on #Odoo16. In that case the worker is lost and we need to kill it.

I suspect that the docker image we are using were using a theoreticaly supported Werkzeug version of 0.16.1, on Python 3.9 (as per Odoo's requirements.txt).
We upgraded to Python 3.10 and Werkzeug 2.0.3 and hopefully this will solve the issue.