Purchase Isolated RFQ

purchase_isolated_rfq
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/14.0/purchase_isolated_rfq
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYPurchases
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Héctor Villarreal Ortega, oca-git-bot, Surachet Saejueng
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - account
    - base_setup
    - base
    - web
    - 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

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
purchase_order_form purchase.order.form purchase.order xpath Inherits purchase.purchase_order_form
Models touched (1)

New fields (4)
  • order_sequence Boolean
    index=True readonly=True string='Order Sequence'
  • purchase_order_id Many2one → purchase.order
    comodel_name='purchase.order' copy=False help='For RFQ, this field references to its Purchases Order' ondelete='restrict' readonly=True string='Order'
  • quote_id Many2one → purchase.order
    comodel_name='purchase.order' copy=False help='For Purchases Order, this field references to its RFQ' ondelete='restrict' readonly=True string='Quotation'
  • rfq_state Selection
    help='Only relative RFQ states' readonly=True related='state' string='RFQ Status'
Public methods (3)
  • action_convert_to_order(self)
  • create(self, vals)
    @api.model
  • open_duplicated_purchase_order(self)
    @api.model
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/13.0/purchase_isolated_rfq
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYPurchases
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, OCA-git-bot, Kitti U, kongrattapong
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - account
    - base_setup
    - base
    - web
    - 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

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
purchase_order_form purchase.order.form purchase.order xpath Inherits purchase.purchase_order_form
Models touched (1)

New fields (4)
  • order_sequence Boolean
    index=True readonly=True string='Order Sequence'
  • purchase_order_id Many2one → purchase.order
    comodel_name='purchase.order' copy=False help='For RFQ, this field references to its Purchases Order' ondelete='restrict' readonly=True string='Order'
  • quote_id Many2one → purchase.order
    comodel_name='purchase.order' copy=False help='For Purchases Order, this field references to its RFQ' ondelete='restrict' readonly=True string='Quotation'
  • rfq_state Selection
    help='Only relative RFQ states' readonly=True related='state' selection=[('draft', 'Draft'), ('sent', 'Mail Sent'), ('cancel', 'Cancelled'), ('done', 'Done')] string='RFQ Status'
Public methods (3)
  • action_convert_to_order(self)
  • create(self, vals)
    @api.model
  • open_duplicated_purchase_order(self)
    @api.model