Commit Graph

11 Commits (00dd2a4c45cce89108a0f18212d5fd7fd7de6ae7)

Author SHA1 Message Date
oca-ci 00dd2a4c45 [UPD] Update jsonifier.pot 2023-02-27 09:55:02 +00:00
Sébastien BEAU 6281758a6e jsonifier: remove deprecated logic for getting the date in user tz 2023-02-27 10:16:05 +01:00
Sébastien BEAU db4d191c35 jsonifier: migration to v16 2023-02-27 10:09:28 +01:00
Sébastien BEAU a9449b2be9 [IMP] jsonifier: black, isort, prettier 2023-02-27 10:05:54 +01:00
OCA-git-bot 9a43afe037 jsonifier 14.0.1.0.1 2023-02-27 10:05:54 +01:00
Simone Orsi 4b4de6471e jsonifier: fix date handling
We should always keep UTC and let the consumer deal w/ it.
This change is backward compatible but allows to turn off
the old behavior w/ the ctx flag `jsonifier__date_user_tz=False`.
2023-02-27 10:05:54 +01:00
OCA-git-bot 58582895e2 [UPD] README.rst 2023-02-27 10:05:54 +01:00
oca-ci be3017e1ff [UPD] Update jsonifier.pot 2023-02-27 10:05:54 +01:00
Simone Orsi 47306c8143 Replace base_jsonify w/ jsonifier
Rationale:

1. the name reflects better what it does
   as this is not _just_ a base module

2. solves publication issue on odoo apps store
   due to an old module registered w/ the same name
   that even if un-published blocks publishing the module
   for all versions.
   This in turn, blocks the publication of ALL modules
   that depend on base_jsonify.
2023-02-27 10:05:54 +01:00
OCA-git-bot 95954250f0 [ADD] icon.png 2023-02-27 10:05:54 +01:00
Simone Orsi 8ad7fa6d09 Add jsonifier (skeleton) 2023-02-27 10:05:54 +01:00