TIP: You can type at any time to perform a new search.
Purchase Request To Procurement
purchase_request_to_procurement · OCA/purchase-workflow
- Repository
- OCA/purchase-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.33 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://www.acsone.eu
- Last tracking update
- 2026-08-07 07:17:49
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- GitHub, Jordi Ballester Alomar, Weblate, OCA Transbot, oca-travis
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_request_form_view |
purchase.request.form (in purchase_request_to_procurement) | purchase.request | form | Inherits purchase_request.view_purchase_request_form |
purchase_request_line_form_view |
purchase.request.line.form | purchase.request.line | form | Inherits purchase_request.purchase_request_line_form |
purchase_request_line_make_procurement_order_form_view |
purchase.request.line.make.procurement.order.form (in purchase_request_to_procurement) | purchase.request.line.make.procurement.order | form | New |
purchase_request_line_tree_view |
purchase.request.line.tree | purchase.request.line | tree | Inherits purchase_request.purchase_request_line_tree |
purchase_request_search_view |
purchase.request.search (in purchase_request_to_procurement) | purchase.request | search | Inherits purchase_request.view_purchase_request_search |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
location_idMany2one → stock.locationcomodel_name='stock.location'readonly=Truestates={'draft': [('readonly', False)]}string='Location' -
warehouse_idMany2one → stock.warehousecomodel_name='stock.warehouse'readonly=Truestates={'draft': [('readonly', False)]}string='Warehouse'
-
onchange_picking_type_id(self)@api.onchange('picking_type_id', 'warehouse_id')Fill the warehouse and the location with the defaults of the selected picking type.
New fields (1)
-
procurement_stateSelectionreadonly=Truerelated='procurement_id.state'store=Truestring='Procurement State'
No public methods.
New fields (1)
-
purchase_request_line_m2m_idsMany2many → purchase.request.linecolumn1='wizard_id'column2='pr_line_id'comodel_name='purchase.request.line'default=_get_default_request_linedomain=_get_domainrelation='wizard_id_pr_line_id_rel'string='Items'
-
make_procurement_order(self)@api.multiwizard object action to launch the generation of the procurement order
Loading…