server-tools/jsonifier/models
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
..
__init__.py Replace base_jsonify w/ jsonifier 2023-02-27 10:05:54 +01:00
ir_exports.py Replace base_jsonify w/ jsonifier 2023-02-27 10:05:54 +01:00
ir_exports_line.py Replace base_jsonify w/ jsonifier 2023-02-27 10:05:54 +01:00
ir_exports_resolver.py Replace base_jsonify w/ jsonifier 2023-02-27 10:05:54 +01:00
models.py Replace base_jsonify w/ jsonifier 2023-02-27 10:05:54 +01:00
utils.py Replace base_jsonify w/ jsonifier 2023-02-27 10:05:54 +01:00