Skip to content
Snippets Groups Projects
Commit 05a198bc authored by jerome hanke (jhk)'s avatar jerome hanke (jhk) Committed by Nicolas Martinelli
Browse files

[FIX] doc: clarity issue for gantt view precision field


self-explanatory

opw-2161939

closes odoo/odoo#42858

Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
parent 1947873d
Branches
Tags
No related merge requests found
......@@ -1026,13 +1026,13 @@ take the following attributes:
* Possible values for scale ``week`` are (default: ``day:half``):
``day``: records times snap to full days (ex: 7:28 AM becomes 11:59:59 PM)
``day``: records times snap to full days (ex: 7:28 AM becomes 11:59:59 PM of the previous day, 10:32 PM becomes 12:00 PM of the current day)
``day:half``: records times snap to half hours (ex: 7:28 AM becomes 12:00 PM)
* Possible values for scale ``month`` are (default: ``day:half``):
``day``: records times snap to full days (ex: 7:28 AM becomes 11:59:59 PM)
``day``: records times snap to full days (ex: 7:28 AM becomes 11:59:59 PM of the previous day, 10:32 PM becomes 12:00 PM of the current day)
``day:half``: records times snap to half hours (ex: 7:28 AM becomes 12:00 PM)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment