mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
官网上架
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Odoo Module Template,App sample with widget. Developer guidelines. Odoo开发规范模板',
|
'name': 'Odoo Module Sample. module app addons template sample with widget. Developer guidelines. Odoo开发规范模板',
|
||||||
'version': '16.23.10.07',
|
'version': '16.23.10.07',
|
||||||
'author': 'odooai.cn',
|
'author': 'odooai.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
@@ -35,24 +35,27 @@
|
|||||||
'currency': 'EUR',
|
'currency': 'EUR',
|
||||||
'images': ['static/description/banner.gif'],
|
'images': ['static/description/banner.gif'],
|
||||||
'summary': '''
|
'summary': '''
|
||||||
Odoo module template. module sample with 170+ widget list. Copy to quick create app for odoo. Developer reference guides, Developer Tutorials.
|
Odoo module template. module sample with 170+ widget list. Clone this sample to your name to quick create your odoo addons.
|
||||||
|
Developer reference guides, Developer Tutorials.
|
||||||
Sample manifest, .py, .xml views and data. report, action, menu..
|
Sample manifest, .py, .xml views and data. report, action, menu..
|
||||||
All file follow odoo rule with comments.
|
|
||||||
''',
|
''',
|
||||||
'description': '''
|
'description': '''
|
||||||
|
Just Rename the sample app to your name to quick create new module.
|
||||||
|
All file follow odoo rule with comments.
|
||||||
Support Odoo 17,16,15,14,13,12, Enterprise and Community and odoo.sh Edition
|
Support Odoo 17,16,15,14,13,12, Enterprise and Community and odoo.sh Edition
|
||||||
Odoo Developr rule from here https://www.odooai.cn/documentation/16.0/developer.html
|
Odoo Developr rule from here https://www.odooai.cn/documentation/16.0/developer.html
|
||||||
1. A full Sample module app of odoo addons. All the code, views, data follow the odoo rule.
|
1. A full Sample module app of odoo addons. All the code, views, data follow the odoo rule.
|
||||||
2. Sample manifest file. Including structure and name and description etc, all field sample. Security xml and csv file for role group access rule.
|
2. Sample manifest file. Including structure and name and description etc, all field sample. Security xml and csv file for role group access rule.
|
||||||
Follow odoo rule in https://www.odooai.cn/documentation/16.0/zh_CN/developer/reference/backend/module.html#reference-module-manifest
|
Follow odoo rule follow
|
||||||
|
https://www.odooai.cn/documentation/16.0/zh_CN/developer/reference/backend/module.html#reference-module-manifest
|
||||||
3. Sample .py models file, for new model and inherit model
|
3. Sample .py models file, for new model and inherit model
|
||||||
4. Sample xml views file for models, with list, kanban, form, search。
|
4. Sample .xml views file for models, with list, kanban, form, search
|
||||||
5. Sample controllers file for website data publish and api developer. including how inherit odoo portal home.
|
5. Sample controllers file for website data publish and api developer. including how inherit odoo portal home.
|
||||||
6. Sample report design file. .py file with how sql define. .xml file for graph and pivot.
|
6. Sample report design file. .py file with how sql define. .xml file for graph and pivot.
|
||||||
7. Sample action and menu file.
|
7. Sample action and menu file. Root menu and menu group and action menu.
|
||||||
8. Ui misc sample。 Alert like info and special field setup..
|
8. Ui misc sample. Alert like info and special field setup.
|
||||||
9. Odoo Widget sample. 170+ widget list document and Frequently Used Sample.
|
9. Odoo Widget sample. 170+ widget list document and Frequently Used Sample.
|
||||||
10. Quick access odoo developer Tutorials online.
|
10. Quick access odoo developer Tutorials online. Document online for chinese and english. Fast visit in China.
|
||||||
11. Multi-language Support. Multi-Company Support.
|
11. Multi-language Support. Multi-Company Support.
|
||||||
12. Support Odoo 17,16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
|
12. Support Odoo 17,16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
|
||||||
13. Full Open Source.
|
13. Full Open Source.
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 73 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 200 KiB |
@@ -8,15 +8,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<!-- begin title-->
|
<!-- begin title-->
|
||||||
<section class="oe_container container o_cc o_cc2">
|
<section class="oe_container container o_cc o_cc2">
|
||||||
<h1 class="text-center bg-warning text-white pt24 pb24">Odoo Module Template,App sample with widget. </h1>
|
<h1 class="text-center bg-warning text-white pt24 pb24">Odoo Module Template. App sample with widget. </h1>
|
||||||
<h3 class="text-center">Developer reference guides, Developer Tutorials.</h3>
|
<h3 class="text-center">Odoo开发规范模板,Widget清单与使用样例</h3>
|
||||||
<h4 class="text-center">Odoo开发规范模板,Widget清单与使用样例</h4>
|
<h4 class="text-center">Sample Description of app. video and brief and detail demo snap and text</h4>
|
||||||
</section>
|
</section>
|
||||||
<!-- end title-->
|
<!-- end title-->
|
||||||
|
|
||||||
<!-- begin video-->
|
<!-- begin video-->
|
||||||
<section class="s_text_block o_colored_level pt16 pb16">
|
<section class="s_text_block o_colored_level pt16 pb16">
|
||||||
<div class="container s_allow_columns">
|
<div class="container s_allow_columns">
|
||||||
|
<p class="text-center bg-info text-white pt16 pb16">Just Clone this sample to your name to quick create your odoo addons</p>
|
||||||
<h2 class="text-center bg-info text-white pt16 pb16">- Demo Video -</h2>
|
<h2 class="text-center bg-info text-white pt16 pb16">- Demo Video -</h2>
|
||||||
</div>
|
</div>
|
||||||
<!-- local video-->
|
<!-- local video-->
|
||||||
@@ -24,7 +25,7 @@
|
|||||||
<div class="row s_nb_column_fixed">
|
<div class="row s_nb_column_fixed">
|
||||||
<div class="o_colored_level col-lg-12">
|
<div class="o_colored_level col-lg-12">
|
||||||
<video controls="controls" loop="1" preload="auto" muted autoplay src="app.mp4" class="o_video" style="width: 100%; height: 100%;">
|
<video controls="controls" loop="1" preload="auto" muted autoplay src="app.mp4" class="o_video" style="width: 100%; height: 100%;">
|
||||||
<source type="video/mp4" src="app.mp4"/>
|
<source type="video/mp4" src="odoo17.mp4"/>
|
||||||
<a href="">
|
<a href="">
|
||||||
Download the demo video.
|
Download the demo video.
|
||||||
</a>
|
</a>
|
||||||
@@ -50,7 +51,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="oe_row text-center">
|
<div class="oe_row text-center">
|
||||||
<p class="o_default_snippet_text">Demo Gif Animation if you can not get video</p>
|
<p class="o_default_snippet_text">Demo Gif Animation if you can not get video</p>
|
||||||
<img class="oe_demo oe_screenshot img img-fluid" src="superbar.gif">
|
<img class="oe_demo oe_screenshot img img-fluid" src="banner.gif">
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- end video-->
|
<!-- end video-->
|
||||||
@@ -68,27 +69,46 @@
|
|||||||
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">1</i>
|
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">1</i>
|
||||||
<div class="s_features_grid_content">
|
<div class="s_features_grid_content">
|
||||||
<h4 class="pt16">
|
<h4 class="pt16">
|
||||||
Quick Advance Search and navigator for all app data
|
A full Sample module app of odoo addons.
|
||||||
</h4>
|
</h4>
|
||||||
<p>20+ free odoo app search in box.</p>
|
<p>All the code, views, data follow the odoo rule.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box">
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box">
|
||||||
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">2</i>
|
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">2</i>
|
||||||
<div class="s_features_grid_content">
|
<div class="s_features_grid_content">
|
||||||
<h4 class="pt16">
|
<h4 class="pt16">
|
||||||
Quick search in tree list header
|
Sample manifest file.
|
||||||
</h4>
|
</h4>
|
||||||
<p>Date range, Datetime, selection, number supported.</p>
|
<p>Including structure and name and description etc, all field sample. Security xml and csv file for role group access rule. Follow odoo rule follow </p>
|
||||||
|
<p>https://www.odooai.cn/documentation/16.0/zh_CN/developer/reference/backend/module.html#reference-module-manifest</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
||||||
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">3</i>
|
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">3</i>
|
||||||
<div class="s_features_grid_content">
|
<div class="s_features_grid_content">
|
||||||
<h4 class="pt16">
|
<h4 class="pt16">
|
||||||
Advance search sidebar for many2one, many2many field
|
Sample .py models file
|
||||||
</h4>
|
</h4>
|
||||||
<p>m2o search, m2m search for multi select.<br></p>
|
<p>for new model and inherit model<br></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
||||||
|
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">4</i>
|
||||||
|
<div class="s_features_grid_content">
|
||||||
|
<h4 class="pt16">
|
||||||
|
Sample .xml views file for models
|
||||||
|
</h4>
|
||||||
|
<p>Sample xml views file for models, with list, kanban, form, search<br></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
||||||
|
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">5</i>
|
||||||
|
<div class="s_features_grid_content">
|
||||||
|
<h4 class="pt16">
|
||||||
|
Sample controllers file
|
||||||
|
</h4>
|
||||||
|
<p> for website data publish and api developer. including how inherit odoo portal home<br></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -96,25 +116,52 @@
|
|||||||
<div class="col-lg-6 s_col_no_bgcolor pb24">
|
<div class="col-lg-6 s_col_no_bgcolor pb24">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
||||||
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">4</i>
|
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">6</i>
|
||||||
<div class="s_features_grid_content">
|
<div class="s_features_grid_content">
|
||||||
<h4 class="pt16">
|
<h4 class="pt16">
|
||||||
Advance siderbar for date range search, datetime search
|
Sample report design file
|
||||||
</h4>
|
</h4>
|
||||||
<p>Extra for boolean search, selection search, number search.</p>
|
<p> .py file with how sql define. .xml file for graph and pivot</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
||||||
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">5</i>
|
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">7</i>
|
||||||
<div class="s_features_grid_content">
|
<div class="s_features_grid_content">
|
||||||
<h4 class="pt16">
|
<h4 class="pt16">
|
||||||
Search sidebar for list, kanban
|
Sample action and menu file
|
||||||
</h4>
|
</h4>
|
||||||
<p>Add more pivot, graph views than origin odoo.</p>
|
<p>Root menu and menu group and action menu</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
||||||
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">6</i>
|
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">8</i>
|
||||||
|
<div class="s_features_grid_content">
|
||||||
|
<h4 class="pt16">
|
||||||
|
Ui misc sample
|
||||||
|
</h4>
|
||||||
|
<p>Alert like info and special field setup.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
||||||
|
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">9</i>
|
||||||
|
<div class="s_features_grid_content">
|
||||||
|
<h4 class="pt16">
|
||||||
|
Odoo Widget sample
|
||||||
|
</h4>
|
||||||
|
<p>170+ widget list document and Frequently Used Sample.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
||||||
|
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">10</i>
|
||||||
|
<div class="s_features_grid_content">
|
||||||
|
<h4 class="pt16">
|
||||||
|
Quick access odoo developer Tutorials online.
|
||||||
|
</h4>
|
||||||
|
<p>Document online for chinese and english. Fast visit in China.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box" data-tilt-feature="">
|
||||||
|
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">11</i>
|
||||||
<div class="s_features_grid_content">
|
<div class="s_features_grid_content">
|
||||||
<h4 class="pt16">
|
<h4 class="pt16">
|
||||||
Full Open Source.Multi-language Support. Multi-Company Support
|
Full Open Source.Multi-language Support. Multi-Company Support
|
||||||
@@ -143,10 +190,34 @@
|
|||||||
data-name="Navbar">
|
data-name="Navbar">
|
||||||
<div class="s_table_of_content_navbar list-group o_no_link_popover" style="top: 82px; max-height: calc(100vh - 102px);">
|
<div class="s_table_of_content_navbar list-group o_no_link_popover" style="top: 82px; max-height: calc(100vh - 102px);">
|
||||||
<a href="#toc_01" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0 active">
|
<a href="#toc_01" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0 active">
|
||||||
All in One Search
|
A full Sample app
|
||||||
</a>
|
</a>
|
||||||
<a href="#toc_02" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0">
|
<a href="#toc_02" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0">
|
||||||
Product Search
|
Sample manifest
|
||||||
|
</a>
|
||||||
|
<a href="#toc_03" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0">
|
||||||
|
Sample .py
|
||||||
|
</a>
|
||||||
|
<a href="#toc_04" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0">
|
||||||
|
Sample .xml
|
||||||
|
</a>
|
||||||
|
<a href="#toc_05" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0">
|
||||||
|
Sample controllers
|
||||||
|
</a>
|
||||||
|
<a href="#toc_06" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0">
|
||||||
|
Sample report
|
||||||
|
</a>
|
||||||
|
<a href="#toc_07" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0">
|
||||||
|
Sample action and menu
|
||||||
|
</a>
|
||||||
|
<a href="#toc_08" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0">
|
||||||
|
Ui misc sample
|
||||||
|
</a>
|
||||||
|
<a href="#toc_09" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0">
|
||||||
|
Odoo Widget sample
|
||||||
|
</a>
|
||||||
|
<a href="#toc_10" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0">
|
||||||
|
Quick developer Tutorials
|
||||||
</a>
|
</a>
|
||||||
<a href="#toc_11" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0">
|
<a href="#toc_11" class="table_of_content_link list-group-item list-group-item-action py-2 border-0 rounded-0">
|
||||||
Multi-language,Multi-Company
|
Multi-language,Multi-Company
|
||||||
|
|||||||
BIN
app_sample/static/description/odoo17.mp4
Normal file
BIN
app_sample/static/description/odoo17.mp4
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user