nuevo addon product_state desde OCA/product_attribute

This commit is contained in:
santiky 2021-11-10 13:54:45 +01:00
parent ada6c142c9
commit 2954c8694f
Signed by: snt
GPG key ID: A9FD34930EADBE71
23 changed files with 2254 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# Copyright 2020 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from odoo.addons.product_state.hooks import post_init_hook
def migrate(cr, version):
post_init_hook(cr, False)