Skip to content

Commit

Permalink
FIX facto_receiv: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Dec 15, 2023
1 parent bbf34a9 commit f2bf509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_factoring_receivable_balance/models/company.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ResCompany(models.Model):

factor_config_currency_id = fields.Many2one(
comodel_name="res.currency",
string="Currency",
string="Facto Currency",
help="Use to configure account and journal",
)

Expand Down

0 comments on commit f2bf509

Please sign in to comment.