partner-contact icon indicating copy to clipboard operation
partner-contact copied to clipboard

[FIX] base_location: add required comment to always-invisible field in res.company view

Open mkoeck opened this issue 2 months ago • 1 comments

This PR adds the missing explanatory comment next to an always-invisible field in base_location/views/res_company_view.xml. Odoo’s core test base/tests/test_views.py::TestInvisibleField::test_uncommented_invisible_field enforces that any field with invisible="1" (or True) must be accompanied by a comment explaining why it is always invisible. Without the comment, the test fails.

mkoeck avatar Oct 28 '25 16:10 mkoeck

Hi @pedrobaeza, some modules you are maintaining are being modified, check this out!

OCA-git-bot avatar Oct 28 '25 16:10 OCA-git-bot