Skip to content
Snippets Groups Projects
Commit 813e1a39 authored by maximilien(malb)'s avatar maximilien(malb)
Browse files

[FIX] account, account_asset: account move views with assets


Since the recent css change, when going to Accounting menu then assets / deferred revenues / deferred expenses with a related bills / sales / expenses (if there is one click on it, a widget will open) the list view related assets (that is displayed when an asset_id is link) was too big for the view. By adding a colspan, the issues is solved.

closes odoo/odoo#106148

Task-id: 3075466
Related: odoo/enterprise#34180
Signed-off-by: default avatarJohn Laterre (jol) <jol@odoo.com>
parent b1e1ae31
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
<field name="balance" readonly="1"/>
<field name="quantity" readonly="1"/>
</group>
<group string="Accounting Documents">
<group string="Accounting Documents" colspan="2">
<field name="move_id" readonly="1"/>
<field name="statement_line_id" readonly="True" attrs="{'invisible': [('statement_line_id','=',False)]}"/>
</group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment