diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-03-01 13:44:14 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-03-01 13:44:14 +0700 |
| commit | 388ea472f3913accd9e962f7f5c592860be98488 (patch) | |
| tree | 6b8a86ee4b6b08fd038942983715d1f8c2e0f63c /indoteknik_custom/views/web_logging/web_utm_source.xml | |
| parent | 57212906857d615c5c48e974bb56e3ce878e5ac4 (diff) | |
Add relation utm source to activity
Diffstat (limited to 'indoteknik_custom/views/web_logging/web_utm_source.xml')
| -rw-r--r-- | indoteknik_custom/views/web_logging/web_utm_source.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indoteknik_custom/views/web_logging/web_utm_source.xml b/indoteknik_custom/views/web_logging/web_utm_source.xml index 641effb5..36d8d434 100644 --- a/indoteknik_custom/views/web_logging/web_utm_source.xml +++ b/indoteknik_custom/views/web_logging/web_utm_source.xml @@ -7,6 +7,7 @@ <tree> <field name="name"/> <field name="key"/> + <field name="activity_ids"/> </tree> </field> </record> @@ -23,6 +24,11 @@ <field name="key"/> </group> </group> + <notebook> + <page string="Activity"> + <field name="activity_ids" /> + </page> + </notebook> </sheet> </form> </field> |
