fix chinese

This commit is contained in:
ivan deng
2018-11-14 22:23:08 +08:00
parent 7c201e3e81
commit a7ee663a2d
5 changed files with 36 additions and 33 deletions

View File

@@ -46,7 +46,7 @@
'data': [
'views/res_partner_category_views.xml',
'views/res_partner_views.xml',
'data/ir_value_data.xml',
'data/ir_default_data.xml',
'data/ir_sequence_data.xml',
'data/base_data.xml',
'data/res_currency_data.xml',

View File

@@ -51,7 +51,10 @@
* 税金模板
""",
'depends': ['l10n_cn'],
'depends': [
'account',
'l10n_cn',
],
'images': ['static/description/banner.png'],
'data': [
'views/account_account_views.xml',

View File

@@ -29,7 +29,7 @@
<field name="inherit_id" ref="account.view_account_search"/>
<field name="arch" type="xml">
<xpath expr="//group" position="inside">
<filter string="Group" domain="" context="{'group_by':'group_id'}"/>
<filter string="Group" name="accountgroup" domain="" context="{'group_by':'group_id'}"/>
</xpath>
</field>
</record>