fix order dict

This commit is contained in:
ivan deng
2020-03-05 18:58:37 +08:00
parent 49f7a9e2ed
commit 883168d640
9 changed files with 115 additions and 12 deletions

View File

@@ -62,7 +62,7 @@
</field>
</record>
<!--默认打开可更新模块-->
<record id="base.open_module_tree" model="ir.module.module">
<record id="base.open_module_tree" model="ir.actions.act_window">
<field name="context">{'search_default_is_local_updatable':1}</field>
</record>
</odoo>