跳至内容

术语和条件
30-day money-back guarantee
Shipping: 2-3 Business Days

One2many Multi Creat

An independent treegrid widget, used to display the business object data in treegrid structure which have parent id.

In the native function of Odoo, the business document detail lines are all one2many sublists, and the columns indicate that the detail lines and products are many2one relationships, so by default, only one line of detail can be added at a time.

In wholesale business scenarios, it is necessary to select purchased products in batches based on product classification, so order lines need to be added in batches based on product classification.

This module is to add order quantity columns and product multiple selection functions in the opened product search dialog box to achieve batch addition of order detail lines.

Although in the next version of ODOO, the sales order will add the function of quickly adding order lines by category, that function is to open the product's dashboard page, and this function is only for sales orders and not a universal solution.

Our module enables quick addition of all one2many list rows through simple configuration of options in the view.

Odoo原生功能中,业务单据明细行都是one2many子列表,而列表明细行和产品是many2one的关系,所以默认只能一次添加一行明细。

在批发业务场景中,需要根据产品分类批量选择购买的商品,所以需要根据产品分类批量添加订单行。

本模块就是在打开的产品搜索对话框中,通过增加订单数量列,和产品多选功能,实现订单明细行的批量添加。

尽管在下个版本的odoo中,销售订单增加了按分类快速添加订单行的功能,但是那个功能是打开产品的看板页面,并且这个功能只针对销售订单,不是通用的解决方案。

我们的模块,通过视图中选项的简单配置,实现所有one2many列表行的快速添加。

The module for odoo16 version is ready!

产品亮点

Multi add items for any many2one fields

截图说明

Click on the Add multi item button in the one2many list 在one2many列表中点击Add multi item按钮
In the product search more dialog box, batch edit the order quantity.
Note: The search panel on the left side in this screenshot is not within the scope of this module's functionality and is another independent module that we need to purchase separately.
在产品search more对话框中,批量编辑订单数量。
注意:本截图中左侧search panel,不属于本模块功能范围,是我们另外一个独立的模块功能,需要单独购买。
After batch editing the quantity, select multiple products and click the select button in the dialog box. 批量编辑数量后,选择多个产品,并点击对话框的选择按钮。
The product you have selected with the edited order quantity has been correctly added to the sales order line. 你所选择的编辑过订单数量的产品,被正确添加到销售订单行中.
By configuring multi_add and specifying multi_field options for the one2many field, a universal one2many list batch addition can be achieved 通过为one2many字段配置multi_add和指定multi_field选项,实现通用的one2many列表批量添加.
一般问题和答案

不!由于Odoo前端在每个版本中都有重大变化,因此所有前端模块都不支持跨版本使用。

根据Odoo的官方政策,从版本13开始,每个新版本的模块都需要单独购买,如果您需要升级Odoo版本,您需要回购我们相应版本的模块.

是的,该模块与Odoo Enterprise和Community都能很好地配合使用。 .

是的,您可以通过模块描述第一部分中列出的任何方式与我们联系,例如电子邮件、skeype。

One2many Multi Creat

An independent treegrid widget, used to display the business object data in treegrid structure which have parent id.

In the native function of Odoo, the business document detail lines are all one2many sublists, and the columns indicate that the detail lines and products are many2one relationships, so by default, only one line of detail can be added at a time.

In wholesale business scenarios, it is necessary to select purchased products in batches based on product classification, so order lines need to be added in batches based on product classification.

This module is to add order quantity columns and product multiple selection functions in the opened product search dialog box to achieve batch addition of order detail lines.

Although in the next version of ODOO, the sales order will add the function of quickly adding order lines by category, that function is to open the product's dashboard page, and this function is only for sales orders and not a universal solution.

Our module enables quick addition of all one2many list rows through simple configuration of options in the view.

Odoo原生功能中,业务单据明细行都是one2many子列表,而列表明细行和产品是many2one的关系,所以默认只能一次添加一行明细。

在批发业务场景中,需要根据产品分类批量选择购买的商品,所以需要根据产品分类批量添加订单行。

本模块就是在打开的产品搜索对话框中,通过增加订单数量列,和产品多选功能,实现订单明细行的批量添加。

尽管在下个版本的odoo中,销售订单增加了按分类快速添加订单行的功能,但是那个功能是打开产品的看板页面,并且这个功能只针对销售订单,不是通用的解决方案。

我们的模块,通过视图中选项的简单配置,实现所有one2many列表行的快速添加。

The module for odoo18 version is ready!

产品亮点

Multi add items for any many2one fields

截图说明

Click on the Add multi item button in the one2many list 在one2many列表中点击Add multi item按钮
In the product search more dialog box, batch edit the order quantity.
Note: The search panel on the left side in this screenshot is not within the scope of this module's functionality and is another independent module that we need to purchase separately.
在产品search more对话框中,批量编辑订单数量。
注意:本截图中左侧search panel,不属于本模块功能范围,是我们另外一个独立的模块功能,需要单独购买。
After batch editing the quantity, select multiple products and click the select button in the dialog box. 批量编辑数量后,选择多个产品,并点击对话框的选择按钮。
The product you have selected with the edited order quantity has been correctly added to the sales order line. 你所选择的编辑过订单数量的产品,被正确添加到销售订单行中.
By configuring multi_add and specifying multi_field options for the one2many field, a universal one2many list batch addition can be achieved 通过为one2many字段配置multi_add和指定multi_field选项,实现通用的one2many列表批量添加.
Very important:
1、Ensure that the list view does not enable filter or grouping functionality.
Because filter or grouping will destroy the parent-child relationship of the original data, resulting in the inability to form a tree structure
2、Make sure tree_field such as 'parent_id' in the list view
3、Sometimes,the field 'name' have widget exsit, or field name is recompute by function,such as project.task, we define widget and options on name field will not getting the results we want, so we need apply the define widget and options on another field
4、The widget can not display list in multi page, because record in multi page can not compute root level
General questions and answers

No! Since the Odoo front-end has major changes in each version, all front-end modules do not support cross-version use.

According to Odoo's official policy, starting from version 13, each new version of the module needs to be purchased separately, if you need to upgrade the Odoo version, you need to repurchase our corresponding version of the module .

Yes, the module works well with Odoo Enterprise as well as Community. .

Yes, You can contact us through any way listed in the first part of the module description,such as email, skeype.

Proprietary License v1.0