Purchase Requisition Multiple Vendor

purchase_requisition_multiple_vendor
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/17.0/purchase_requisition_multiple_vendor
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPurchase
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Manuel Regidor
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_requisition
    - purchase
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This modules allows to select multiple vendors in the "Create Alternative" wizard in purchase orders, so multiple alternatives can be created altogether.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
purchase_requisition_multiple_vendors_create_alternative_form purchase.requisition.multiple.vendors.create.alternative.form purchase.requisition.create.alternative field Inherits purchase_requisition.purchase_requisition_create_alternative_form
Models touched (1)

New fields (2)
  • partner_id Many2one
    compute='_compute_partner_id' readonly=False
  • partner_ids Many2many → res.partner
    comodel_name='res.partner' required=True string='Partners'
Public methods (2)
  • action_create_alternative(self)
  • create_alternative_multiple_vendors(self)