This commit is contained in:
2026-02-08 22:49:57 +01:00
parent d007db7a1b
commit 5cc66b3a3a

View File

@@ -587,7 +587,7 @@ class ValuationReportContext(ModelView):
('fixed', 'Fixed'),
('hedged', 'Hedged')
], 'State')
strategy = fields.Many2One('mtm.strategy')
strategy = fields.Many2One('mtm.strategy',"Strategy")
@classmethod
def default_valuation_date(cls):