partner-contact
partner-contact copied to clipboard
[FIX] base_location: add required comment to always-invisible field in res.company view
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.
Hi @pedrobaeza, some modules you are maintaining are being modified, check this out!