mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-19 10:21:59 +02:00
Initial commit: Project packages
This commit is contained in:
commit
89613c97b0
753 changed files with 496325 additions and 0 deletions
16
odoo-bringout-oca-ocb-project/project/views/digest_views.xml
Normal file
16
odoo-bringout-oca-ocb-project/project/views/digest_views.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<odoo>
|
||||
<record id="digest_digest_view_form" model="ir.ui.view">
|
||||
<field name="name">digest.digest.view.form.inherit.project.task</field>
|
||||
<field name="model">digest.digest</field>
|
||||
<field name="priority">40</field>
|
||||
<field name="inherit_id" ref="digest.digest_digest_view_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//group[@name='kpis']/group[last()]" position="before">
|
||||
<group name="kpi_project" string="Project" groups="project.group_project_user">
|
||||
<field name="kpi_project_task_opened"/>
|
||||
</group>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue