mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Merge pull request #202 from vrenaville/fix_related_currency_field
[FIX] multicompany
This commit is contained in:
@@ -26,7 +26,8 @@ class AccountBankStatementLine(models.Model):
|
||||
|
||||
currency_symbol = fields.Char(
|
||||
string='Journal Currency',
|
||||
related='statement_id.currency.symbol', readonly=True)
|
||||
related='statement_id.currency.symbol',
|
||||
related_sudo=False, readonly=True)
|
||||
|
||||
|
||||
class AccountBankStatement(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user