Commit Graph

7 Commits (a3ae6924fcce903f0fc573d3c4e1a67a3cd69759)

Author SHA1 Message Date
OCA-git-bot a114b942e8 [UPD] README.rst 2023-09-03 15:59:14 +00:00
Ivorra78 ee835f7a86 Translated using Weblate (Spanish)
Currently translated at 100.0% (1 of 1 strings)

Translation: reporting-engine-15.0/reporting-engine-15.0-board_eval_context
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-15-0/reporting-engine-15-0-board_eval_context/es/
2023-07-13 20:08:54 +00:00
Ivorra78 168fececa9 Added translation using Weblate (Spanish) 2023-07-13 18:53:07 +00:00
OCA-git-bot 362710dfc2 [ADD] icon.png 2023-03-18 17:59:34 +00:00
OCA-git-bot 7da711e191 [UPD] README.rst 2023-03-18 17:59:34 +00:00
oca-ci 477d892356 [UPD] Update board_eval_context.pot 2023-03-18 17:55:13 +00:00
Alexandre Fayolle 9a46a1323d [ADD] module board_eval_context
This module adds some useful keys in the evaluation context of board.board
records, which can be useful when creating generic boards for all the users of
an instance.

At the moment it allows using the following values in the domains of a board.board record:

* datetime: the datetime.datetime class
* date: the datetime.date class
* timedelta: the datetime.timedelta class
* timezone: the datetime.timezone class
* tzinfo: the datetime.tzinfo class
* relativedelta: the dateutil.relativedelta.relativedelta class
* uid: the ID of the current user
2023-02-24 17:03:18 +01:00