mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix
This commit is contained in:
@@ -22,6 +22,7 @@ App My Odoo Customize(Debranding Title,Language,Documentation,Quick Debug)
|
||||
9.Customize "My odoo.com account" button
|
||||
10.Standalone setting panel, easy to setup.
|
||||
11.Provide 236 country flags.
|
||||
12.Multi-language Support.
|
||||
|
||||
This module can help to white label the Odoo.
|
||||
Also helpful for training and support for your odoo end-user.
|
||||
|
||||
@@ -93,6 +93,7 @@ msgid "My Odoo.com Account Url"
|
||||
msgstr "我的帐户链接"
|
||||
|
||||
#. module: app_my_odoo_customize
|
||||
#. openerp-web
|
||||
#: code:addons/app_my_odoo_customize/static/src/xml/customize_user_menu.xml
|
||||
#, python-format
|
||||
msgid "Developer Manual"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<li>9.Customize "My odoo.com account" button</li>
|
||||
<li>10.Standalone setting panel, easy to setup.</li>
|
||||
<li>11.Provide 236 country flags.</li>
|
||||
<li>12.Multi-language Support.</li>
|
||||
</ul>
|
||||
This module can help to white label the Odoo.
|
||||
Also helpful for training and support for your odoo end-user.
|
||||
@@ -54,7 +55,7 @@
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_demo"
|
||||
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>
|
||||
</div>
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<a href="#" data-menu="quitdebug">Deactivate the developer mode</a>
|
||||
</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 class="divider"/>
|
||||
</t>
|
||||
|
||||
@@ -10,12 +10,16 @@
|
||||
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
|
||||
<button string="Cancel" type="object" name="cancel" class="oe_link" special="cancel"/>
|
||||
</header>
|
||||
<separator string="White Label Setting" groups="app.group_theme"/>
|
||||
<separator string="White Label Setting"/>
|
||||
<group string="System Name">
|
||||
<label for="app_system_name"/>
|
||||
<div>
|
||||
<field name="app_system_name"/>
|
||||
</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 string="User Menu">
|
||||
<label string="Item to Show"/>
|
||||
|
||||
Reference in New Issue
Block a user