update common and po

This commit is contained in:
ivan deng
2021-12-31 18:34:44 +08:00
parent 9303f7ebb6
commit 7749d6ca31
6 changed files with 24 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
{
'name': "Multi Add Purchase Product,采购订单批量加产品",
'version': '13.19.11.19',
'version': '13.21.12.30',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',
@@ -33,9 +33,11 @@
App Purchase Order Product Multi Add.
1. One Click to add multi product to Purchase Order.
2. All the product can filter and group.
3. Pop a detail form to add purchase line with detail.
采购订单批量增加产品
1. 可以一键快速将多个产品加到采购订单中
2. 可对产品进行过滤、分组,然后批量加入
3. 可以弹出一个明细录入界面添加,便于同时支持列表添加及表单添加
""",
'depends': [
# 'app_web_one2many_multi_add',

View File

@@ -20,6 +20,12 @@ msgstr ""
msgid "Add a product"
msgstr "添加产品"
#. module: app_purchase_product_multi_add
#: model_terms:ir.ui.view,arch_db:app_purchase_product_multi_add.app_purchase_order_form
msgid "Advance Add"
msgstr "高级添加"
#. module: app_purchase_product_multi_add
#: model_terms:ir.ui.view,arch_db:app_purchase_product_multi_add.app_purchase_order_form
msgid "Multi Add Product"

View File

@@ -11,6 +11,9 @@
'pro_res_model': 'product.product',
'pro_res_field': 'product_id',
}"/>
<create name="single_add_line" string="Advance Add" context="{
'pro_single_add': True,
}"/>
</xpath>
</field>
</record>

View File

@@ -17,7 +17,7 @@
{
'name': "Multi Add Sale Product,订单批量加产品",
'version': '13.20.04.06',
'version': '13.21.12.30',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',
@@ -33,9 +33,11 @@
App Sale Order Product Multi Add.
1. One Click to add multi product to Sale Order.
2. All the product can filter and group.
3. Pop a detail form to add sale line with detail.
销售订单批量增加产品.
1. 可以一键快速将多个产品加到销售订单中
2. 可对产品进行过滤、分组,然后批量加入
3. 可以弹出一个明细录入界面添加,便于同时支持列表添加及表单添加
""",
'depends': [
# 'app_web_one2many_multi_add',

View File

@@ -20,3 +20,9 @@ msgstr ""
msgid "Multi add product"
msgstr "批量添加"
#. module: app_sale_product_multi_add
#: model_terms:ir.ui.view,arch_db:app_sale_product_multi_add.app_view_order_form
msgid "Advance Add"
msgstr "高级添加"

View File

@@ -13,6 +13,9 @@
'pro_res_model': 'product.product',
'pro_res_field': 'product_id',
}"/>
<create name="single_add_line" string="Advance Add" context="{
'pro_single_add': True,
}"/>
</xpath>
</field>
</record>