TIP: You can type at any time to perform a new search.
Quick Purchase order
quick_purchase · OCA/purchase-workflow
- Repository
- OCA/purchase-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Purchase
- Folder size
- 0.26 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.akretion.com
- Last tracking update
- 2026-08-07 07:03:10
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Sylvain LE GAL, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_product_tree_view |
product.product | tree | New | |
product_search_form_view |
product.product | form | Inherits product.product_search_form_view | |
view_purchase_form |
purchase.order | form | Inherits purchase.purchase_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
po_line_idsOne2many → purchase.order.linehelp='Technical: used to compute quantities to purchase.' args: 'purchase.order.line', 'product_id' -
qty_to_purchaseFloatcompute='_compute_purchase_qty'help='Set this quantity to create a new purchase line for this product or update the existing one.'inverse='_inverse_set_purchase_qty'oldname='purchase_qty'
-
button_return_purchase(self)@api.multi -
search(self, args, offset=0, limit=None, order=None, count=False)@api.model
New fields (0)
No new fields.
Public methods (1)-
add_product(self)@api.multi