mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
init 17 部署及app
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
{
|
||||
'name': 'odoo Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data,Development Enhance',
|
||||
'version': '17.23.11.07',
|
||||
'version': '23.11.16',
|
||||
'author': 'odooai.cn',
|
||||
'category': 'Extra Tools',
|
||||
'website': 'https://www.odooai.cn',
|
||||
|
||||
@@ -1,24 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- todo: Modules list -->
|
||||
<!-- <record id="app_module_tree" model="ir.ui.view">-->
|
||||
<!-- <field name="name">app.ir.module.module.tree</field>-->
|
||||
<!-- <field name="model">ir.module.module</field>-->
|
||||
<!-- <field name="inherit_id" ref="base.module_tree"/>-->
|
||||
<!-- <field name="arch" type="xml">-->
|
||||
<!-- <field name="name" position="attributes">-->
|
||||
<!-- <attribute name="groups"/>-->
|
||||
<!-- </field>-->
|
||||
<!-- <field name="installed_version" position="after">-->
|
||||
<!-- <field name="latest_version" optional="hide"/>-->
|
||||
<!-- <field name="local_updatable" optional="show"/>-->
|
||||
<!-- <field name="addons_path" optional="hide" groups="base.group_no_one"/>-->
|
||||
<!-- </field>-->
|
||||
<!-- <field name="website" position="attributes">-->
|
||||
<!-- <attribute name="optional">hide</attribute>-->
|
||||
<!-- </field>-->
|
||||
<!-- </field>-->
|
||||
<!-- </record>-->
|
||||
<!-- Modules search-->
|
||||
<record id="app_view_module_filter" model="ir.ui.view">
|
||||
<field name="name">app.ir.module.module.list.select</field>
|
||||
@@ -42,9 +24,9 @@
|
||||
<field name="model">ir.module.module</field>
|
||||
<field name="inherit_id" ref="base.module_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<h3 class="oe_fade" position="attributes">
|
||||
<xpath expr="//field[@name='author']/.." position="attributes">
|
||||
<attribute name="groups">app_odoo_customize.group_show_author_in_apps</attribute>
|
||||
</h3>
|
||||
</xpath>
|
||||
<field name="category_id" position="after">
|
||||
<field name="addons_path_id" invisible="1"/>
|
||||
<field name="addons_path" groups="base.group_no_one"/>
|
||||
|
||||
Reference in New Issue
Block a user