Tower: upload cetmix_tower_git 16.0.2.0.2 (via marketplace)
This commit is contained in:
18
addons/cetmix_tower_git/views/cx_tower_file_views.xml
Normal file
18
addons/cetmix_tower_git/views/cx_tower_file_views.xml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<odoo>
|
||||||
|
|
||||||
|
<record id="cx_tower_file_view_form" model="ir.ui.view">
|
||||||
|
<field name="name">cx.tower.file.view.form</field>
|
||||||
|
<field name="model">cx.tower.file</field>
|
||||||
|
<field name="inherit_id" ref="cetmix_tower_server.cx_tower_file_view_form" />
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<field name="auto_sync" position="before">
|
||||||
|
<field
|
||||||
|
name="git_project_id"
|
||||||
|
attrs="{'invisible': [('git_project_id', '=', False)]}"
|
||||||
|
/>
|
||||||
|
</field>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
</odoo>
|
||||||
Reference in New Issue
Block a user