[MIG] onchange_helper: migration to 16.0
parent
146d81950e
commit
fa22f69ea3
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Onchange Helper",
|
"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",
|
"summary": "Technical module that ease execution" " of onchange in Python code",
|
||||||
"author": "Akretion,Camptocamp,Odoo Community Association (OCA)",
|
"author": "Akretion,Camptocamp,Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/server-tools",
|
"website": "https://github.com/OCA/server-tools",
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
* Florian da Costa <florian.dacosta@akretion.com>
|
* Florian da Costa <florian.dacosta@akretion.com>
|
||||||
* Andrea Stirpe <a.stirpe@onestein.nl>
|
* Andrea Stirpe <a.stirpe@onestein.nl>
|
||||||
* Souheil Bejaoui <souheil.bejaoui@acsone.eu>
|
* 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