fix hatchtec multi company

This commit is contained in:
ivan deng
2020-03-04 23:05:51 +08:00
parent e9908c5410
commit 49f7a9e2ed
2 changed files with 5 additions and 1 deletions

View File

@@ -61,4 +61,8 @@
<xpath expr="//div[@class='oe_module_action']/a[@target='_blank']" position="replace" groups="app_odoo_customize.group_show_quick_upgrade"/>
</field>
</record>
<!--默认打开可更新模块-->
<record id="base.open_module_tree" model="ir.module.module">
<field name="context">{'search_default_is_local_updatable':1}</field>
</record>
</odoo>