This commit is contained in:
ivan deng
2017-08-19 05:00:46 +08:00
parent ba70ecc15b
commit 3d7f88f201
5 changed files with 10 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ App My Odoo Customize(Debranding Title,Language,Documentation,Quick Debug)
9.Customize "My odoo.com account" button 9.Customize "My odoo.com account" button
10.Standalone setting panel, easy to setup. 10.Standalone setting panel, easy to setup.
11.Provide 236 country flags. 11.Provide 236 country flags.
12.Multi-language Support.
This module can help to white label the Odoo. This module can help to white label the Odoo.
Also helpful for training and support for your odoo end-user. Also helpful for training and support for your odoo end-user.

View File

@@ -93,6 +93,7 @@ msgid "My Odoo.com Account Url"
msgstr "我的帐户链接" msgstr "我的帐户链接"
#. module: app_my_odoo_customize #. module: app_my_odoo_customize
#. openerp-web
#: code:addons/app_my_odoo_customize/static/src/xml/customize_user_menu.xml #: code:addons/app_my_odoo_customize/static/src/xml/customize_user_menu.xml
#, python-format #, python-format
msgid "Developer Manual" msgid "Developer Manual"

View File

@@ -19,6 +19,7 @@
<li>9.Customize "My odoo.com account" button</li> <li>9.Customize "My odoo.com account" button</li>
<li>10.Standalone setting panel, easy to setup.</li> <li>10.Standalone setting panel, easy to setup.</li>
<li>11.Provide 236 country flags.</li> <li>11.Provide 236 country flags.</li>
<li>12.Multi-language Support.</li>
</ul> </ul>
This module can help to white label the Odoo. This module can help to white label the Odoo.
Also helpful for training and support for your odoo end-user. Also helpful for training and support for your odoo end-user.
@@ -54,7 +55,7 @@
<div class="oe_row oe_spaced"> <div class="oe_row oe_spaced">
<div class="oe_demo" <div class="oe_demo"
style=" margin: 140px auto 10px; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;"> style=" margin: 140px auto 10px; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Setup more flags: just rename the flag pic to local code of the country</h2> <h2 class='oe_mt32'>Setup more flags: just rename the flag pic to locale code of the country</h2>
<p>You can find the pictures in "\app-odoo\app_my_odoo_customize\static\src\img\flags"</p> <p>You can find the pictures in "\app-odoo\app_my_odoo_customize\static\src\img\flags"</p>
</div> </div>
<div class="oe_demo oe_picture oe_screenshot"> <div class="oe_demo oe_picture oe_screenshot">

View File

@@ -13,7 +13,7 @@
<a href="#" data-menu="quitdebug">Deactivate the developer mode</a> <a href="#" data-menu="quitdebug">Deactivate the developer mode</a>
</li> </li>
<li> <li>
<a href="#" data-menu="documentation_dev" groups="base.group_multi_company">Developer Manual</a> <a href="#" data-menu="documentation_dev">Developer Manual</a>
</li> </li>
<li class="divider"/> <li class="divider"/>
</t> </t>

View File

@@ -10,12 +10,16 @@
<button string="Apply" type="object" name="execute" class="oe_highlight"/> <button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Cancel" type="object" name="cancel" class="oe_link" special="cancel"/> <button string="Cancel" type="object" name="cancel" class="oe_link" special="cancel"/>
</header> </header>
<separator string="White Label Setting" groups="app.group_theme"/> <separator string="White Label Setting"/>
<group string="System Name"> <group string="System Name">
<label for="app_system_name"/> <label for="app_system_name"/>
<div> <div>
<field name="app_system_name"/> <field name="app_system_name"/>
</div> </div>
<label string="Online Support"/>
<div>
<a href="http://www.sunpop.cn" target="_blank">Visit our website for more apps. >>Sunpop.cn</a>
</div>
</group> </group>
<group string="User Menu"> <group string="User Menu">
<label string="Item to Show"/> <label string="Item to Show"/>