mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
fix viexs
This commit is contained in:
committed by
Akim Juillerat
parent
2e7fe380c9
commit
d0c247952e
@@ -177,7 +177,7 @@
|
||||
<field name="type" invisible="1"/>
|
||||
<field name="code"/>
|
||||
<field name="depreciation_base" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||
<field name="value_residual" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||
<field name="value_depreciated" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||
<field name="value_residual" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||
<field name="date_start"/>
|
||||
<field name="date_remove"/>
|
||||
@@ -228,6 +228,7 @@
|
||||
<field name="name"/>
|
||||
<field name="type" invisible="1"/>
|
||||
<field name="code"/>
|
||||
<!--
|
||||
<field name="depreciation_base" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||
<field name="value_depreciated" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||
<field name="value_residual" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||
@@ -236,6 +237,7 @@
|
||||
<field name="profile_id"/>
|
||||
<field name="state" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||
<field name="company_id" groups="base.group_multi_company"/>
|
||||
-->
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
@@ -13,13 +13,14 @@
|
||||
<menuitem id="account_asset_menu_hierarchy"
|
||||
action="account_asset_action_hierarchy"
|
||||
parent="menu_finance_assets"
|
||||
groups="account.group_account_manager"
|
||||
sequence="100"/>
|
||||
|
||||
<menuitem id="account_asset_compute_menu"
|
||||
action="account_asset_compute_action"
|
||||
parent="menu_finance_assets"
|
||||
sequence="110"/>
|
||||
|
||||
|
||||
<menuitem id="menu_finance_config_assets"
|
||||
name="Assets"
|
||||
parent="account.menu_finance_configuration"
|
||||
@@ -28,5 +29,5 @@
|
||||
<menuitem id="account_asset_profile_menu"
|
||||
action="account_asset_profile_action"
|
||||
parent="menu_finance_config_assets"/>
|
||||
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user