fix: remove appstore xpath (bosnian build comments it out)

This commit is contained in:
Ernad Husremovic 2026-03-19 11:56:00 +01:00
parent 0c6d840c00
commit 5cd02d4ad3

View file

@ -1,12 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="base_setup.res_config_settings_view_form" />
<field name="arch" type="xml">
<xpath expr="//div[@id='appstore']" position="attributes">
<attribute name="invisible">1</attribute>
</xpath>
</field>
</record>
<!-- Original OCA xpath for //div[@id='appstore'] removed:
bosnian build already comments out the appstore div.
The Python models still handle removing enterprise modules. -->
</odoo>