[MIG] onchange_helper: migration to 16.0
parent
90dfedf851
commit
ea5695828a
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue