Wednesday, August 29, 2018
4 changes
Enhancements to existing features
Users can now attach email templates to activity types and send template-based messages directly from an activity. This makes follow-up work faster and more consistent by reducing manual email drafting.
Original PR description
This commit allows the user to link some mail template to activity type with res_model. When a activity has template, buttons appears in activity, allowing the user to send mail based on templates . Task: #1844563 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
OdooBot now avoids automatically starting chats with administrators when demo data is installed, reducing unnecessary interruptions for developers and testers. The chatbot also gets clearer responses and updated imagery, making its interactions feel more polished for users.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Archiving a warehouse now also archives the related stock locations and operation types used by that warehouse, and reactivating the warehouse restores the relevant ones. The change also prevents warehouse archiving when stock moves are still in progress, helping avoid operational inconsistencies.
Original PR description
…ocation should be archived - When you archive a warehouse, all locations and picking types for this location are also archived. - When you active a warehouse, all locations and picking type for this…
…ocation should be archived - When you archive a warehouse, all locations and picking types for this location are also archived. - When you active a warehouse, all locations and picking type for this location are also activated. - In both case, only the locations and picking types relative to the warehouse receipt/delivrery steps configurations are activated/archived. (Other still not active) - If there are stock moves in progress related to the warehouse, it raises a user error when the user try to archive the warehouse. This commit adds a method for stock.location that returns all the sub locations for a record set. It adds 2 methods for warehouse that return locations and pickings type in terms of receipt and delivrery steps. There is a double checks for stock moves: -1st that checks if there are moves with the warehouse as destination location or source location. -2nd that checks if there are moves with the warehouse's picking types. (It is possible to have a move with a warehouse's picking type without having the warehouse in destination or source location.) 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
Inventory users can now select and process an entire package more easily during picking operations. The change also fixes cases where moves inside a package could be incorrectly removed, improving warehouse accuracy and day-to-day handling.
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