commit
a543b33144
|
@ -69,7 +69,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
</group>
|
</group>
|
||||||
<notebook>
|
<notebook>
|
||||||
<page string="SQL Query">
|
<page string="SQL Query">
|
||||||
<field name="query" nolabel="1" colspan="4" attrs="{'readonly': [('state', '!=', 'draft')]}"/>
|
<field name="query" nolabel="1" colspan="4" attrs="{'readonly': [('state', '!=', 'draft')]}" widget="ace"/>
|
||||||
</page>
|
</page>
|
||||||
<page string="SQL Fields" attrs="{'invisible': [('state', '=', 'draft')]}">
|
<page string="SQL Fields" attrs="{'invisible': [('state', '=', 'draft')]}">
|
||||||
<field name="bi_sql_view_field_ids" nolabel="1" colspan="4" attrs="{'readonly': [('state', '!=', 'sql_valid')]}">
|
<field name="bi_sql_view_field_ids" nolabel="1" colspan="4" attrs="{'readonly': [('state', '!=', 'sql_valid')]}">
|
||||||
|
|
Loading…
Reference in New Issue