Merge pull request #3265 from expsa/changemnt-in-sytem-dashbord

without finacial impact
This commit is contained in:
ahmed-nouri051 2025-05-21 08:20:48 +02:00 committed by GitHub
commit 49e719a5e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class BaseDashboard(models.Model):
string='Self Service?',
)
is_financial_impact = fields.Boolean(
string='Financial Impact?',
string='Without Financial Impact?',
)
form_view_id = fields.Many2one('ir.ui.view', string='Form View', )