mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Merge pull request #776 from nbessi/fix_search_more_from_form_view
Fix asset view "search more" on parent_id field
This commit is contained in:
@@ -228,6 +228,7 @@
|
||||
<field name="name"/>
|
||||
<field name="type" invisible="1"/>
|
||||
<field name="code"/>
|
||||
<field name="state" invisible="1"/>
|
||||
<!--
|
||||
<field name="depreciation_base" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||
<field name="value_depreciated" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||
@@ -235,7 +236,6 @@
|
||||
<field name="date_start"/>
|
||||
<field name="date_remove"/>
|
||||
<field name="profile_id"/>
|
||||
<field name="state" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||
<field name="company_id" groups="base.group_multi_company"/>
|
||||
-->
|
||||
</tree>
|
||||
|
||||
Reference in New Issue
Block a user