Odoo ERP table

<< Click to Display Table of Contents >>

Navigation:  Project > Screens > Graphical objects > Debug library >

Odoo ERP table

Previous pageReturn to chapter overviewNext page

debugarea

 

Let's look at the "General" properties of this object  (properties not listed in the table are common to all objects, you can read about them here).

 

Property

ST script field

Description

Font type

fonttype

Type of the text's font.

Font size

fontsize

Size of the text's font.

Level

level

Default debug level: TRACE, DEBUG, INFO, ERROR.

 

It's also possible to use script field Filters. By using this field you can add filters in ST script. Filters should be separated by comma. For example:

         Objects.DebugArea.filters = "tag, modbus";

 

debugarearuntime

During Runtime you can choose level, add and remove filter, clear all filters, check autoscrolling and clear debug area.

 

Properties from the "Flash" tab are described here.

Properties from the "Rotation" tab are described here.

Properties from the "Motion" tab are described here.

Properties from the "Visibility" tab are described here.