Skip to main content

Posts

Showing posts from September, 2021

Odoo 17.0 Studio APP Features

  In Odoo 17.0, a studio app would likely offer a range of features to facilitate customizing and extending the functionality of your Odoo instance. Here are some potential features you might find in a Studio app for Odoo 17.0: Customizable User Interface : Studio allows users to easily customize the layout and appearance of Odoo apps through a drag-and-drop interface. You can rearrange fields, add new elements, and modify existing views to suit your specific business needs. Field Customization : With Studio, users can create custom fields for any Odoo model, including text fields, numeric fields, selection fields, and more. This enables businesses to capture and store additional data relevant to their operations. Automated Workflows : Studio enables users to define custom workflows and automate business processes within Odoo. This includes configuring triggers, actions, and conditions to streamline tasks such as order processing, lead management, and inventory control. Reports and Da

Odoo Developer mode ( How to start debug mode in odoo ??)

Using Developer mode, you get more access and an extra right in Odoo ERP. This feature very useful for Developers. You can active this features using two method. Active through the settings. Click on Setting Menu -> Click on Active the Developer Mode. Note : Active the Developer mode with assets is used by developers. Activate the developer mode (with tests assets) is used by developers and testers.' Active through browser Url. Just add ?debug=1 or ?debug=true in browser url after web. Note : Developers: type ?debug=assets and activate the mode with assets You can also use Odoo Debug browser extension for active and deactive mode.