OCA_Reporting_engine_17.0/board_eval_context/models
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
..
__init__.py [ADD] module board_eval_context 2023-02-24 17:03:18 +01:00
board_board.py [ADD] module board_eval_context 2023-02-24 17:03:18 +01:00