Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

[META] How to use the title field

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
meta
4 Răspunsuri
11065 Vizualizări
Imagine profil
Nikolaj

I am unclear as to the site etiquette with respect to the title field. I can see titles have been moderated (although some are still not questions), to include a question mark.

Should the title also be a question or should it describe the question circumstances?

Edit: Should it be the answer you are looking for? For example a title with 'How to...'

6
Imagine profil
Abandonează
Antonin Bourguignon (abo)

That's the question we needed: +1 :)

Nikolaj
Autor

Indeed. Although 'How to use the title field' is not a question, so it should not have a question mark ;)

Imagine profil
Antonin Bourguignon (abo)
Cel mai bun răspuns

I recommand the reading of this excellent question on SO meta: How do I write a good title?

To cut a long story short:

  • Make the topic stand out.
  • Keep it short.
  • Lead with the most important words.
  • Don't start with "How do I..." (I often do it myself because it's the easiest way to turn a non-interrogative title into a question -- but it's not the best practice)
  • Don't sweat replicating a tag keyword.
  • "What is a ..." is fine

Some Good Examples

Here are some good titles, taken from existing posts. They succinctly summarize the question and will catch readers' eyes when scanning down the list.

  • Turning Linux USB power on and off?
  • How to UPSERT in Oracle (update or insert into a table)?
  • Python: What OS am I running on?
  • Raise an existing X11 window via command line?
  • 64-bit XML-RPC values?
  • Move an existing X11 window via command line?
  • Sum 3 columns in SQL when one column has a null value?
  • Oracle: searching over a range of values?
  • PostgreSQL encrypted backups
  • Readable font for code presentations?
  • Object Oriented vs Relational Databases
  • Oracle: formatting number as xxx-xx-xxxx
  • PostgreSQL Long VACUUM
  • Best timing method in C?
  • Map Routing, a la Google Maps?
  • Constructing images using HTML markup?
  • Inserting PostgreSQL BLOBs at a high-rate?

Some Bad Examples

These titles, also taken from existing posts, accurately present the question when read individually, but make it hard to pick out questions of interest when scanning the list.

  • How can I format xxxxxxxxx like xxx-xx-xxxx in Oracle?
  • How can I programmatically enable and disable the power to a particular USB port on Linux?
  • How can I raise an existing window via command line in X11?
  • How can I quickly insert a BLOB in PostgreSQL?
  • How can I move an existing window via command line in X11?
  • How can I store multiple items in an XML file for easy parsing?
  • What is a good font for code presentations?
  • How can I sum 3 columns when one column has a null value?
  • How can I construct images using HTML markup?
  • What is the best book for software design?
  • How can I generate unique random numbers in PHP?
  • How can I quickly insert a BLOB in PostgreSQL?
  • How can I tell what OS am I running on in Python?

Some other good readings:

  • Should question titles be phrased as questions?
  • Should questions include “tags” in their titles?
  • Not a real question – A Stack Exchange game
10
Imagine profil
Abandonează
Imagine profil
Yaroslav
Cel mai bun răspuns

A lot has been discussed about this subject on Q/A sites, like the ones on StackExchange.com sites.

Basically (quoted from SO):

Using the title to ask a question (a good, not retoric one) is going to give the reader as much context in as short a space as possible. A good question is going to let the reader know what he is going to read, and in this case, let the answerers know what end-state you desire.

Let's take your first example, "Fooing a bar". Although short, it lacks context. There's nothing in the question that indicates what sort of answer that could be. Possible actual questions include:

  • Philosophy: Is it wise to foo a bar?
  • Advice: When should I foo a bar but baz a bar?
  • Mechanics: How do I foo a bar?
  • Possibility: Can I foo a bar?
  • Comparison: How many different ways can I foo a bar?
  • Survey: How do you foo a bar?

Those extra words aren't just sitting there doing nothing. Each one of those is a different question with a different answer and a potentially different audience. They are directing the answer and informing the reader. Choosing the right question is the key to getting the answer that you need.
end of quote

Here are some related questions with answers from StackOverflow site talking about the subject.

  • Use 'Question' instead 'Title'
  • Should question titles be phrased as questions?

Sorry for taking SO as an example, but as for today I consider it to be the best Q/A site. Also on the old forum it clearly states that this new site will follow SO guidelines.

4
Imagine profil
Abandonează
Imagine profil
Guewen Baconnier
Cel mai bun răspuns

I think that the title should be the digest of your question. I'm not sure if they need to be interrogative, but the interrogative form is probably better to describe your question.

I think that the question circumstances should be in the body.

Think about that: if you want to find an answer to a question, using the search box, will you ask your question, or ask the question circumstances? I think you'll write the question.

1
Imagine profil
Abandonează
Nikolaj
Autor

I think you are right it should not be the circumstances. Perhaps my choice of words was poor, I have edited my original post. I don't necessarily think you would write the question, more likely the answer. i.e. in this case search for: How to use the title field.

Fabrice Henrion (fhe)

The most important is to make it "find-able" for when other users will have the same question.

Imagine profil
Nikolaj
Autor Cel mai bun răspuns

To make the Question findable I think the title should be the answer which is being sought. The question should be contained in the text such that it can be properly explained.

For example if I had a question about how to use the import tool. Specifically, I wanted to ask about importing products.

I would search the site for 'How to import products', not 'How do I import products?', or 'What is the best way to import products?'

The main text body should then contain. 'I have a problem, I can't figure out how to import my products... How do I do use the import tool?'

I think that it is more concise this way, the titles will be shorter and contain the same amount of information.

Just as a note - 'How to do something' is not a question, it should not have a question mark. So if the titles are to be interrogative the title should not begin with 'How to... '

0
Imagine profil
Abandonează
Yaroslav

I rarely use full phrases to do a search. Most commonly I use key words, something like 'import products openerp" or "configure import products".

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
[Meta] Error in Forum: when "convert to comment" option is clicked for other people's post...
meta
Imagine profil
1
mar. 25
2914
[META] `convert to comment` feature gives a 502 error Rezolvat
meta
Imagine profil
Imagine profil
1
apr. 25
6384
[META] 500: Internal Server Error while opening some questions and duplicate reasons while closing the question
meta
Imagine profil
Imagine profil
2
sept. 23
7532
[META] Forum: Traceback when open some questions on forum
meta
Imagine profil
0
sept. 23
2954
[meta] Does upvoting Questions or Answers costs me karma? Rezolvat
meta
Imagine profil
Imagine profil
1
dec. 19
5923
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now