mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update app
This commit is contained in:
@@ -10,8 +10,11 @@
|
||||
<attribute name="groups"/>
|
||||
</field>
|
||||
<field name="installed_version" position="after">
|
||||
<field name="latest_version"/>
|
||||
<field name="local_updatable"/>
|
||||
<field name="latest_version" optional="hide"/>
|
||||
<field name="local_updatable" optional="show"/>
|
||||
</field>
|
||||
<field name="website" position="attributes">
|
||||
<attribute name="optional">hide</attribute>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</record>
|
||||
|
||||
<record id="action_server_module_multi_refresh_po" model="ir.actions.server">
|
||||
<field name="name">Refresh Module Translation</field>
|
||||
<field name="name">Refresh Translation</field>
|
||||
<field name="type">ir.actions.server</field>
|
||||
<field name="binding_model_id" ref="base.model_ir_module_module" />
|
||||
<field name="model_id" ref="base.model_ir_module_module" />
|
||||
|
||||
Reference in New Issue
Block a user