Commit Graph

16 Commits (c888c09d99af17210c57d5f3069aeb9ae2bdaf9d)

Author SHA1 Message Date
OCA-git-bot c888c09d99 [UPD] README.rst 2024-01-02 15:53:30 +07:00
Weblate 739f68b033 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-jsonifier
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-jsonifier/
2024-01-02 15:53:30 +07:00
oca-ci 7b2ce3ead2 [UPD] Update jsonifier.pot 2024-01-02 15:53:30 +07:00
Weblate 41b5ac89d0 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-jsonifier
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-jsonifier/
2024-01-02 15:53:30 +07:00
OCA-git-bot 892be7c026 [UPD] README.rst 2024-01-02 15:53:30 +07:00
oca-ci 4c7aec1d15 [UPD] Update jsonifier.pot 2024-01-02 15:53:30 +07:00
Sébastien BEAU 3852262660 jsonifier: remove deprecated logic for getting the date in user tz 2024-01-02 15:53:30 +07:00
Sébastien BEAU 4605af5ba8 jsonifier: migration to v16 2024-01-02 15:53:30 +07:00
Sébastien BEAU fc4bcb3774 [IMP] jsonifier: black, isort, prettier 2024-01-02 15:53:30 +07:00
OCA-git-bot e702814c17 jsonifier 14.0.1.0.1 2024-01-02 15:53:30 +07:00
Simone Orsi be27d5d309 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`.
2024-01-02 15:53:30 +07:00
OCA-git-bot a2cb25ca49 [UPD] README.rst 2024-01-02 15:53:30 +07:00
oca-ci df7a89a62a [UPD] Update jsonifier.pot 2024-01-02 15:53:30 +07:00
Simone Orsi 4175d5cefa 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.
2024-01-02 15:53:30 +07:00
OCA-git-bot aff1784199 [ADD] icon.png 2024-01-02 15:53:30 +07:00
Simone Orsi a997125dc9 Add jsonifier (skeleton) 2024-01-02 15:53:30 +07:00