Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

V16 Planned Date of Tasks are invisible.

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
planningtasksplannedstart_dateend_date
3 Antwoorden
9003 Weergaven
Avatar
Didier Ryckaert

Hello 

As you can see on the task form in a projet and in the task form in the field service the fields "Planned Date" does not appear.

What do i need to check or to setup to see the "start date" and the "End date" on these forms..

Here are the projects' s setting?

I thank you in advance for your response

1
Avatar
Annuleer
Didier Ryckaert
Auteur

Thank you both.

It is clear for me now

didier.ryckaert@papyrus.com

Hi Malay and cybrosys.

@ Malay

Thank you for your respons

When i create the task on the calender view, it only create a "Due date" but not the "start" and the "end" date.


@ Cybrosys.

Thank you.

Your advice is working but the strange thing is that at the beginning of the deployment these fields where visible.

Thijs Van Damme

This is the weirdest configuration ever, who decided it was a good idea to hide all these fields? I have task where I can't enter a value because its hidden... make it make sense

Comdat EDV-Systeme

Thank you.

But this is a stupid decision. Default filter is set by "planned for today or future", but didnt get the opportunity to plan this after the task is created is ridicolous.

Avatar
Saâd Benzakour
Beste antwoord

For existing tasks that arn't planned yet, you can do it from Gantt view. 

When you hover a timeslot in this view, click on the "Plan existing" icon (search icon with a + inside), then select your task. The planned dates are filled and become visibles on form view if you want to change them from there. 

1
Avatar
Annuleer
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Beste antwoord

Hi,

The Planned Date field(to set the start and the end date) is invisible in the tasks since those dates are not set. The attribute for the field is set like that. There is no configuration to show/hide it.

You have to edit the form view to show the field. You can do it directly or use a custom module to do it.

To edit the form view from Odoo:

Step 1: Enable debug(developer) mode.
Step 2: Search for Views in the homepage or navigate to Settings/Technical/User Interface/Views menu.
Step 3: Search for the view project.task.view.form.inherit.project.enterprise.
Step 4: Remove the attrs="{'invisible': [('planned_date_begin', '=', False), ('planned_date_end', '=', False)]}" from the label and div in the code and save it.

That's it. You can now reload and check the task. The Planned Date will be visible in the tasks.

If you are using a custom module, you can inherit the task form view and remove the attrs.

Regards

4
Avatar
Annuleer
Natasha van Schoor

Hi, can you please review this answer - it only makes the title of the field visible, it doesn't enable you to add the dates from the task. Can you please review and respond?

Thanks,

Avatar
Malay Khamar (Serpent Consulting Services Pvt. Ltd.)
Beste antwoord

Hi Didier Ryckaert,

Actually Planned dates are only visible if you have the value in it. If its False, then it will be invisible. 
So if you create a task from where system will adds the start and end planned dates, then you can visible it. 


For e.g  Like create a task from calendar view, Gantt view. It will give you the default date on which you can create a task. Yes you can remove the invisible attributes as well.

Hope it will help you.


2
Avatar
Annuleer
Sprintit Oy / Roy Nurmi

But if I create a project and trasks using sales, it will not have those date set, so there is no way to plan tasks that have been created from sales??

Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
How to plan a task in OE16
planning tasks
Avatar
Avatar
1
nov. 23
2441
How do I link tasks created in Project & Field Services to PLANNING?
planning tasks FieldService
Avatar
Avatar
1
nov. 24
3719
Planning tasks timesheet Opgelost
timesheet planning tasks ProjectManagement
Avatar
Avatar
Avatar
4
jun. 24
6154
Project- Odoo 14 Opgelost
project task start_date end_date
Avatar
Avatar
1
apr. 21
5073
How to calculate payslip based on contract starting date and ending date?
date payslip payable start_date end_date
Avatar
0
apr. 22
4121
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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