Add post_install.py script for data migration

This commit is contained in:
Alexis de Lattre
2017-11-23 17:11:38 +01:00
parent 78ef2a0ebe
commit ee0dfb29d6
3 changed files with 48 additions and 0 deletions

View File

@@ -27,4 +27,5 @@ It has been developped by brother Bernard from Barroux Abbey and Alexis de Lattr
'security/ir.model.access.csv',
],
'installable': True,
'post_init_hook': 'migrate_to_partner_phone',
}