Monday, March 2, 2020
3 changes · master
Resolved issues and error corrections
This update fixes minor spelling and hyphenation mistakes in user-facing text, including wording around bank statement imports and comma-separated values. The change improves clarity and polish without altering any business process or feature behavior.
Original PR description
- small mistake when you want to import a bank statement file: it is written: SEPA recommanded Cash Management format (CAMT.053) while it should be: recommended - comma separated -> comma-separated Task : 2200054 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes minor spelling and wording issues shown during bank statement import setup. It improves clarity for users by correcting “recommended” and hyphenating “comma-separated” in import-related text.
Original PR description
- small mistake when you want to import a bank statement file: it is written: SEPA recommanded Cash Management format (CAMT.053) while it should be: recommended - comma separated -> comma-separated Task : 2200054
This update fixes invoice extraction setup to use the current invoice field name. It helps prevent configuration issues after the field was renamed, keeping automated invoice processing working as expected.
Original PR description
=>'type' field renamed as 'move_type' task - 2168313