mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
New project_sla module
This commit is contained in:
20
project_sla/project_view.xml
Normal file
20
project_sla/project_view.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
<record id="edit_project_sla" model="ir.ui.view">
|
||||
<field name="name">edit_projec_sla</field>
|
||||
<field name="model">project.project</field>
|
||||
<field name="inherit_id" ref="project.edit_project"/>
|
||||
<field name="arch" type="xml">
|
||||
|
||||
<!-- make resource calendar always visible -->
|
||||
<group string="Administration" position="attributes">
|
||||
<attribute name="groups"/>
|
||||
</group>
|
||||
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user