Daily updates from Odoo
Monday, July 31, 2023
1 change
Features or functions removed from Odoo
An unused internal function related to cash statements was removed from the accounting dashboard code. This cleanup reduces maintenance overhead without changing how users work with the system.
Original PR description
before this commit, the create_cash_statement function defined in the journal model is not called from any where. left over in: 9299f81 after this commit, the function will be removed from code.