TIP: You can type at any time to perform a new search.
Account Invoice Currency by Partner
account_invoice_currency_by_partner · OCA/account-invoicing
- Repository
- OCA/account-invoicing · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Account
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-invoicing
- Last tracking update
- 2026-08-11 17:15:18
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Weblate, OCA-git-bot, oca-ci, juancarlosonate-tecnativa
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows you to define default currencies for each partner, improving accuracy and reducing manual work when creating invoices or bills. You can assign: - Vendor Currency → automatically applied on vendor bills and vendor refunds - Customer Currency → automatically applied on customer invoices and credit notes If no partner-specific currency is configured, Odoo falls back to its standard currency selection. This feature helps ensure consistency in multi-currency environments and speeds up day-to-day accounting operations.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
view.partenr.form.inherit | res.partner | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (2)
-
customer_currency_idMany2one → res.currencycomodel_name='res.currency'company_dependent=Truehelp='If field, this value set currency in customer bills for this partner'string='Customer Currency' -
vendor_currency_idMany2one → res.currencycomodel_name='res.currency'company_dependent=Truehelp='If field, this value set currency in vendor bills for this partner'string='Vendor Currency'
No public methods.
Loading…