mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update desc
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -3,9 +3,9 @@
|
|||||||
.idea
|
.idea
|
||||||
.iml
|
.iml
|
||||||
/app_odoo_customize/_resource
|
/app_odoo_customize/_resource
|
||||||
|
/app_web_enterprise_hack
|
||||||
/app_web_studio
|
/app_web_studio
|
||||||
/web_studio
|
/web_studio
|
||||||
/ref
|
|
||||||
/_temp
|
/_temp
|
||||||
.conf
|
*.bat
|
||||||
.pyc
|
*.conf
|
||||||
@@ -37,10 +37,8 @@
|
|||||||
1. 可以一键快速将多个产品加到客户收据与供应商帐单中
|
1. 可以一键快速将多个产品加到客户收据与供应商帐单中
|
||||||
2. 可对产品进行过滤、分组,然后批量加入
|
2. 可对产品进行过滤、分组,然后批量加入
|
||||||
""",
|
""",
|
||||||
'price': 0.00,
|
|
||||||
'currency': 'EUR',
|
|
||||||
'depends': [
|
'depends': [
|
||||||
'app_web_one2many_multi_add',
|
# 'app_web_one2many_multi_add',
|
||||||
'account',
|
'account',
|
||||||
],
|
],
|
||||||
'images': ['static/description/banner.gif'],
|
'images': ['static/description/banner.gif'],
|
||||||
|
|||||||
@@ -8,9 +8,6 @@
|
|||||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||||
<div class="oe_demo"
|
<div class="oe_demo"
|
||||||
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
|
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>
|
<h2 class='oe_mt32'>One Click to add multi product to Account Customer Invoice, Vendor Bill.</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_demo oe_screenshot">
|
<div class="oe_demo oe_screenshot">
|
||||||
|
|||||||
@@ -37,10 +37,8 @@
|
|||||||
1. 可以一键快速将多个产品加到制造Bom中
|
1. 可以一键快速将多个产品加到制造Bom中
|
||||||
2. 可对产品进行过滤、分组,然后批量加入
|
2. 可对产品进行过滤、分组,然后批量加入
|
||||||
""",
|
""",
|
||||||
'price': 0.00,
|
|
||||||
'currency': 'EUR',
|
|
||||||
'depends': [
|
'depends': [
|
||||||
'app_web_one2many_multi_add',
|
# 'app_web_one2many_multi_add',
|
||||||
'mrp',
|
'mrp',
|
||||||
],
|
],
|
||||||
'images': ['static/description/banner.gif'],
|
'images': ['static/description/banner.gif'],
|
||||||
|
|||||||
@@ -8,9 +8,6 @@
|
|||||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||||
<div class="oe_demo"
|
<div class="oe_demo"
|
||||||
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
|
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>
|
<h2 class='oe_mt32'>One Click to add multi product to MRP Bom.</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_demo oe_screenshot">
|
<div class="oe_demo oe_screenshot">
|
||||||
|
|||||||
@@ -37,10 +37,8 @@
|
|||||||
1. 可以一键快速将多个产品加到采购订单中
|
1. 可以一键快速将多个产品加到采购订单中
|
||||||
2. 可对产品进行过滤、分组,然后批量加入
|
2. 可对产品进行过滤、分组,然后批量加入
|
||||||
""",
|
""",
|
||||||
'price': 0.00,
|
|
||||||
'currency': 'EUR',
|
|
||||||
'depends': [
|
'depends': [
|
||||||
'app_web_one2many_multi_add',
|
# 'app_web_one2many_multi_add',
|
||||||
'purchase',
|
'purchase',
|
||||||
],
|
],
|
||||||
'images': ['static/description/banner.gif'],
|
'images': ['static/description/banner.gif'],
|
||||||
|
|||||||
@@ -8,9 +8,6 @@
|
|||||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||||
<div class="oe_demo"
|
<div class="oe_demo"
|
||||||
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
|
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>
|
<h2 class='oe_mt32'>One Click to add multi product to Purchase Order.</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_demo oe_screenshot">
|
<div class="oe_demo oe_screenshot">
|
||||||
|
|||||||
@@ -37,10 +37,8 @@
|
|||||||
1. 可以一键快速将多个产品加到销售订单中
|
1. 可以一键快速将多个产品加到销售订单中
|
||||||
2. 可对产品进行过滤、分组,然后批量加入
|
2. 可对产品进行过滤、分组,然后批量加入
|
||||||
""",
|
""",
|
||||||
'price': 0.00,
|
|
||||||
'currency': 'EUR',
|
|
||||||
'depends': [
|
'depends': [
|
||||||
'app_web_one2many_multi_add',
|
# 'app_web_one2many_multi_add',
|
||||||
'sale',
|
'sale',
|
||||||
],
|
],
|
||||||
'images': ['static/description/banner.gif'],
|
'images': ['static/description/banner.gif'],
|
||||||
|
|||||||
@@ -8,9 +8,6 @@
|
|||||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||||
<div class="oe_demo"
|
<div class="oe_demo"
|
||||||
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
|
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>
|
<h2 class='oe_mt32'>One Click to add multi product to Sale Order.</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_demo oe_screenshot">
|
<div class="oe_demo oe_screenshot">
|
||||||
|
|||||||
@@ -37,10 +37,8 @@
|
|||||||
1. 可以一键快速将多个产品加到库存调拨单中
|
1. 可以一键快速将多个产品加到库存调拨单中
|
||||||
2. 可对产品进行过滤、分组,然后批量加入
|
2. 可对产品进行过滤、分组,然后批量加入
|
||||||
""",
|
""",
|
||||||
'price': 0.00,
|
|
||||||
'currency': 'EUR',
|
|
||||||
'depends': [
|
'depends': [
|
||||||
'app_web_one2many_multi_add',
|
# 'app_web_one2many_multi_add',
|
||||||
'stock',
|
'stock',
|
||||||
],
|
],
|
||||||
'images': ['static/description/banner.gif'],
|
'images': ['static/description/banner.gif'],
|
||||||
|
|||||||
@@ -8,9 +8,6 @@
|
|||||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||||
<div class="oe_demo"
|
<div class="oe_demo"
|
||||||
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
|
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>
|
<h2 class='oe_mt32'>One Click to add multi product to Stock Picking Order.</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_demo oe_screenshot">
|
<div class="oe_demo oe_screenshot">
|
||||||
|
|||||||
Reference in New Issue
Block a user