diff --git a/app_common/__manifest__.py b/app_common/__manifest__.py index a8a8fc14..608b2722 100644 --- a/app_common/__manifest__.py +++ b/app_common/__manifest__.py @@ -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 13,12, Enterprise and Community Edition - 1. - 2. - 3. Multi-language Support. - 4. Multi-Company Support. - 5. Support Odoo 13,12, 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 13,12, 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': [ diff --git a/app_common/static/src/css/iconfont.css b/app_common/static/src/css/iconfont.css new file mode 100644 index 00000000..5bd791bf --- /dev/null +++ b/app_common/static/src/css/iconfont.css @@ -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"; +} + diff --git a/app_common/static/src/css/iconfont.ttf b/app_common/static/src/css/iconfont.ttf new file mode 100644 index 00000000..39be19d2 Binary files /dev/null and b/app_common/static/src/css/iconfont.ttf differ diff --git a/app_common/static/src/css/iconfont.woff b/app_common/static/src/css/iconfont.woff new file mode 100644 index 00000000..b30ac3c4 Binary files /dev/null and b/app_common/static/src/css/iconfont.woff differ diff --git a/app_common/static/src/css/iconfont.woff2 b/app_common/static/src/css/iconfont.woff2 new file mode 100644 index 00000000..ebc6a2a5 Binary files /dev/null and b/app_common/static/src/css/iconfont.woff2 differ diff --git a/app_common/views/webclient_templates.xml b/app_common/views/webclient_templates.xml new file mode 100644 index 00000000..8bc3a651 --- /dev/null +++ b/app_common/views/webclient_templates.xml @@ -0,0 +1,8 @@ + + + +