TIP: You can type at any time to perform a new search.
Purchase Stock Picking Show Currency Rate
purchase_stock_picking_show_currency_rate · OCA/purchase-workflow
- Repository
- OCA/purchase-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Purchases
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/purchase-workflow
- Last tracking update
- 2026-08-07 08:09:24
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Aungkokolin1997, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form.inherit | res.config.settings | form | Inherits account.res_config_settings_view_form |
stock_picking_form |
stock.picking.form | stock.picking | form | Inherits stock.view_picking_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
picking_rate_display_typeSelectiondefault='normal'help='Select how to display exchange rates on pickings.\nExample (company currency: JPY; 1 USD = 150 JPY):\n- Unit per company currency → 0.0066 (USD per JPY)\n- Company currency per unit → 150 (JPY per USD)'required=True args: [('normal', 'Unit per Company Currency'), ('inverse_rate', 'Company Currency per Unit')]
No public methods.
New fields (1)
-
picking_rate_display_typeSelectionreadonly=Falserelated='company_id.picking_rate_display_type'
No public methods.
New fields (4)
-
currency_rate_amountFloatcompute='_compute_currency_rate_amount'digits=0string='Rate amount' -
purchase_currency_idMany2onereadonly=Truerelated='purchase_id.currency_id'string='Purchase currency' -
rate_at_doneFloathelp='Technical Field to store the rate at done.' -
show_currency_rate_amountBooleancompute='_compute_show_currency_rate_amount'readonly=True
No public methods.
Loading…