| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/14.0/sale_purchase_requisition |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Moduon |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Moduon |
| COMMITTERS | |
| COMMITTERS | Jairo Llopis, Weblate, OCA-git-bot, oca-ci, Andrea Cattalani |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm - purchase_requisition - purchase |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_requisition_form_view_inherited |
purchase.requisition.form.inherited | purchase.requisition | xpath | Inherits purchase_requisition.view_purchase_requisition_form |
sale_view_order_form_inherited |
sale.order.form.inherited. | sale.order | xpath | Inherits sale.view_order_form |
sale_id
Many2one → sale.order
comodel_name='sale.order'
help='Sale order related to this purchase requisition.'
string='Sale Order'
sale_order_sync_warning
Char
compute='_compute_sale_order_sync_warning'
compute_sudo=True
sale_user_id
Many2one → res.users
comodel_name='res.users'
related='sale_id.user_id'
string='Sale Representative'
No public methods.
line_order_id
Many2one → sale.order.line
comodel_name='sale.order.line'
string='Sale Order Line'
write(self, values)
open_purchase_requisition_count
Integer
compute='_compute_opened_purchase_requisition_count'
help='Number of purchase requisitions in open state'
string='Open Purchase Requisitions'
purchase_requisition_ids
One2many → purchase.requisition
comodel_name='purchase.requisition'
inverse_name='sale_id'
string='Purchase requisitions'
purchase_requisition_sync_warning
Char
compute='_compute_purchase_requisition_sync_warning'
help='Warning message to be displayed when order lines are not synced with purchase requisitions'
action_cancel(self)
action_create_purchase_requisition(self)
action_view_purchase_requisitions(self)
write(self, vals)
purchase_requisition_line_ids
One2many → purchase.requisition.line
comodel_name='purchase.requisition.line'
inverse_name='line_order_id'
string='Purchase requisition lines'
unlink(self)