Daily updates from Odoo
Tuesday, November 14, 2023
1 change
Enhancements to existing features
Document actions for importing bank statements can now optionally specify the bank journal to use, which helps route CSV imports to the right account. CODA files keep their existing automatic behavior, while CSV files use the selected journal or default to the first available journal if none is selected.
Original PR description
For now we didn't chose the bank journal because we assume that only coda file where push like this, and in the coda file we can find in which journal to send it. But Coda is limited to BE and lot of user import CSV file for bank. Add the selection of the journal (not mandatory) for Document action, and inject CSV in the journal selected. If no journal selected inject the CSV in the first one of the list. If it's a coda file, keep as now and don't take care of the journal selected. task-3288472