OCA / web

Odoo web client UI related addons
GNU Affero General Public License v3.0
927 stars 1.87k forks source link

[MIG] web_button_no_save: Migration to 15.0 #2781

Open amh-mw opened 6 months ago

amh-mw commented 5 months ago

/ocabot rebase

OCA-git-bot commented 5 months ago

Sorry @amh-mw you are not allowed to rebase.

To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons.

If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the maintainers key of its manifest.

amh-mw commented 3 months ago

Sorry about that! I've added a unit test to prevent future regression.

amh-mw commented 3 months ago

Unfortunately, I am finding still the same behavior in runboat

Confirmed in runboat and also on a local odoo:15 container with only this module installed. Looking at the network calls, my organic testing shows requests to /web/dataset/call_button that are not evident in my unit tests. Will try to figure out what that's about.