OCA / server-auth

https://odoo-community.org/psc-teams/tools-30
GNU Affero General Public License v3.0
146 stars 399 forks source link

[17.0][MIG] auth_session_timeout: Migration to 17.0 #646

Open Loregs2 opened 2 months ago

Loregs2 commented 2 months ago

Standard migration to 17.0

Changed _patch_method to patch method of BaseCase and remove _revert_method as indicated in #110370

pedrobaeza commented 2 months ago

/ocabot migration auth_session_timeout

Please check pre-commit, and it seems #555 is also needed.

Loregs2 commented 2 months ago

/ocabot migration auth_session_timeout

Please check pre-commit, and it seems #555 is also needed.

Fixed pre-commit and modified the ignored URL from longpolling to websocket.

Thanks!