Przejdź do zawartości
Przeglądasz Odoo 14.0 strona Website URL shortener. Najnowsza obsługiwana wersja to Website URL Shortener v.19.0 . Pobierz tę kompilację bezpośrednio z Odoo Apps Store .

Website URL shortener v.14

The tool to assign and manage short URLs for Odoo website links

98€

Narzędzie nie wymaga dodatkowych zależności poza standardowymi aplikacjami Odoo.
Aktualna wersja: 14.0.1.0.2

Enterprise
Community
Odoo.sh

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).

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.

Odoo URL shortener from website

URL shortener administration

To manage short URLs a user should belong to the group 'Website Editor'. Short link website snippet, however, would be available for any visitor.

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.
URL shortener: website customziation
Odoo website customization: short links
short_url_backend_form.png

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.
Settings for short urls
Odoo URL shortener tokens
Incrementing number for short links

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 let 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 URL
    alwaysvalid - boolean - whether to search short URLs without expiration or yet valid but soon expired links are also fine
    website_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 a with 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.
URL shortener: website snippet
Short link to share

Często zadawane pytania o Website URL shortener Odoo v.14

Jakie sa zasady aktualizacji Waszych narzedzi?

Zgodnie z biezacymi zasadami Odoo Apps Store:

  • Modul kupiony dla wersji 12.0 lub starszej daje dostep do wszystkich wersji do 12.0.
  • Od wersji 13.0 kazda wersja modulu musi byc kupiona osobno.
  • Niezaleznie od wersji zakup daje prawo do wszystkich aktualizacji i poprawek w ramach wersji glownej.

Zespol faOtools nie kontroluje tych zasad. Pytania kierujcie bezposrednio do przedstawicieli Odoo Apps Store.

Jak zainstalowac aplikacje na Odoo.sh?

Najbardziej bezposrednie podejscie to wbudowany przeplyw sklepu Odoo:

1. Otworz strone modulu i kliknij Deploy on odoo.sh

2. Zostaniesz przekierowany do GitHub. Zaloguj sie i kliknij Create a new repo lub uzyj istniejacego. Repozytorium musi byc prywatne. Publikowanie aplikacji na licencji OPL-1 jest zabronione. W razie potrzeby utworz nowe repo dla projektu Odoo.sh

3. Nastepnie w odoo.sh kliknij Deploy, potwierdz i kliknij Continue. Instalacja sie rozpoczyna.

Te kroki instaluja aplikacje na galezi production. Dla innych galezi lub aktualizacji:

1. Pobierz kod zrodlowy ze sklepu Odoo

2. Zrob commit modulu do repozytorium GitHub. Zaden folder/plik aplikacji nie moze byc w .gitignore. Repo tworzone przez odoo.sh moga ignorowac wazne sciezki (np. /lib). Przeslij wszystkie katalogi i pliki modulu

3. Wdroz docelowa galaz projektu odoo.sh lub poczekaj na automatyczny build, jesli tak ustawiono.

Jak zainstalowac aplikacje na wlasnym serwerze?

1. Rozpakuj kod zrodlowy zakupionych narzedzi w jednym z katalogow dodatkow Odoo;
2. Uruchom ponownie serwer Odoo;
3. Wlacz tryb programisty (ustawienia techniczne);
4. Zaktualizuj liste aplikacji (menu Aplikacje);
5. Znajdz aplikacje i kliknij Activate/Install;
6. Postepuj zgodnie ze wskazowkami na stronie aplikacji, jesli istnieja.

Aplikacja ma dodatkowe dodatki. Czy moge kupic je pozniej?

Tak. Odoo automatycznie dodaje zaleznosci do koszyka: wylacz juz zakupione narzedzia, aby nie zaplacic dwa razy.

Wdrozyłem aplikacje na Odoo.sh i widze ostrzezenie/blad w testach

Czerwone/pomaranczowe ostrzezenie nie wplywa na funkcje aplikacji. Czasem nasze moduly nie przechodza standardowych testow automatycznych, bo te zakladaja zachowanie sprzeczne z celami aplikacji. Na przyklad zmieniamy obliczanie ceny, a testy Odoo porownuja cene koncowa ze standardowym algorytmem.

Najpierw sprawdz funkcje wdroznej bazy. Czy wszystko dziala?

Jesli nadal uwazasz, ze ostrzezenie wplywa na rzeczywiste funkcje, skontaktuj sie z nami i przeslij pelne logi instalacji oraz pelna liste wdroznych modulow (rdzen i firmy trzecie).

Czy moge kupic aplikacje bezposrednio u Was?

Nie, dystrybuujemy narzedzia tylko przez oficjalny sklep aplikacji Odoo.

Chcialbym uzyskac znizke

Niestety nie mamy srodkow technicznych, by oferowac ceny indywidualne.

Czy moge zainstalowac aplikacje na bazie Odoo Online (SaaS)?

Nie, aplikacji innych firm nie mozna uzywac na Odoo Online. Odoo SaaS blokuje te mozliwosc.

Narzedzie zalezy od innych aplikacji. Czy musze je kupic?

Tak, narzedzie wymaga wszystkich modulow oznaczonych jako zaleznosci. Cena na stronie aplikacji juz je obejmuje.

Jaka jest cena modulu w dolarach amerykanskich? Dlaczego sie zmienila?

Ceny naszych modulow sa w euro. Sklep Odoo przelicza je na inne waluty wedlug wewnetrznego kursu. Dlatego cena w dolarach amerykanskich moze sie zmienic po aktualizacji kursu.

Sformułowania aplikacji i witryny w językach innych niż angielski są wspomagane przez AI i zgodne z oficjalnymi tłumaczeniami Odoo. Jeśli zauważysz błąd, wyślij zgłoszenie o poprawność tłumaczeń a naprawimy to.

Błąd Raportowanie

Jeśli zauważysz błędy lub niespójne działanie, napisz do nas. Gwarantujemy poprawki w 60 dni od zakupu i dalej ulepszamy narzędzia.

Nie potrzebujesz telefonu ani karty, by się z nami skontaktować. Wystarczy krótka rejestracja e-mail, która nie zajmuje więcej niż 30 sekund.

Dołącz jak najwięcej szczegółów: zrzuty ekranu, logi serwera Odoo i pełny opis odtworzenia problemu. Zwykle kilka dni roboczych zajmuje plan (gdy błąd potwierdzono) albo wskazówki (w przeciwnym razie).

Publiczne Funkcjonalności Zgłoszenia Moduł Pomysły BEZPŁATNIE Rozwój

Jesteśmy mocno zmotywowani do ulepszania narzędzi i wdzięczni za każdą opinię. Jeśli wymagania są użyteczne publicznie i da się je sprawnie wdrożyć, zespół wpisze je na listę zadań.

Taka lista zadań jest przetwarzana regularnie i nie zakłada dodatkowych opłat. Choć nie możemy obiecać terminów i ostatecznego projektu, to dobry sposób na pożądane funkcje bez inwestycji i ryzyka.

Nie potrzebujesz telefonu ani karty, by się z nami skontaktować. Wystarczy krótka rejestracja e-mail, która nie zajmuje więcej niż 30 sekund.

Mogą Ci się też spodobać narzędzia
Cloud Storage Solutions

Narzędzie do elastycznego układania załączników Odoo w folderach i synchronizacji katalogów z klientami chmury: Google Drive, OneDrive/SharePoint, Nextcloud/ownCloud, Dropbox, Amazon S3, Box i NAS. DMS. Menedżer plików. System zarządzania dokumentami

398€ 358€
OneDrive / SharePoint Odoo Integration

Narzędzie do: automatycznie synchronizuj Odoo załączniki z OneDrive pliki w oba ways

487€ 438€
Google Drive Odoo Integration

Narzędzie do: automatycznie synchronizuj Odoo załączniki z Google Drive pliki w oba ways

487€ 438€
Password Manager

Narzędzie do: safely zachowaj hasła w Odoo dla udostępniony użyj. Udostępniony vaults

198€
KPI Balanced Scorecard

Narzędzie do: ustaw up KPI targets i kontrola ich fulfillment przez periods. KPI dashboards. Dashboard designer. KPI charts

198€
KnowSystem: Knowledge Base System

Narzędzie do: build deep i ustrukturyzowany baza wiedzy dla wewnętrzny i zewnętrzny użyj. Knowledge System. KMS. Wiki-like revisions.

398€
Universal Appointments and Time Reservations

Narzędzie do zarządzania usługami czasowymi od rezerwacji po sprzedaż i opinie

398€ 358€
MCP Server. AI Chats and LLM Odoo Integration

Narzędzie do zarządzania Odoo z ulubionych czatów AI przez MCP. Claude. Każde AI z MCP.

198€
URL Transliterations for Website Pages

Narzędzie do: translate URL adresy Odoo strona pages

38€