nuevo addon product_state desde OCA/product_attribute
This commit is contained in:
parent
ada6c142c9
commit
2954c8694f
23 changed files with 2254 additions and 0 deletions
7
product_state/migrations/12.0.2.0.0/post-migration.py
Normal file
7
product_state/migrations/12.0.2.0.0/post-migration.py
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue