Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Extra Tools
  3. Text Snippets v 19.0
  4. Sales Conditions FAQ

Text Snippets

by Xpedyt https://xpedyt.pl
Odoo
v 19.0 Third Party 13
Download for v 19.0 Deploy on Odoo.sh
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 407
Technical Name xpt_text_snippets
LicenseLGPL-3
Websitehttps://xpedyt.pl
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 407
Technical Name xpt_text_snippets
LicenseLGPL-3
Websitehttps://xpedyt.pl

Text Snippets

Define reusable text once — insert it anywhere in Odoo with a // keystroke or a single click in the chatter.

Overview

Sales reps, support agents, and operations staff type the same sentences dozens of times every day — order confirmations, shipping updates, payment reminders, apology templates. There is no built-in way to store these phrases in Odoo and insert them in a single action, regardless of which text field you are in.

Text Snippets solves this. Create a library of reusable text fragments — global ones shared with the whole company or personal ones just for you — then type // in any text field to get an instant searchable dropdown. Pick a snippet and it replaces the // at the cursor. No clipboard, no switching tabs, no retyping.

Type // — anywhere

The trigger works in every text input, textarea, and rich-text field across the entire Odoo backend — chatter messages, internal notes, description fields, search bars, form inputs. The moment you type //, a dropdown appears listing your available snippets. Keep typing to filter by title or shortcut keyword. Click a snippet to insert it. Press Escape to dismiss.

Snippets are loaded and cached locally (refreshed every 5 minutes), so the dropdown is instant on subsequent triggers. Navigate the list with the arrow keys and press Enter to insert, or simply click.

Chatter — dropdown after typing //

Snippet dropdown in chatter

Form field — works in any input

Snippet dropdown in form field

After selecting a snippet — text inserted at cursor

Snippet inserted into chatter message

Chatter toolbar button

An additional icon appears in the chatter compose toolbar alongside the emoji and attachment buttons. Click it to open the snippet list without typing // first — useful when you want to browse all available snippets before choosing, or when drafting a longer message and want to insert a snippet mid-text.

Snippet button in chatter toolbar

Managing snippets

Snippets are managed from Settings → Text Snippets. Each snippet has:

  • Title — displayed in the dropdown list
  • Shortcut — optional short keyword (e.g. thanks) used for filtering when you type //thanks
  • Content — the text that gets inserted
  • Owner — leave blank to create a global snippet visible to all users; set to a user for a personal snippet (admins only)
  • Sequence — controls display order in the dropdown

The default filter shows your own snippets. Switch to Global to see company-wide snippets, or All to see everything. Snippets can be archived instead of deleted — use the Action → Archive menu and the Archived search filter to manage them.

Text Snippets list view in Settings

Key features

  • Works everywhere — any <input>, <textarea>, or contenteditable element in the Odoo backend, including the HTML editor and chatter
  • Global and personal snippets — company-wide library managed by admins, plus a private library for each user
  • Shortcut keywords — type //inv to immediately narrow to snippets tagged with the inv shortcut
  • Chatter toolbar button — one-click access to the full snippet list directly from the compose area
  • Keyboard navigation — use ↑ ↓ to navigate the dropdown and Enter to insert; Escape to dismiss
  • Instant filtering — snippets are cached locally (5-minute TTL); subsequent searches are synchronous
  • No configuration required — install and start creating snippets; no settings to toggle, no cron jobs

Access and permissions

All internal users can read all snippets (global and personal) and create their own. Write and delete access is restricted by record rules:

  • Regular users can edit and delete only their own snippets (user_id = current user)
  • Global snippets (user_id blank) can only be edited or deleted by administrators
  • Administrators have unrestricted access to all snippets

Requirements

  • Odoo 19 (Community or Enterprise)
  • Depends on: mail
  • License: LGPL-3 · Free to use and modify

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with