Wednesday, January 7, 2026
1 change · master
New functionality added to Odoo
This update adds a new module to ensure Odoo complies with French accounting regulations for loans. Specifically, it classifies loans into mid-term (12-60 months) and long-term (over 60 months) categories, as required by French law. This ensures accurate financial reporting for French businesses using Odoo Enterprise.
Original PR description
This **PR** introduces a new module to handle loan-related logic specific to l10n_fr. In France, long-term loans must be split into mid-term and long-term categories. For Loan Analysis: 1. Mid-term: loan term between 12 and 60 months 2. Long-term: loan term greater than 60 months This module implements the required classification to ensure compliance with French accounting rules. **task**-5412001