mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update 更新 18 版财务相关
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<field name="inherit_id" ref="account.view_account_form"/>
|
<field name="inherit_id" ref="account.view_account_form"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//field[@name='account_type']" position="after">
|
<xpath expr="//field[@name='account_type']" position="after">
|
||||||
<field name="parent_id" widget="ztree_select"/>
|
<field name="parent_id" widget="ztree_select" options="{'ztree_name_field': 'display_name'}"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|||||||
@@ -56,7 +56,6 @@
|
|||||||
'images': ['static/description/banner.png'],
|
'images': ['static/description/banner.png'],
|
||||||
'data': [
|
'data': [
|
||||||
'views/account_account_views.xml',
|
'views/account_account_views.xml',
|
||||||
'views/account_views.xml',
|
|
||||||
'data/account_account_tag_data.xml',
|
'data/account_account_tag_data.xml',
|
||||||
'report/account_report.xml',
|
'report/account_report.xml',
|
||||||
'report/report_voucher.xml',
|
'report/report_voucher.xml',
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
<data>
|
|
||||||
</data>
|
|
||||||
</odoo>
|
|
||||||
Reference in New Issue
Block a user