Daily updates from Odoo
Monday, February 20, 2017
2 changes · master
Enhancements to existing features
Incoming stock lots can now automatically record expiry-related dates based on each product's configuration. This helps businesses better track perishable or time-sensitive inventory from the moment goods are received, supporting clearer stock rotation and quality controls.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=28937&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.5744fd92c97ec0f29efc9c9b7ad64a9f 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
Invoices now prevent users from selecting accounts that have been marked as deprecated. This helps avoid mistakes in accounting entries and keeps invoice processing aligned with current account configurations.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: You can select deprecated account in invoice. Desired behavior after PR is merged: You cannot select deprecated account in invoice. In view of account.move object there this domain filter. (account.view_move_form) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr