Cédric Krier pushed to branch branch/default at Tryton / Tryton


Commits:
beedd0c4 by Cédric Krier at 2023-02-16T09:58:20+01:00
Do not search on party when searching invoice record name

The party is not part of the record name so for consistency it should not be
searched.
- - - - -


1 changed file:

- modules/account_invoice/invoice.py


Changes:

=====================================
modules/account_invoice/invoice.py
=====================================
@@ -1257,7 +1257,6 @@
         return [bool_op,
             ('number', *clause[1:]),
             ('reference', *clause[1:]),
-            ('party', *clause[1:]),
             ]
 
     def get_origins(self, name):



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/beedd0c4aaf490955cab6908ec9fe10d3d2aa4c2

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/beedd0c4aaf490955cab6908ec9fe10d3d2aa4c2
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to