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:
@@ -177,7 +177,7 @@
|
|||||||
<field name="type" invisible="1"/>
|
<field name="type" invisible="1"/>
|
||||||
<field name="code"/>
|
<field name="code"/>
|
||||||
<field name="depreciation_base" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
<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="value_residual" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||||
<field name="date_start"/>
|
<field name="date_start"/>
|
||||||
<field name="date_remove"/>
|
<field name="date_remove"/>
|
||||||
@@ -228,6 +228,7 @@
|
|||||||
<field name="name"/>
|
<field name="name"/>
|
||||||
<field name="type" invisible="1"/>
|
<field name="type" invisible="1"/>
|
||||||
<field name="code"/>
|
<field name="code"/>
|
||||||
|
<!--
|
||||||
<field name="depreciation_base" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
<field name="depreciation_base" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||||
<field name="value_depreciated" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
<field name="value_depreciated" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||||
<field name="value_residual" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
<field name="value_residual" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||||
@@ -236,6 +237,7 @@
|
|||||||
<field name="profile_id"/>
|
<field name="profile_id"/>
|
||||||
<field name="state" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
<field name="state" attrs="{'invisible': [('type', '=', 'view')]}"/>
|
||||||
<field name="company_id" groups="base.group_multi_company"/>
|
<field name="company_id" groups="base.group_multi_company"/>
|
||||||
|
-->
|
||||||
</tree>
|
</tree>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|||||||
@@ -13,13 +13,14 @@
|
|||||||
<menuitem id="account_asset_menu_hierarchy"
|
<menuitem id="account_asset_menu_hierarchy"
|
||||||
action="account_asset_action_hierarchy"
|
action="account_asset_action_hierarchy"
|
||||||
parent="menu_finance_assets"
|
parent="menu_finance_assets"
|
||||||
|
groups="account.group_account_manager"
|
||||||
sequence="100"/>
|
sequence="100"/>
|
||||||
|
|
||||||
<menuitem id="account_asset_compute_menu"
|
<menuitem id="account_asset_compute_menu"
|
||||||
action="account_asset_compute_action"
|
action="account_asset_compute_action"
|
||||||
parent="menu_finance_assets"
|
parent="menu_finance_assets"
|
||||||
sequence="110"/>
|
sequence="110"/>
|
||||||
|
|
||||||
<menuitem id="menu_finance_config_assets"
|
<menuitem id="menu_finance_config_assets"
|
||||||
name="Assets"
|
name="Assets"
|
||||||
parent="account.menu_finance_configuration"
|
parent="account.menu_finance_configuration"
|
||||||
@@ -28,5 +29,5 @@
|
|||||||
<menuitem id="account_asset_profile_menu"
|
<menuitem id="account_asset_profile_menu"
|
||||||
action="account_asset_profile_action"
|
action="account_asset_profile_action"
|
||||||
parent="menu_finance_config_assets"/>
|
parent="menu_finance_config_assets"/>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user