Daily updates from Odoo
Friday, July 26, 2019
5 changes · master
Enhancements to existing features
This update fixes website forms so visitors can submit messages with attachments reliably. It also adds confirmation prompts to kanban actions, removes an unused recruitment field, and adds LinkedIn as a marketing tracking medium.
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
Resolved issues and error corrections
This update fixes several inventory issues, including showing the correct single-product stock history, avoiding errors when creating stock quantities, and grouping inventory valuation by product. It also improves warehouse form layout and settings visibility, and removes an uninstall error from a related sales timesheet purchasing module.
Original PR description
Related to task #2039731. See commit messages for more details.
This change prevents users from manually editing inventory loss quantities, avoiding confusing or risky stock adjustments. It also improves quantity editing in special cases and cleans up the inventory list view by hiding unnecessary lot information when it is not relevant.
Original PR description
Fix some issues with quant in master... So, these fixes are for: - Forbid the edition of quant for inventory adjustment; - Enable the multi edit on editable quant list; - Enable edition of quant with no `company_id`; - Minor fix in readonly quant list view to hide `lot_id` when the field is useless. See commit's messages for more details. Task #2035465
This fix prevents an asset from being manually assigned to a different company than its asset category. It helps keep depreciation entries and related accounting records consistent, reducing the risk of cross-company accounting errors.
Original PR description
It was possible to change manually the company of an asset, although its category would be belonging to another company and thus its depreciation lines and journal items also. To tackle this problem, we set the company_id field of an asset as related to its category --- This was already fixed in https://github.com/odoo/odoo/commit/0c76bd3c6373de7bc89818f86d377eb61a74faba, but as it was done in stable (v11) it was reverted by https://github.com/odoo/odoo/commit/8ee2a0d1912e26dbd798acc0194581cca7a998f3 and the forward-port to `master` didn't work. Also, this time, I didn't delete the default. @qdp-odoo -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Submitting a CRM lead mining request with insufficient credits now shows a clear user-facing error instead of a technical traceback. This helps sales users understand the issue and take action without needing technical support.
Original PR description
Task : https://www.odoo.com/web#id=2032126&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.2b7dbf9ef10079b6e23f8702ef2ed6d3 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr