Files
account-financial-tools/account_move_line_purchase_info/__init__.py
Jordi Ballester 84d19303da [FIX] account_move_line_purchase_info: migration and init hook
Add an init hook and a migration in order to make sure
that account move lines connected with stock moves get the
connecting purchase order line.
2023-12-31 19:50:57 +01:00

3 lines
55 B
Python

from . import models
from .hooks import post_init_hook