You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

61 lines
3.3 KiB

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<!-- Settings view -->
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="name">res.config.settings.view.form.inherit.advanced.project.management.system
</field>
<field name="model">res.config.settings</field>
<field name="inherit_id"
ref="project.res_config_settings_view_form"/>
<field name="arch" type="xml">
<xpath expr="//block[@name='analytic']"
position="after">
<block title="All In One Configuration" name="all_in_one_configuration">
<setting id="is_project_category_setting" help="Enable project category">
<field name="is_project_category" field_id="is_project_category"/>
</setting>
<setting id="is_overdue_notification_setting" help="Overdue Notification">
<field name="is_overdue_notification" field_id="is_overdue_notification"/>
<div class="content-group"
invisible="not is_overdue_notification">
<div class="mt16">
<label for="notification_before"/>
<field name="notification_before"/>
</div>
</div>
</setting>
</block>
</xpath>
<xpath expr="//block[@name='analytic']" position="after">
<block title="Project Order Document" name="project_order_document"
groups="advanced_project_management_system.ir_attachment_group_user">
<setting id="document_expiry_notification_setting"
help="Set mail document expiry notification">
<field name="document_expiry_notification" field_id="document_expiry_notification"/>
</setting>
<setting id="on_expiry_notification_settings"
help="On Document Expiry Date Notification"
invisible="not document_expiry_notification">
<field name="on_expiry_notification" field_id="on_expiry_notification"/>
<div class="content-group" invisible="not document_expiry_notification">
<div class="mt16">
<label for="email"/><br/>
<field name="email"/>
</div>
</div>
</setting>
<setting id="notify_customer_settings" help="Notify Customer"
invisible="not document_expiry_notification">
<field name="notify_customer" field_id="notify_customer"/>
<div class="content-group" invisible="not document_expiry_notification">
<div class="mt16">
<label for="notify_days"/><br/>
<field name="notify_days"/>
</div>
</div>
</setting>
</block>
</xpath>
</field>
</record>
</odoo>