update po for crm

This commit is contained in:
ivan deng
2021-12-23 17:44:13 +08:00
parent 317f0e44cd
commit cac7d9e71c
6 changed files with 39 additions and 7 deletions

View File

@@ -33,7 +33,7 @@
{
'name': "Sunpop Odooapp Common Func",
'version': '13.21.09.03',
'version': '13.21.12.20',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',
@@ -48,11 +48,16 @@
''',
'description': '''
Support Odoo 1312, Enterprise and Community Edition
1.
2.
3. Multi-language Support.
4. Multi-Company Support.
5. Support Odoo 1312, Enterprise and Community Edition
1. Base function add timezone convert
2. Remove select add warning
3. Cron add user log
4. Rng file add extra function
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 1312, Enterprise and Community Edition
==========
1.
2.
@@ -61,7 +66,6 @@
5. Odoo 13, 12, 企业版,社区版,多版本支持
''',
'depends': [
'base',
'web',
],
'data': [
@@ -69,6 +73,7 @@
# 'security/ir.model.access.csv',
# 'data/.xml',
'views/ir_cron_views.xml',
'views/webclient_templates.xml',
# 'report/.xml',
],
'qweb': [

View 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";
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View 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>