diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-29 14:21:05 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-29 14:21:05 +0700 |
| commit | 0b5b43646b92298dddcdb7eec1a590d90cadd1e8 (patch) | |
| tree | 2b34e0e79bc2612183831a35f96fb7550d17f99b /indoteknik_custom/__manifest__.py | |
| parent | ee48a727e2617d8e094847dfb5bf9d5279db165a (diff) | |
Update feature user activity log with utm source
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
| -rwxr-xr-x | indoteknik_custom/__manifest__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 30e8e176..571b36c3 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -27,7 +27,8 @@ 'views/purchase_pricelist.xml', 'views/sale_monitoring.xml', 'views/sale_monitoring_detail.xml', - 'views/user_activity_log.xml', + 'views/web_logging/user_activity_log.xml', + 'views/web_logging/web_utm_source.xml', 'views/user_company_request.xml', 'views/vit_kelurahan.xml', 'views/vit_kecamatan.xml', |
