odoo/odoo#194770

Created by fw-bot
Merged at 21c5227f82ac260431bd3d13ef10244d61e89fd1

Statuses:

label
odoo-dev:saas-18.1-18.0-pos_viva_wallet-fix-readwrite-warning-mawh-7JfZ-fw
head
24eab8f7ff9933ab5504a6c8fc1b19d7d436d9ab
merged
9 months ago by Training, Max Whale (mawh)
odoo/odoo
18.0 #193371
saas-18.1 #194770
saas-18.2
saas-18.3
saas-18.4
19.0
master #194774

[FW][FIX] pos_viva_wallet: mark endpoint as read/write

Since #584a172, controller endpoints can specify readonly=False if they are expected to write to the DB. The webhook endpoint for Viva Wallet was previously not specified this way, which leads to a warning being logged.

This commit simply adds readonly=False to the webhook endpoint to prevent the warning.

task-4472274


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Forward-Port-Of: #193371