Skip to content

Commit

Permalink
[FIX] Missing field string information for the field 'regimenes_ganan…
Browse files Browse the repository at this point in the history
…cias_ids' from the 'res.config.settings' model
  • Loading branch information
rafaelaxcelere committed Aug 21, 2023
1 parent 8d6795e commit 14687ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_ar_account_withholding/wizard/res_config_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class ResConfigSettings(models.TransientModel):
)
regimenes_ganancias_ids = fields.Many2many(
related='company_id.regimenes_ganancias_ids',
string='Regimenes Ganancia',
readonly=False,
)
agip_padron_type = fields.Selection(
Expand Down

0 comments on commit 14687ba

Please sign in to comment.