diff --git a/onchange_helper/__manifest__.py b/onchange_helper/__manifest__.py index 17a446222..b47f920c6 100644 --- a/onchange_helper/__manifest__.py +++ b/onchange_helper/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Onchange Helper", - "version": "15.0.1.0.1", + "version": "16.0.1.0.0", "summary": "Technical module that ease execution" " of onchange in Python code", "author": "Akretion,Camptocamp,Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-tools", diff --git a/onchange_helper/readme/CONTRIBUTORS.rst b/onchange_helper/readme/CONTRIBUTORS.rst index 47a0cfe24..bf2b9ab45 100644 --- a/onchange_helper/readme/CONTRIBUTORS.rst +++ b/onchange_helper/readme/CONTRIBUTORS.rst @@ -2,3 +2,4 @@ * Florian da Costa * Andrea Stirpe * Souheil Bejaoui +* Kevin Khao diff --git a/onchange_helper/readme/ROADMAP.rst b/onchange_helper/readme/ROADMAP.rst new file mode 100644 index 000000000..b8e45ad34 --- /dev/null +++ b/onchange_helper/readme/ROADMAP.rst @@ -0,0 +1,2 @@ +Note that onchanges tend to disappear due to the introduction of 'computed stored readonly False fields' in most cases. +When migrating, it is best to prefer changing it to that way instead of using this module.