Tower: upload cetmix_tower_webhook 18.0.1.0.1 (was 18.0.1.0.1, via marketplace)

This commit is contained in:
2026-05-03 18:54:56 +00:00
parent ee7e3fb398
commit bf36bd383a
39 changed files with 5393 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="name">res.config.settings.view.form</field>
<field name="model">res.config.settings</field>
<field
name="inherit_id"
ref="cetmix_tower_server.res_config_settings_view_form"
/>
<field name="arch" type="xml">
<xpath
expr="//block[@name='cetmix_tower_server_settings']"
position="inside"
>
<setting
id="cetmix_tower_webhook_log_duration"
help="Set the number of days to keep webhook logs. Old logs will be deleted automatically."
>
<field name="cetmix_tower_webhook_log_duration" />
</setting>
</xpath>
</field>
</record>
</odoo>