update desc

This commit is contained in:
ivan deng
2018-08-19 21:13:48 +08:00
parent 146c103c88
commit 7a48eff1b6
11 changed files with 8 additions and 33 deletions

6
.gitignore vendored
View File

@@ -3,9 +3,9 @@
.idea
.iml
/app_odoo_customize/_resource
/app_web_enterprise_hack
/app_web_studio
/web_studio
/ref
/_temp
.conf
.pyc
*.bat
*.conf

View File

@@ -37,10 +37,8 @@
1. 可以一键快速将多个产品加到客户收据与供应商帐单中
2. 可对产品进行过滤、分组,然后批量加入
""",
'price': 0.00,
'currency': 'EUR',
'depends': [
'app_web_one2many_multi_add',
# 'app_web_one2many_multi_add',
'account',
],
'images': ['static/description/banner.gif'],

View File

@@ -8,9 +8,6 @@
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
<p>Because odoo.com Sync Bug, you can get this free App from
<a target="_blank" href="https://github.com/guohuadeng/app-odoo/tree/10.0"> "My Github".</a>
</p>
<h2 class='oe_mt32'>One Click to add multi product to Account Customer Invoice, Vendor Bill.</h2>
</div>
<div class="oe_demo oe_screenshot">

View File

@@ -37,10 +37,8 @@
1. 可以一键快速将多个产品加到制造Bom中
2. 可对产品进行过滤、分组,然后批量加入
""",
'price': 0.00,
'currency': 'EUR',
'depends': [
'app_web_one2many_multi_add',
# 'app_web_one2many_multi_add',
'mrp',
],
'images': ['static/description/banner.gif'],

View File

@@ -8,9 +8,6 @@
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
<p>Because odoo.com Sync Bug, you can get this free App from
<a target="_blank" href="https://github.com/guohuadeng/app-odoo/tree/10.0"> "My Github".</a>
</p>
<h2 class='oe_mt32'>One Click to add multi product to MRP Bom.</h2>
</div>
<div class="oe_demo oe_screenshot">

View File

@@ -37,10 +37,8 @@
1. 可以一键快速将多个产品加到采购订单中
2. 可对产品进行过滤、分组,然后批量加入
""",
'price': 0.00,
'currency': 'EUR',
'depends': [
'app_web_one2many_multi_add',
# 'app_web_one2many_multi_add',
'purchase',
],
'images': ['static/description/banner.gif'],

View File

@@ -8,9 +8,6 @@
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
<p>Because odoo.com Sync Bug, you can get this free App from
<a target="_blank" href="https://github.com/guohuadeng/app-odoo/tree/10.0"> "My Github".</a>
</p>
<h2 class='oe_mt32'>One Click to add multi product to Purchase Order.</h2>
</div>
<div class="oe_demo oe_screenshot">

View File

@@ -37,10 +37,8 @@
1. 可以一键快速将多个产品加到销售订单中
2. 可对产品进行过滤、分组,然后批量加入
""",
'price': 0.00,
'currency': 'EUR',
'depends': [
'app_web_one2many_multi_add',
# 'app_web_one2many_multi_add',
'sale',
],
'images': ['static/description/banner.gif'],

View File

@@ -8,9 +8,6 @@
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
<p>Because odoo.com Sync Bug, you can get this free App from
<a target="_blank" href="https://github.com/guohuadeng/app-odoo/tree/10.0"> "My Github".</a>
</p>
<h2 class='oe_mt32'>One Click to add multi product to Sale Order.</h2>
</div>
<div class="oe_demo oe_screenshot">

View File

@@ -37,10 +37,8 @@
1. 可以一键快速将多个产品加到库存调拨单中
2. 可对产品进行过滤、分组,然后批量加入
""",
'price': 0.00,
'currency': 'EUR',
'depends': [
'app_web_one2many_multi_add',
# 'app_web_one2many_multi_add',
'stock',
],
'images': ['static/description/banner.gif'],

View File

@@ -8,9 +8,6 @@
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
<p>Because odoo.com Sync Bug, you can get this free App from
<a target="_blank" href="https://github.com/guohuadeng/app-odoo/tree/10.0"> "My Github".</a>
</p>
<h2 class='oe_mt32'>One Click to add multi product to Stock Picking Order.</h2>
</div>
<div class="oe_demo oe_screenshot">