mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
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.
3 lines
55 B
Python
3 lines
55 B
Python
from . import models
|
|
from .hooks import post_init_hook
|