Sale Product Multi Add

sale_product_multi_add
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/19.0/sale_product_multi_add
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Yusuke1998
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of the Sales module by allowing you to
import multiple products into your current Sale Order.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
sale_order_mass_import_form sale.order.mass.import.form sale.order field Inherits sale.view_order_form
view_import_product_to_sale import.products.to.sale.form sale.import.products form New
view_import_product_to_sale2 import.products.to.sale.form2 sale.import.products form New
Models touched (2)

New fields (2)
  • items One2many → sale.import.products.items
    comodel_name='sale.import.products.items' inverse_name='wizard_id'
  • products Many2many → product.product
    comodel_name='product.product'
Public methods (2)
  • create_items(self)
  • select_products(self)

New fields (3)
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
    default=1.0 digits='Product Unit of Measure' required=True
  • wizard_id Many2one → sale.import.products
    comodel_name='sale.import.products' string='Wizard'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/sale_product_multi_add
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of the Sales module by allowing you to
import multiple products into your current Sale Order.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
sale_order_mass_import_form sale.order.mass.import.form sale.order field Inherits sale.view_order_form
view_import_product_to_sale import.products.to.sale.form sale.import.products form New
view_import_product_to_sale2 import.products.to.sale.form2 sale.import.products form New
Models touched (2)

New fields (2)
  • items One2many → sale.import.products.items
    comodel_name='sale.import.products.items' inverse_name='wizard_id'
  • products Many2many → product.product
    comodel_name='product.product'
Public methods (2)
  • create_items(self)
  • select_products(self)

New fields (3)
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
    default=1.0 digits='Product Unit of Measure' required=True
  • wizard_id Many2one → sale.import.products
    comodel_name='sale.import.products' string='Wizard'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/17.0/sale_product_multi_add
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSale Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Mateu Griful, anaïs
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of the Sales module by allowing you to
import multiple products into your current Sale Order.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
sale_order_mass_import_form sale.order.mass.import.form sale.order field Inherits sale.view_order_form
view_import_product_to_sale import.products.to.sale.form sale.import.products form New
view_import_product_to_sale2 import.products.to.sale.form2 sale.import.products form New
Models touched (2)

New fields (2)
  • items One2many → sale.import.products.items
    comodel_name='sale.import.products.items' inverse_name='wizard_id'
  • products Many2many → product.product
    comodel_name='product.product'
Public methods (2)
  • create_items(self)
  • select_products(self)

New fields (3)
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
    default=1.0 digits='Product Unit of Measure' required=True
  • wizard_id Many2one → sale.import.products
    comodel_name='sale.import.products' string='Wizard'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/16.0/sale_product_multi_add
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYSale Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Weblate, OCA-git-bot, oca-ci, Jonathan Oscategui Taza
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:45
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
sale_order_mass_import_form sale.order.mass.import.form sale.order field Inherits sale.view_order_form
view_import_product_to_sale import.products.to.sale.form sale.import.products form New
view_import_product_to_sale2 import.products.to.sale.form2 sale.import.products form New
Models touched (2)

New fields (2)
  • items One2many → sale.import.products.items
    comodel_name='sale.import.products.items' inverse_name='wizard_id'
  • products Many2many → product.product
    comodel_name='product.product'
Public methods (2)
  • create_items(self)
  • select_products(self)

New fields (3)
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
    default=1.0 digits='Product Unit of Measure' required=True
  • wizard_id Many2one → sale.import.products
    comodel_name='sale.import.products' string='Wizard'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/15.0/sale_product_multi_add
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Juan Pablo Garza
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:34
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
sale_order_mass_import_form sale.order.mass.import.form sale.order field Inherits sale.view_order_form
view_import_product_to_sale import.products.to.sale.form sale.import.products form New
view_import_product_to_sale2 import.products.to.sale.form2 sale.import.products form New
Models touched (2)

New fields (2)
  • items One2many → sale.import.products.items
    comodel_name='sale.import.products.items' inverse_name='wizard_id'
  • products Many2many → product.product
    comodel_name='product.product'
Public methods (2)
  • create_items(self)
  • select_products(self)

New fields (3)
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
    default=1.0 digits='Product Unit of Measure' required=True
  • wizard_id Many2one → sale.import.products
    comodel_name='sale.import.products' string='Wizard'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/14.0/sale_product_multi_add
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYSale Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, newtratip, FrancescoBallerini, majouda
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - onchange_helper
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
sale_order_mass_import_form sale.order.mass.import.form sale.order field Inherits sale.view_order_form
view_import_product_to_sale import.products.to.sale.form sale.import.products form New
view_import_product_to_sale2 import.products.to.sale.form2 sale.import.products form New
Models touched (2)

New fields (2)
  • items One2many → sale.import.products.items
    comodel_name='sale.import.products.items' inverse_name='wizard_id'
  • products Many2many → product.product
    comodel_name='product.product'
Public methods (2)
  • create_items(self)
  • select_products(self)

New fields (3)
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
    default=1.0 digits='Product Unit of Measure' required=True
  • wizard_id Many2one → sale.import.products
    comodel_name='sale.import.products' string='Wizard'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/13.0/sale_product_multi_add
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSale Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, OCA-git-bot, François Honoré, Adrià Gil Sorribes
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
sale_order_mass_import_form sale.order.mass.import.form sale.order field Inherits sale.view_order_form
view_import_product_to_sale import.products.to.sale.form sale.import.products form New
view_import_product_to_sale2 import.products.to.sale.form2 sale.import.products form New
Models touched (2)

New fields (2)
  • items One2many → sale.import.products.items
    comodel_name='sale.import.products.items' inverse_name='wizard_id' ondelete='cascade'
  • products Many2many → product.product
    comodel_name='product.product'
Public methods (2)
  • create_items(self)
  • select_products(self)

New fields (3)
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
    default=1.0 digits='Product Unit of Measure' required=True
  • wizard_id Many2one → sale.import.products
    comodel_name='sale.import.products' string='Wizard'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/12.0/sale_product_multi_add
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYSale Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSOCA Transbot, David Dufresne, oca-travis, Weblate, OCA-git-bot, hveficent
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
sale_order_mass_import_form sale.order.mass.import.form sale.order field Inherits sale.view_order_form
view_import_product_to_sale import.products.to.sale.form sale.import.products form New
view_import_product_to_sale2 import.products.to.sale.form2 sale.import.products form New
Models touched (2)

New fields (2)
  • items One2many → sale.import.products.items
    comodel_name='sale.import.products.items' inverse_name='wizard_id' ondelete='cascade'
  • products Many2many → product.product
    comodel_name='product.product'
Public methods (2)
  • create_items(self)
    @api.multi
  • select_products(self)
    @api.multi

New fields (3)
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
    default=1.0 digits=dp.get_precision('Product Unit of Measure') required=True
  • wizard_id Many2one → sale.import.products
    comodel_name='sale.import.products' string='Wizard'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/11.0/sale_product_multi_add
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSale Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSDenis Roussel, OCA Transbot, oca-travis, OCA-git-bot, Adrià Gil Sorribes
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
sale_order_mass_import_form sale.order.mass.import.form sale.order field Inherits sale.view_order_form
view_import_product_to_sale import.products.to.sale.form sale.import.products form New
view_import_product_to_sale2 import.products.to.sale.form2 sale.import.products form New
Models touched (2)

New fields (2)
  • items One2many → sale.import.products.items
    comodel_name='sale.import.products.items' inverse_name='wizard_id' ondelete='cascade'
  • products Many2many → product.product
    comodel_name='product.product'
Public methods (2)
  • create_items(self)
    @api.multi
  • select_products(self)
    @api.multi

New fields (3)
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
    default=1.0 digits=dp.get_precision('Product Unit of Measure') required=True
  • wizard_id Many2one → sale.import.products
    comodel_name='sale.import.products' string='Wizard'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/10.0/sale_product_multi_add
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSale Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSCédric Pigeon, Denis Roussel, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_planner
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
sale_order_mass_import_form sale.order.mass.import.form sale.order div Inherits sale.view_order_form
view_import_product_to_sale import.products.to.sale.form sale.import.products form New
view_import_product_to_sale2 import.products.to.sale.form2 sale.import.products form New
Models touched (2)

New fields (2)
  • items One2many → sale.import.products.items
    comodel_name='sale.import.products.items' inverse_name='wizard_id'
  • products Many2many → product.product
    comodel_name='product.product'
Public methods (2)
  • create_items(self)
    @api.multi
  • select_products(self)
    @api.multi

New fields (3)
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
    default=1.0 digits=dp.get_precision('Product Unit of Measure') required=True
  • wizard_id Many2one → sale.import.products
    comodel_name='sale.import.products' string='Wizard'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/8.0/sale_product_multi_add
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, Weblate, Rafael Blasco, OCA-git-bot
WEBSITE
WEBSITEhttp://acsone.eu
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - web_kanban_sparkline
    - account_voucher
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - board
    - edi
    - email_template
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
sale_order_mass_import_form sale.order.mass.import.form sale.order xpath Inherits sale.view_order_form
view_import_product_to_sale import.products.to.sale.form sale.import.products form New
view_import_product_to_sale2 import.products.to.sale.form2 sale.import.products form New
Models touched (2)

New fields (2)
  • items One2many → sale.import.products.items
    comodel_name='sale.import.products.items' inverse_name='wizard_id'
  • products Many2many → product.product
    comodel_name='product.product' string='Products'
Public methods (2)
  • create_items(self)
    @api.multi
  • select_products(self)
    @api.multi

New fields (3)
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
    default=1.0 digits_compute=dp.get_precision('Product Unit of Measure') required=True string='Quantity'
  • wizard_id Many2one → sale.import.products
    comodel_name='sale.import.products' string='Wizard'
Public methods (0)

No public methods.