This commit is contained in:
ivan deng
2019-01-05 18:02:02 +08:00
parent 5a5cbe4028
commit f8b6c1fa18
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
Online Documentation Access,Quick Data Clear. </p>
<p>Support Odoo 12, 11, 10, 9. Including communicate and enterprise version. </p>
<h3>Update: v12.19.1.05</h3>
<p>Fix bug: when install Muk moudle, would pop error like "attachment_location".</p>
<p>Fix bug: when install Muk moudle, would pop error like "attachment_location". Sometime you need to uninstall this app and restart odoo, install again to take affect.</p>
<h3>Update: v12.0.12.25</h3>
<p>add 22. Update online manual and developer document to odoo12.</p>
<h3>Update: v12.0.11.08</h3>

View File

@@ -3,7 +3,7 @@
<data>
<record id="view_app_theme_config_settings" model="ir.ui.view">
<field name="name">Odoo Customize Settings</field>
<field name="model">app.theme.config.settings</field>
<field name="model">res.config.settings</field>
<field name="arch" type="xml">
<form string="odooApp Customize Settings" class="oe_form_configuration">
<header>
@@ -168,7 +168,7 @@
<record id="action_app_theme_config" model="ir.actions.act_window">
<field name="name">Customize Debrand</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">app.theme.config.settings</field>
<field name="res_model">res.config.settings</field>
<field name="view_mode">form</field>
<field name="target">inline</field>
</record>