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/
|
.idea/
|
||||||
\.idea
|
\.idea
|
||||||
@@ -121,7 +128,3 @@ venv.bak/
|
|||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
.dmypy.json
|
.dmypy.json
|
||||||
dmypy.json
|
dmypy.json
|
||||||
|
|
||||||
/app_odoo_customize/_resource
|
|
||||||
/app_web_studio
|
|
||||||
/web_studio
|
|
||||||
|
|||||||
@@ -32,8 +32,8 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': "Sunpop Odooapp Common Func",
|
'name': "Sunpop Odooapp Common Function",
|
||||||
'version': '13.20.09.05',
|
'version': '14.20.10.05',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
@@ -46,16 +46,17 @@
|
|||||||
'web',
|
'web',
|
||||||
],
|
],
|
||||||
'summary': '''
|
'summary': '''
|
||||||
Core for common use
|
Core for common use.
|
||||||
|
Add get m2o default method
|
||||||
基础核心
|
基础核心
|
||||||
''',
|
''',
|
||||||
'description': '''
|
'description': '''
|
||||||
Support Odoo 13,12, Enterprise and Community Edition
|
Support Odoo 14,13,12, Enterprise and Community Edition
|
||||||
1.
|
1. Easy get default 1st record of m2o list.
|
||||||
2.
|
2.
|
||||||
3. Multi-language Support.
|
3. Multi-language Support.
|
||||||
4. Multi-Company 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.
|
1.
|
||||||
2.
|
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">
|
<section class="oe_container">
|
||||||
<div class="oe_row oe_spaced" >
|
<div class="oe_row oe_spaced" >
|
||||||
<div class="oe_span12">
|
<div class="oe_span12">
|
||||||
<h2 class="oe_slogan"> </h2>
|
<h2 class="oe_slogan"> Sunpop Odooapp Common Function </h2>
|
||||||
<h3 class="oe_slogan"> </h3>
|
<h3 class="oe_slogan"> </h3>
|
||||||
<div class="oe_row">
|
<div class="oe_row">
|
||||||
<h3>Lastest update: v13.20.01.01</h3>
|
<h3>Lastest update: v14.20.10.05</h3>
|
||||||
<div class="oe_span12">
|
<div class="oe_span12">
|
||||||
<img class="oe_demo oe_screenshot" style="max-height: 100%;" src="banner.png">
|
<img class="oe_demo oe_screenshot" style="max-height: 100%;" src="banner.png">
|
||||||
</div>
|
</div>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
Put key function here.
|
Easy get default 1st record of m2o list.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'odoo 14,13 Customize OEM(Boost, Data reset)',
|
'name': 'odoo 14,13 Customize OEM(Boost, Data reset)',
|
||||||
'version': '13.20.10.04',
|
'version': '14.20.10.05',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Productivity',
|
'category': 'Productivity',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -57,12 +57,12 @@
|
|||||||
Odoo App of Sunpop.cn
|
Odoo App of Sunpop.cn
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Support Odoo 13,12, 11, Enterprise and Community Edition
|
Support Odoo 14,13,12, 11, Enterprise and Community Edition
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
3. Multi-language Support.
|
3. Multi-language Support.
|
||||||
4. Multi-Company 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.
|
1.
|
||||||
2.
|
2.
|
||||||
|
|||||||
Reference in New Issue
Block a user