mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update po for crm
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "Sunpop Odooapp Common Func",
|
'name': "Sunpop Odooapp Common Func",
|
||||||
'version': '13.21.09.03',
|
'version': '13.21.12.20',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
@@ -48,11 +48,16 @@
|
|||||||
''',
|
''',
|
||||||
'description': '''
|
'description': '''
|
||||||
Support Odoo 13,12, Enterprise and Community Edition
|
Support Odoo 13,12, Enterprise and Community Edition
|
||||||
1.
|
1. Base function add timezone convert
|
||||||
2.
|
2. Remove select add warning
|
||||||
3. Multi-language Support.
|
3. Cron add user log
|
||||||
4. Multi-Company Support.
|
4. Rng file add extra function
|
||||||
5. Support Odoo 13,12, Enterprise and Community Edition
|
5. User add index
|
||||||
|
6. Add bg-xxx class like bg-danger
|
||||||
|
7. Add ali iconfont support, more icon
|
||||||
|
11. Multi-language Support.
|
||||||
|
12. Multi-Company Support.
|
||||||
|
13. Support Odoo 13,12, Enterprise and Community Edition
|
||||||
==========
|
==========
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
@@ -61,7 +66,6 @@
|
|||||||
5. Odoo 13, 12, 企业版,社区版,多版本支持
|
5. Odoo 13, 12, 企业版,社区版,多版本支持
|
||||||
''',
|
''',
|
||||||
'depends': [
|
'depends': [
|
||||||
'base',
|
|
||||||
'web',
|
'web',
|
||||||
],
|
],
|
||||||
'data': [
|
'data': [
|
||||||
@@ -69,6 +73,7 @@
|
|||||||
# 'security/ir.model.access.csv',
|
# 'security/ir.model.access.csv',
|
||||||
# 'data/.xml',
|
# 'data/.xml',
|
||||||
'views/ir_cron_views.xml',
|
'views/ir_cron_views.xml',
|
||||||
|
'views/webclient_templates.xml',
|
||||||
# 'report/.xml',
|
# 'report/.xml',
|
||||||
],
|
],
|
||||||
'qweb': [
|
'qweb': [
|
||||||
|
|||||||
19
app_common/static/src/css/iconfont.css
Normal file
19
app_common/static/src/css/iconfont.css
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "iconfont"; /* Project id 3033683 */
|
||||||
|
src: url('iconfont.woff2?t=1639985883617') format('woff2'),
|
||||||
|
url('iconfont.woff?t=1639985883617') format('woff'),
|
||||||
|
url('iconfont.ttf?t=1639985883617') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconfont {
|
||||||
|
font-family: "iconfont" !important;
|
||||||
|
font-size: 16px;
|
||||||
|
font-style: normal;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-nfc:before {
|
||||||
|
content: "\e7e7";
|
||||||
|
}
|
||||||
|
|
||||||
BIN
app_common/static/src/css/iconfont.ttf
Normal file
BIN
app_common/static/src/css/iconfont.ttf
Normal file
Binary file not shown.
BIN
app_common/static/src/css/iconfont.woff
Normal file
BIN
app_common/static/src/css/iconfont.woff
Normal file
Binary file not shown.
BIN
app_common/static/src/css/iconfont.woff2
Normal file
BIN
app_common/static/src/css/iconfont.woff2
Normal file
Binary file not shown.
8
app_common/views/webclient_templates.xml
Normal file
8
app_common/views/webclient_templates.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<template id="assets_backend" name="app_common assets" inherit_id="web.assets_backend">
|
||||||
|
<xpath expr="//link[last()]" position="after">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/app_common/static/src/css/iconfont.css"/>
|
||||||
|
</xpath>
|
||||||
|
</template>
|
||||||
|
</odoo>
|
||||||
Reference in New Issue
Block a user