Daily updates from Odoo
Saturday, November 15, 2025
1 change · saas-18.2
Resolved issues and error corrections
This update corrects how the company identification is written in NACHA payment files. The value is now formatted according to the file standard, which helps ensure bank files are generated correctly and accepted reliably.
Original PR description
According to https://achdevguide.nacha.org/ach-file-overview: - An alphanumeric field must be left-justified and post-padded with spaces. - A numeric field must be unsigned, right-justified and pre-padded with zeros. The Company Identification being an alphanumeric value (see https://achdevguide.nacha.org/ach-file-details), it should be left-justified and post-padded with spaces even in the type 8 record, like it is actually in the type 5 record. opw-5048564 Forward-Port-Of: odoo/enterprise#99469 Forward-Port-Of: odoo/enterprise#98922