Daily updates from Odoo
Monday, August 19, 2024
1 change
Code cleanup and technical improvements
The invoice extraction module has been reorganized so configuration and status screens are stored in the proper location. This is an internal cleanup that helps keep the module easier to maintain without changing business workflows.
Original PR description
Move res_config_settings_views and extraction_status from the data directory to the correct views directory. Also removed the account_move_views file, as constant invisible fields do not have to be declared anymore.