Skip to content

Commit 72f74aa

Browse files
committed
[BOT] post-merge updates
1 parent e11e694 commit 72f74aa

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ addon | version | maintainers | summary
3434
[base_view_inheritance_extension](base_view_inheritance_extension/) | 18.0.1.0.0 | | Adds more operators for view inheritance
3535
[database_cleanup](database_cleanup/) | 18.0.1.0.0 | | Database cleanup
3636
[dbfilter_from_header](dbfilter_from_header/) | 18.0.1.0.0 | | Filter databases with HTTP headers
37-
[jsonifier](jsonifier/) | 18.0.1.0.0 | | JSON-ify data for all models
37+
[jsonifier](jsonifier/) | 18.0.1.1.0 | | JSON-ify data for all models
3838
[mail_cleanup](mail_cleanup/) | 18.0.1.0.0 | | Mark as read or delete mails after a set time
3939
[module_auto_update](module_auto_update/) | 18.0.1.0.0 | | Automatically update Odoo modules
4040
[module_change_auto_install](module_change_auto_install/) | 18.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Customize auto installables modules by configuration

jsonifier/README.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ JSONifier
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:bfd7de409f317797cab42d491a5970231d8c8b51b94ebfd214b4f45688391c36
10+
!! source digest: sha256:cbf418975463b6a5ff3ae89fdd5b77a2f9c2ad8c23f82869ce51846f94bff7ce
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -251,14 +251,14 @@ Authors
251251
Contributors
252252
------------
253253

254-
- BEAU Sébastien <sebastien.beau@akretion.com>
255-
- Raphaël Reverdy <raphael.reverdy@akretion.com>
256-
- Laurent Mignon <laurent.mignon@acsone.eu>
257-
- Nans Lefebvre <nans.lefebvre@acsone.eu>
258-
- Simone Orsi <simone.orsi@camptocamp.com>
259-
- Iván Todorovich <ivan.todorovich@camptocamp.com>
260-
- Nguyen Minh Chien <chien@trobz.com>
261-
- Thien Vo <thienvh@trobz.com>
254+
- BEAU Sébastien <sebastien.beau@akretion.com>
255+
- Raphaël Reverdy <raphael.reverdy@akretion.com>
256+
- Laurent Mignon <laurent.mignon@acsone.eu>
257+
- Nans Lefebvre <nans.lefebvre@acsone.eu>
258+
- Simone Orsi <simone.orsi@camptocamp.com>
259+
- Iván Todorovich <ivan.todorovich@camptocamp.com>
260+
- Nguyen Minh Chien <chien@trobz.com>
261+
- Thien Vo <thienvh@trobz.com>
262262

263263
Other credits
264264
-------------

jsonifier/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"name": "JSONifier",
88
"summary": "JSON-ify data for all models",
9-
"version": "18.0.1.0.0",
9+
"version": "18.0.1.1.0",
1010
"category": "Uncategorized",
1111
"website": "https://github.com/OCA/server-tools",
1212
"author": "Akretion, ACSONE, Camptocamp, Odoo Community Association (OCA)",

jsonifier/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">JSONifier</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:bfd7de409f317797cab42d491a5970231d8c8b51b94ebfd214b4f45688391c36
370+
!! source digest: sha256:cbf418975463b6a5ff3ae89fdd5b77a2f9c2ad8c23f82869ce51846f94bff7ce
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/18.0/jsonifier"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-jsonifier"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module adds a ‘jsonify’ method to every model of the ORM. It works

0 commit comments

Comments
 (0)