This commit is contained in:
ivan deng
2019-01-20 17:52:46 +08:00
parent 1b9649dbfe
commit 53f35afa33
8 changed files with 52 additions and 39 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 KiB

After

Width:  |  Height:  |  Size: 175 KiB

View File

@@ -6,6 +6,8 @@
<p>This moduld allows user to quickly customize and debranding Odoo. Quick debug, Language Switcher,
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.20</h3>
<p>Fix bug: Save config error.</p>
<h3>Update: v12.19.1.05</h3>
<p>Fix bug: If you install Muk moudle, odooapp customize 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>

View File

@@ -1,5 +0,0 @@
.o_user_menu .dropdown-menu img,
.o_user_menu_mobile .dropdown-item img {
height: 20px;
margin: 2px;
}

View File

@@ -3,3 +3,11 @@
height: 20px;
margin: 2px;
}
.oe_form_configuration {
.o_settings_container {
span {
display:inline-block;
}
}
}