[MIG] onchange_helper: migration to 16.0

pull/2479/head
Kevin Khao 2022-11-30 05:00:26 +02:00
parent 90dfedf851
commit ea5695828a
3 changed files with 4 additions and 1 deletions

View File

@ -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",

View File

@ -2,3 +2,4 @@
* Florian da Costa <florian.dacosta@akretion.com>
* Andrea Stirpe <a.stirpe@onestein.nl>
* Souheil Bejaoui <souheil.bejaoui@acsone.eu>
* Kevin Khao <kevin.khao@akretion.com>

View File

@ -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.