lint: fix linter warnings (log exceptions, disable attribute-string-redundant, suppress C901 where necessary)

This commit is contained in:
snt 2026-05-20 12:58:21 +02:00 committed by GitHub Copilot
parent f8ef927a9e
commit a997331c2d
11 changed files with 595 additions and 20 deletions

View file

@ -13,6 +13,7 @@
<group string="Group Purchase Information" groups="base.group_user">
<field name="group_order_id" readonly="True" />
<field name="consumer_group_id" readonly="True" />
<field name="pickup_slot_label" readonly="True" />
<field name="pickup_day" readonly="True" />
<field name="pickup_date" readonly="True" />
<field name="home_delivery" readonly="True" />