-
- Downloads
[FIX] base: fix the customer search by vat number
Steps to follow to reproduce the bug: -Go to sales -Add a vat number with a '-' like: "123456789-5" to any customer -Create a new SO -Search the customer by entering their VAT number Problem : When the VAT number contains the character '-' you cannot find the customer with his VAT number. The problem is the same if the vat number contains a '.' Because, the "_name_search" method before creating the query to search clients by VAT number, removes all the special characters from user input Solution : Do not remove the characters '-' and '.' from the user input for the customer search by vat number. opw-2457692 closes odoo/odoo#67355 X-original-commit: 3f54c1c7 Signed-off-by:Anh Thao PHAM <kitan191@users.noreply.github.com> Signed-off-by:
Djamel Touati <DjamelTouati@users.noreply.github.com>
Loading
Please register or sign in to comment