TIP: You can type at any time to perform a new search.
Purchase Requisition Multicurrency
purchase_requisition_multicurrency · OCA/purchase-workflow
- Repository
- OCA/purchase-workflow · module folder · Try on Runboat
- Module version
- 0.1.0
- Category
- Purchase Management
- Folder size
- 0.02 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-07 07:17:49
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
purchase requisition assets | ir.ui.view | qweb | Inherits purchase_requisition.assets_backend |
purchase_order_line_tree_tender |
purchase.order.line.tree.tender | purchase.order.line | tree | Inherits purchase_requisition.purchase_order_line_tree_tender |
view_purchase_requisition_form |
purchase.requisition.form.inherit | purchase.requisition | form | Inherits purchase_requisition.view_purchase_requisition_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
price_subtotal_coFloatcompute='_compute_prices_in_company_currency'digits=dp.get_precision('Account')help='Subtotal in company currency.'store=Truestring='Subtotal' -
price_unit_coFloatcompute='_compute_prices_in_company_currency'digits=dp.get_precision('Account')help='Unit Price in company currency.'store=Truestring='Unit Price'
No public methods.
New fields (3)
-
currency_idMany2one → res.currencycomodel_name='res.currency'related='pricelist_id.currency_id'string='Currency' -
date_exchange_rateDatehelp='Defines Exchange rate date of Unit price and subtotal If not set, takes todays exchange rate.' args: 'Exchange rate reference date' -
pricelist_idMany2one → product.pricelisthelp='Pricelist that represent the currency for current logistic request.'required=True args: 'product.pricelist', 'Pricelist'
No public methods.
Loading…
Loading…