Daily updates from Odoo
Tuesday, November 14, 2023
2 changes · master
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
The Helpdesk action menu now labels ticket sharing as “Share Ticket” instead of the generic “Share.” This makes the action clearer for users and helps distinguish ticket sharing from similar actions on other records.
Original PR description
Before this PR when we share task or ticket then in action menu only share was shown In this PR to make it user friendly we have made share task for task in action menu and for ticket we have made share ticket task-3328065