[FIX] account_chart_update: responsive views
Make its 2nd step usable. @moduon MT-1923
This commit is contained in:
parent
fc7ec0bb64
commit
bcef995ecc
@ -204,11 +204,9 @@
|
|||||||
</notebook>
|
</notebook>
|
||||||
</page>
|
</page>
|
||||||
</notebook>
|
</notebook>
|
||||||
<group
|
<div attrs="{'invisible':[('state','!=','ready')]}">
|
||||||
attrs="{'invisible':[('state','!=','ready'),]}"
|
<h3>Records to create/update</h3>
|
||||||
string="Records to create/update"
|
<notebook>
|
||||||
>
|
|
||||||
<notebook colspan="4">
|
|
||||||
<page
|
<page
|
||||||
string="Taxes"
|
string="Taxes"
|
||||||
attrs="{'invisible': [('update_tax', '=', False)]}"
|
attrs="{'invisible': [('update_tax', '=', False)]}"
|
||||||
@ -314,7 +312,7 @@
|
|||||||
</field>
|
</field>
|
||||||
</page>
|
</page>
|
||||||
</notebook>
|
</notebook>
|
||||||
</group>
|
</div>
|
||||||
<group
|
<group
|
||||||
col="4"
|
col="4"
|
||||||
colspan="4"
|
colspan="4"
|
||||||
|
Loading…
Reference in New Issue
Block a user