home.social

#odootechnical — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #odootechnical, aggregated by home.social.

  1. How To Show Notification Message From Python In Odoo

    Discover how to display notification messages directly from Python code in Odoo! 🚀

    In this video, you’ll learn how to use Odoo’s backend logic to trigger user-friendly notifications such as success messages, warnings, and alerts. This is especially useful for improving user experience and guiding users during operations.

    Watch Now: youtu.be/-8W4Co7pZ2I

    #OdooDevelopment #OdooTechnical #PythonInOdoo #OdooCustomization #OdooCommunity

  2. How To Add A Custom Button With Type Object in Odoo

    Discover how to add a custom button with type="object" in Odoo and trigger Python methods directly from the UI! In this video, we walk you through creating a smart button, linking it to backend logic, and enhancing your module’s functionality with ease. Perfect for Odoo developers looking to customize workflows and improve user interaction.

    Watch Now: youtu.be/l4uLAJATKBw

    #OdooDevelopment #OdooTechnical #OdooTutorial #OpenSourceERP

  3. How to Add Demo Data with Reference Field in Odoo

    Explore how to add demo data using reference fields in Odoo for better module testing and development. In this video, you’ll learn how to properly use reference fields to link records across models, making your demo data more dynamic and realistic. A helpful guide for Odoo developers looking to enhance data setup and improve testing workflows.

    Watch Now: youtu.be/X7FHCtWHWDc

    #OdooDevelopment #OdooTechnical #OdooTutorial #odoo19

  4. How To Use _Order Attribute In Odoo | Sorting Records Made Easy

    Explore how to use the _order attribute in Odoo to control the default sorting of records in your models. 📊 In this video, you’ll learn how to define and customize record ordering in list and form views using simple Python code.

    Watch Now: youtu.be/zt7VVsxYl_g

    #Odoo #OdooDevelopment #OdooTechnical #OdooTips #Python #ERPDevelopment #OdooCustomization #Coding #OdooFramework #TechTutorial

  5. How To Use _Rec_Name Attributes In Odoo

    Discover how to use the _rec_name attribute in Odoo to customize how records are displayed across your system. This powerful feature allows you to define which field should represent a record instead of the default “name” field.

    Watch Now: youtu.be/TnfO_G-6gQ8

    #OdooTechnical #OdooDevelopment #OdooCustomization #Programming #ERPSoftware #OdooCommunity #odoo18 #odoo19

  6. How to Use @api.constrains in Odoo | Odoo Technical Tutorial

    Discover how to effectively use the @api.constrains decorator in Odoo to enforce data validation rules at the model level. In this video, we explain how constraints work, when to use them, and how they help maintain data integrity by automatically validating records before saving.

    Watch Now: youtu.be/gRXzHexUlyg

    #Odoo #OdooTechnical #OdooDeveloper #APIConstrains #ERPDevelopment #OdooCustomization #PythonOdoo #OdooTutorial