Daily updates from Odoo
Wednesday, December 12, 2018
1 change
Code cleanup and technical improvements
The Documents app test suite was updated to match recent changes in how activities track their creator and display action buttons. This helps keep automated checks reliable after internal activity handling changes, with no direct impact on day-to-day users.
Original PR description
Following a change in activity create_uid_id field is removed on activity model. We should now use directly create_uid as the current user is now used instead of sudo to create / update activities. Recent changes in community added field on activity to hide or display buttons on activity widgets depending on access rights. This merge update documents tests accordingly. Merge related to task ID 1856417.