Tuesday, July 2, 2024
1 change · saas-17.1
Enhancements to existing features
Users can now filter accounting entries specifically for debit notes across invoice, bill, journal entry, and journal item views. The update also fixes an access issue that could prevent users with invoice permissions from creating debit notes, making the workflow smoother for finance teams.
Original PR description
- Before Commit: Users were unable to filter moves specifically for debit notes. An `ir.act.window` access error prevented users with invoice access rights from creating debit notes. - After Commit: Users can now directly filter debit notes using the new Debit Note filter over Customer Invoices, Vendor Bills, Journal Entries & Journal items views. And resolved the `ir.act.window` access error by updating the method to retrieve the action dictionary appropriately. **task**-3992112