In Odoo 18 the invisible attribute is used in XML views to control the visibility of fields, buttons, tabs, or other view elements in the user interface. This attribute is typically used within form views, tree views, kanban views, etc. Key Points: invisible=”1″ or invisible=”true”: Hides the field or element from the view. invisible=”0″ or invisible=”false”: […]
To add an icon image to a module in Odoo 18, follow these steps: Prepare the Icon Image: Create an icon image named icon.png. Ensure the image is appropriately sized, typically 256×256 pixels, and in PNG format. Place the Icon in the Module Directory: Within your module’s directory, navigate to or create the following path: […]