mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 01:31:59 +02:00
revert: restore original OCA remove_odoo_enterprise views
This commit is contained in:
parent
5cd02d4ad3
commit
cdf8803eda
1 changed files with 9 additions and 3 deletions
|
|
@ -1,6 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<!-- Original OCA xpath for //div[@id='appstore'] removed:
|
||||
bosnian build already comments out the appstore div.
|
||||
The Python models still handle removing enterprise modules. -->
|
||||
<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>
|
||||
</odoo>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue