Website URL shortener v.15
The tool to assign and manage short URLs for Odoo website links. SEO friendly URLs
URL shortening is a well-known methodology to cope with too long and ugly looking web addresses. The app introduces this technique in Odoo by allowing website editors to manually or automatically generate, control, and administrate short URLs for any Odoo web links.
Branded links
Introduce memorable and human-readable URLs of the type '/s/[token]' for any Odoo website address. What is preferable to share: example.com/s/desk or example.com/shop/customizable-desk-config-9#attr=7,4,47?
Automatic or custom URLs
Configure the rules for automatic creation of short URLs based on iterator and token (for example, /s/12 and /s/rh72ko) or apply own key words (for example, /s/desk, /s/best-chairs).
Short URLs for any link types
The app works equally for dynamic controllers (e.g., a product page or even store pages with chosen filters) and static website pages (including custom ones). Also, the shortener might redirect to the page translations.
Multi channels control
Have as many short links for a single address as it needed for various purposes. Share one in Facebook, another - in Twitter, and a special one - for specific partners. Then, count redirects for each source.
Comfortable administration
Use URL shortener right while customizing website or in Odoo advanced backend. Make a link soon expired or forever-lasting. Update token at any moment or archive a link if it is not any more valid.
Website snippet
The app introduces especial website snippet which might be added to any Odoo website inner content. Such snippet would find or create a short URL right when a visitor opens a page.
Available for scripts and custom add-ons
Developers might use the app to find or create a short URL for a target website address by applying a single Python method.
URL shortener administration
Website interface for short URLs
-
To start managing short links click on Customize > Short URLs from any page
-
The app would automatically retrieve a target web address with all search and hash parameters from a browser. Change this redirect URL if needed: available short links would be recalculated
-
Create new short links based on default token or custom key words. Archive obsolete URLs
-
Update existing addresses: change token, assign expiration date, apply to this website or to all sites (the app fully supports Odoo multi website mode)
-
Copy a short URL to clipboard in a single click.
Advanced backend links' editor
-
Find all short links by all websites under the menu Websites > Settings > Short URLs
-
Group by website or target URL (there might be multiple short links for each). Archive or restore links in batch
-
Create a new short URL in a few seconds: the only thing required is to introduce a target web address
-
Apply flexible settings: validity date to make a link auto expired, notes to always know why this URL has been introduced, website to restrict usage for a specific site or to use a link globally.
Automatic short URLs generation
-
It is not always possible to prepare a branded URL for each address. For example, when you have thousands of website pages. For such cases define a default automatic method
-
Use 'iterator' to generate a link with succeeding number at the end. For instance, 'example.com/s/112'. The app would automatically increment a number when a new short URL is registered
-
Use 'token' approach to generate a unique symbols' row of a predefined length (it should not be less than 5 symbols to have enough unique combinations). For instance, 'example.com/s/uo71jh'
-
A default short URL would be entered as soon as you decide to create a new redirection. Simultaneously, you can always change that to a custom sentence or create a new alternative short URL. Do that for the most important addresses, addresses you would like to print on your business cards, addresses which are assumed to entered manually, etc.
Short URLs for developers
Using short URLs in scripts
-
While developing a custom add-on, script, or server action you might be interested to have a short URL for certain website addresses. The tool lets do that efficiently
-
To that end you should trigger the method 'action_find_surl' of the model 'short.url.redirect'
-
As arguments it should receive:
target_url- string - relative web path. E.g. "/shop/customizable-desk-config-9#attr=7,4,47)"tocreate- boolean - whether to create a new short URL if none exists for target URLalwaysvalid- boolean - whether to search short URLs without expiration or yet valid but soon expired links are also finewebsite_id-integer - if False the app would search only global URLs, otherwise also of a specific website (applicable for mutli website mode) -
The method would return a string - a found short URL (e.g. '/s/desk') - or False if nothing is found.
-
For instance:
my_short_url = self.env["short.url.redirect"].action_find_surl("/shop/customizable-desk-config-9#attr=7,4,47", True, True, 1)
Website Snippet for auto short links
-
The website menu 'Customize' and the backend menu 'Short URLs' are available only for Odoo website designers. For certain pages you might be interested to show a short link for simple visitors as well
-
To that end you might drag and drop the special website editor snippet 'Short URLs'. Alternatively add an xml line the tag
awith the href"#"and the class"short_url_widget" -
Each time a page with such snippet is opened, a short URL would be searched and - if not found - created. In such a way, you may show a visitor a valid short URL, which he/she might copy and share
-
Take into account: the snippet searches only for always valid global short URLs.
Hakkında sık sorulan sorular Website URL shortener Odoo v.15
Araclarinizin guncelleme politikalari nedir?
Guncel Odoo Apps Store politikalarina gore:
- 12.0 ve onceki surum icin alinan her modul, 12.0'a kadar tum surumlere erisim verir.
- 13.0 surumunden itibaren her modul surumu ayri satin alinmalidir.
- Surumden bagimsiz olarak satin alma, o ana surum icindeki tum guncelleme ve hata duzeltmelerine hak verir.
faOtools ekibi bu politikalari kontrol etmez. Sorulariniz icin dogrudan Odoo Apps Store temsilcilerine ulasin.
Uygulamanizi Odoo.sh uzerine nasil kurarim?
En dogrudan yaklasim, Odoo magazasinin yerlesik is akisidir:
1. Modul sayfasini acin ve Deploy on odoo.sh dugmesine tiklayin
2. GitHub sayfasina yonlendirilirsiniz. Hesabiniza giris yapin, ardindan Create a new repo'ya tiklayin veya mevcut birini kullanin. Depo ozel olmalidir. OPL-1 lisansli uygulamalarin yayimlanmasi yasaktir. Gerekirse Odoo.sh projeniz icin yeni bir depo olusturun
3. Ardindan odoo.sh'e gidin, Deploy'a tiklayin, karari onaylayin ve Continue'ya tiklayin. Kurulum baslar.
Bu adimlar uygulamayi projenin production dalina kurar. Diger dallar veya modul guncellemesi icin:
1. Kaynak kodu Odoo magazasindan indirin
2. Modulu gerekli GitHub deposuna commit edin. Hicbir uygulama klasoru/dosyasi .gitignore'da olmamalidir. odoo.sh'in olusturdugu depolar varsayilan olarak onemli yollari (ornegin /lib) yok sayabilir. Tum modul dizinlerini ve dosyalarini istisnasiz yukleyin
3. odoo.sh projesinin hedef dalini deploy edin veya ayarlariniz otomatik derlemeyi ongoruyorsa bekleyin.
Uygulamayi kendi sunucuma nasil kurarim?
2. Odoo sunucusunu yeniden baslatin;
3. Gelistirici modunu acin (teknik ayarlar);
4. Uygulama listesini guncelleyin (Uygulamalar menusu);
5. Uygulamayi bulun ve Activate/Install dugmesine basin;
6. Varsa uygulama sayfasindaki yonergeyi izleyin.
Uygulamanizin ek eklentileri var. Sonradan alabilir miyim?
Evet. Odoo tum bagimliliklari sepete otomatik ekler: cift odemeyi onlemek icin daha once satin alinan araclari cikarin.
Uygulamayi Odoo.sh uzerine kurdum ve testlerde uyari/hata goruyorum
Kirmizi/turuncu uyari uygulamanin ozelliklerini etkilemez. Bazen modullerimiz standart otomatik testleri gecemez, cunku bunlar uygulamamizin amaclarina aykiri davranis bekler. Ornegin fiyati farkli hesaplariz, Odoo testleri ise nihai fiyati standart algoritmayla karsilastirir.
Once dagitilan veritabaninin ozelliklerini kontrol edin. Her sey dogru calisiyor mu?
Uyarinin gercek ozellikleri etkiledigini dusunuyorsaniz bize yazin; tam kurulum gunluklerini ve dagitilan modullerin tam listesini (cekirdek ve ucuncu taraf) gonderin.
Uygulamanizi dogrudan sizden satin alabilir miyim?
Hayir, araclari yalnizca resmi Odoo uygulama magazasi uzerinden dagitiyoruz.
Indirim almak istiyorum
Ne yazik ki bireysel fiyat sunacak teknik imkanimiz yok.
Uygulamayi Odoo Online (SaaS) veritabanima kurabilir miyim?
Hayir, ucuncu taraf uygulamalar Odoo Online'da kullanilamaz. Odoo SaaS bunu engeller.
Aracinizin baska uygulamalara bagimliligi var. Onlari da almali miyim?
Evet, aracimizin dogru calismasi icin bagimliliklarda isaretlenen tum modullere ihtiyaci vardir. Uygulama sayfasindaki fiyat bu bagimliliklari zaten icerir.
Modulun ABD dolari fiyati nedir? Neden degisti?
Modullerimizin fiyati euro cinsinden belirlenir. Odoo magazasi fiyatlari kendi ic kuruna gore diger para birimlerine cevirir. Bu yuzden ABD dolari fiyati kur guncellendiginde degisebilir.
İngilizce dışındaki dillerdeki uygulama ve web sitesi metinleri yapay zeka desteklidir ve resmi Odoo çevirileriyle hizalanır. Bir hata görürseniz, çeviri doğruluğu bileti gönderin ve düzeltiriz.
Bug Raporlama
Hata veya tutarsız davranış görürseniz bize yazın. Satın alımdan sonra 60 gün içinde düzeltme garantisi veririz; bu süreden sonra da araçları geliştirmeye devam ederiz.
Bize yazmak için telefon veya kredi kartı gerekmez. Yalnızca 30 saniyeyi aşmayan kısa e-posta kaydı yeter.
İstekte mümkün olduğunca ayrıntı verin: ekran görüntüleri, Odoo sunucu günlükleri, sorunu nasıl yeniden üreteceğinizin tam açıklaması. Genellikle birkaç iş günü içinde (hata doğrulanırsa) çalışma planı veya (değilse) yönergeler hazırlanır.
Genel Özellikler Talepler Modül Fikirler ÜCRETSİZ Geliştirme
Araçlarımızı geliştirmeye güçlü şekilde motiveyiz ve her geri bildirime minnettarız. Gereksinimleriniz kamuya yararlıysa ve verimli uygulanabilirse ekip bunları yapılacaklar listesine alır.
Böyle bir yapılacaklar listesi düzenli işlenir ve ek ücret varsaymaz. Son tarihler ve nihai tasarım sözü veremesek de istenen özellikleri yatırım ve risk olmadan almanın iyi bir yolu olabilir.
Bize yazmak için telefon veya kredi kartı gerekmez. Yalnızca 30 saniyeyi aşmayan kısa e-posta kaydı yeter.
Odoo eklerini klasörlerde esnek yapılandıran ve dizinleri bulut istemcileriyle senkronize eden araç: Google Drive, OneDrive/SharePoint, Nextcloud/ownCloud, Dropbox, Amazon S3, Box ve NAS. DMS. Dosya Yöneticisi. Belge yönetim sistemi
otomatik olarak senkronize et Odoo ekler ile OneDrive dosyalar içinde her iki ways
otomatik olarak senkronize et Odoo ekler ile Google Drive dosyalar içinde her iki ways
ayarla up KPI targets ve kontrol onların fulfillment ile periods. KPI dashboards. Dashboard designer. KPI charts
198€build deep ve yapılandırılmış bilgi bankası için dahili ve harici kullan. Knowledge System. KMS. Wiki-like revisions.
398€Randevu rezervasyonundan satış ve değerlendirmelere zaman tabanlı hizmet yönetimi aracı
Odoo'nuzu MCP ile favori AI sohbetlerinizden yönetme aracı. Claude. MCP destekleyen her AI.
198€