Daily updates from Odoo
Monday, June 11, 2018
2 changes · master
Resolved issues and error corrections
This update fixes several issues in stock operations, including scrap actions, default source locations, and completion of pickings created from detailed move lines. It also improves barcode handling and tour support, making warehouse workflows more reliable and easier to test.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website administrators can now enable or disable metadata collection for website forms from the settings. This fixes an error that occurred when metadata recording was enabled and supports businesses that need form metadata for compliance processes such as GDPR.
Original PR description
Description of the issue/feature this PR addresses: `website` model has this hidden field wich isn't being used at all but wich implementation becomes handy to fullfil GDPR requirement acquiring website forms metadata. Current behavior before PR: - There's no place where the metadata gathering can be set. - If we set the field to True a key error raises Desired behavior after PR is merged: - We can set in the website settings if the metadata is gathered or not. cc @Tecnativa -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr