mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
init odoo 14 base
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,3 +1,10 @@
|
||||
#个人文件目录,不传到git,每个人将个人文件放到 _s 目录下
|
||||
_s/
|
||||
addons_ent_remove/
|
||||
addons_odoo/
|
||||
app-dev/
|
||||
myconf/
|
||||
z/
|
||||
/.idea
|
||||
.idea/
|
||||
\.idea
|
||||
@@ -121,7 +128,3 @@ venv.bak/
|
||||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
|
||||
/app_odoo_customize/_resource
|
||||
/app_web_studio
|
||||
/web_studio
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
##############################################################################
|
||||
|
||||
{
|
||||
'name': "Sunpop Odooapp Common Func",
|
||||
'version': '13.20.09.05',
|
||||
'name': "Sunpop Odooapp Common Function",
|
||||
'version': '14.20.10.05',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Base',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
@@ -46,16 +46,17 @@
|
||||
'web',
|
||||
],
|
||||
'summary': '''
|
||||
Core for common use
|
||||
Core for common use.
|
||||
Add get m2o default method
|
||||
基础核心
|
||||
''',
|
||||
'description': '''
|
||||
Support Odoo 13,12, Enterprise and Community Edition
|
||||
1.
|
||||
Support Odoo 14,13,12, Enterprise and Community Edition
|
||||
1. Easy get default 1st record of m2o list.
|
||||
2.
|
||||
3. Multi-language Support.
|
||||
4. Multi-Company Support.
|
||||
5. Support Odoo 13,12, Enterprise and Community Edition
|
||||
5. Support Odoo 14,13,12, Enterprise and Community Edition
|
||||
==========
|
||||
1.
|
||||
2.
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 238 KiB After Width: | Height: | Size: 176 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 70 KiB |
@@ -1,10 +1,10 @@
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced" >
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan"> </h2>
|
||||
<h2 class="oe_slogan"> Sunpop Odooapp Common Function </h2>
|
||||
<h3 class="oe_slogan"> </h3>
|
||||
<div class="oe_row">
|
||||
<h3>Lastest update: v13.20.01.01</h3>
|
||||
<h3>Lastest update: v14.20.10.05</h3>
|
||||
<div class="oe_span12">
|
||||
<img class="oe_demo oe_screenshot" style="max-height: 100%;" src="banner.png">
|
||||
</div>
|
||||
@@ -14,7 +14,7 @@
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Put key function here.
|
||||
Easy get default 1st record of m2o list.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
@@ -26,7 +26,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
5. Support Odoo 13,12, 11, Enterprise and Community Edition.
|
||||
5. Support Odoo 14,13,12, 11, Enterprise and Community Edition.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
{
|
||||
'name': 'odoo 14,13 Customize OEM(Boost, Data reset)',
|
||||
'version': '13.20.10.04',
|
||||
'version': '14.20.10.05',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Productivity',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
|
||||
@@ -57,12 +57,12 @@
|
||||
Odoo App of Sunpop.cn
|
||||
""",
|
||||
'description': """
|
||||
Support Odoo 13,12, 11, Enterprise and Community Edition
|
||||
Support Odoo 14,13,12, 11, Enterprise and Community Edition
|
||||
1.
|
||||
2.
|
||||
3. Multi-language Support.
|
||||
4. Multi-Company Support.
|
||||
5. Support Odoo 13,12, 11, Enterprise and Community Edition
|
||||
5. Support Odoo 14,13,12, 11, Enterprise and Community Edition
|
||||
==========
|
||||
1.
|
||||
2.
|
||||
|
||||
Reference in New Issue
Block a user