add hr, cat level, product period....

This commit is contained in:
ivan deng
2020-04-12 19:09:16 +08:00
parent 12d196f806
commit ee8a5cfa2e
4 changed files with 29 additions and 8 deletions

View File

@@ -23,7 +23,7 @@
{
'name': 'Customize odoo OEM (Boost, My Odoo)',
'version': '13.20.04.11',
'version': '13.20.04.12',
'author': 'Sunpop.cn',
'category': 'Productivity',
'website': 'https://www.sunpop.cn',

View File

@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-03-15 10:33+0000\n"
"PO-Revision-Date: 2020-03-15 10:33+0000\n"
"POT-Creation-Date: 2020-04-12 10:21+0000\n"
"PO-Revision-Date: 2020-04-12 10:21+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@@ -275,6 +275,11 @@ msgstr "我的帐户链接"
msgid "Please confirm to delete the select data?"
msgstr "您确认要删除指定数据?"
#. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.replace_login
msgid "Powered by <span>odooApp</span>"
msgstr "Powered by <span>Sunpop.cn</span>"
#. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_res_config_settings__app_system_name
msgid "Setup System Name,which replace Odoo"
@@ -306,6 +311,11 @@ msgstr "显示升级企业版标签提醒"
msgid "Show My Account"
msgstr "显示我的帐户"
#. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_res_config_settings__module_odoo_referral
msgid "Show Odoo Referral"
msgstr "显示Odoo推荐"
#. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_res_config_settings__app_show_poweredby
msgid "Show Powered by Odoo"
@@ -372,6 +382,11 @@ msgstr "不选中则会隐藏odoo分享"
msgid "Uncheck to hide the Powered by text"
msgstr "不勾选则不显示Odoo Powered by"
#. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_res_config_settings__module_odoo_referral
msgid "Uncheck to remove the Odoo Referral"
msgstr "不勾选则不显示Odoo推荐"
#. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.app_module_view_kanban
msgid "Uninstall"

View File

@@ -42,6 +42,10 @@
Online Documentation Access,Quick Data Clear. </p>
<p class="mb16">Support Odoo 13, 12, 11, 10, 9. Including community and enterprise version. </p>
</div>
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
<p>If you want to change the login page. </p>
<p class="mb16">Please modify the file \views\app_odoo_customize_views.xml </p>
</div>
</div>
</div>
</section>
@@ -51,6 +55,8 @@
<div class="oe_span12">
<h2 class="oe_slogan">This is a Long Term Support Apps.</h2>
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
<h3>Update: v13.20.04.12</h3>
<p>31. Show or hide odoo Referral in the top menu.</p>
<h3>Update: v13.20.03.23</h3>
<p>30. 1 key export app translate file like .po file.</p>
<h3>Update: v13.20.02.25</h3>

View File

@@ -9,9 +9,9 @@
</xpath>
</template>
<!-- some odoo version not support, please remove this if you are using odoo9 -->
<!--<template id="replace_login" name="Login Layout" inherit_id="web.login_layout">-->
<!--<xpath expr="//a[@target='_blank']" position="replace">-->
<!--<a href="https://www.sunpop.cn" target="_blank">Powered by <span>odooApp</span></a>-->
<!--</xpath>-->
<!--</template>-->
<template id="replace_login" name="Login Layout" inherit_id="web.login_layout">
<xpath expr="//a[@target='_blank']" position="replace">
<a href="https://www.sunpop.cn" target="_blank">Powered by <span>odooApp</span></a>
</xpath>
</template>
</odoo>