mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:32:01 +02:00
fix: remove appstore xpath (bosnian build comments it out)
This commit is contained in:
parent
0c6d840c00
commit
5cd02d4ad3
1 changed files with 3 additions and 9 deletions
|
|
@ -1,12 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="res_config_settings_view_form" model="ir.ui.view">
|
<!-- Original OCA xpath for //div[@id='appstore'] removed:
|
||||||
<field name="model">res.config.settings</field>
|
bosnian build already comments out the appstore div.
|
||||||
<field name="inherit_id" ref="base_setup.res_config_settings_view_form" />
|
The Python models still handle removing enterprise modules. -->
|
||||||
<field name="arch" type="xml">
|
|
||||||
<xpath expr="//div[@id='appstore']" position="attributes">
|
|
||||||
<attribute name="invisible">1</attribute>
|
|
||||||
</xpath>
|
|
||||||
</field>
|
|
||||||
</record>
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue