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


Commits:
c38eaa69 by Cédric Krier at 2022-12-28T15:06:45+01:00
Remove double definition of __rpc__ for ir.session

The second __rpc__ was introduced in 275f29e2379d.
- - - - -


1 changed file:

- trytond/trytond/ir/session.py


Changes:

=====================================
trytond/trytond/ir/session.py
=====================================
@@ -26,7 +26,6 @@
         super(Session, cls).__setup__()
         table = cls.__table__()
         cls.__rpc__ = {}
-        cls.__rpc__ = {}
         cls._sql_indexes.update({
                 Index(table,
                     (table.key, Index.Equality()),



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

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


Reply via email to