Daily updates from Odoo
Friday, February 28, 2025
1 change · 18.0
Code cleanup and technical improvements
The Vendor Bills smart button on partner records is now provided by the Accounting module instead of Purchase. This keeps the button available where accounting features are managed while avoiding duplicate buttons when both modules are installed or updated.
Original PR description
Move the Vendor Bills smart button from the `purchase` module to the `account` module. The views records in `purchase` module are kept as but made empty so that if the user updates the `account` module, it will also update the `purchase` module and hide the smart button from the `purchase` to only keep the new one from the `account` module. task-4584035