Wednesday, October 26, 2016
3 changes · master
New functionality added to Odoo
This change adds automated checks for VAT number validation, focused on recent changes and Mexican VAT examples. It helps reduce the risk of incorrect tax ID validation behavior reaching users in future updates.
Original PR description
Test for [last vat change](https://github.com/odoo/odoo/commit/f643bca6cf2e29806a0a5d43576a10221f627b98) (Just to see the runbot log that work fine!, thanks) (Please, Close this PR if is not useful this one) A similar case like as https://bugs.launchpad.net/openobject-addons/+bug/749958
Users can now find and add products by scanning or entering their barcode in sales orders, purchase orders, and draft stock pickings. This reduces manual product lookup time and helps prevent mistakes when creating orders or initial stock moves.
Original PR description
Description of the issue/feature this PR addresses: - Search product by using barcode. Current behavior before PR: - Currently it should not able to search product by barcode in sale order, purchase order. - Currently it should not able to generate stock move using barcode in picking form. Desired behavior after PR is merged: - Now we are able to search product by its barcode in both sale order and purchase order. - Now we are able to generate move using barcode in picking form. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Task : https://www.odoo.com/web#id=20770&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.1206f59f4f2a85a4f70d079b9f72d71b
Enhancements to existing features
The date and time picker in search filters now closes automatically once a date is selected. This makes filtering faster and reduces extra clicks for users working with date-based searches.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web?#id=24052&view_type=form&model=project.task&action=327&menu_id=4720 - Pad: https://pad.odoo.com/p/r.d25b8c894ff97769f3c468b64a5a4292 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