Deps updates, handle more tables + LK code

This commit is contained in:
Marcus Lindvall 2021-12-30 12:40:50 +01:00
parent f649b5f953
commit 5fe140714e
14 changed files with 583 additions and 79 deletions

View file

@ -2,4 +2,5 @@ from .location import Location
from .article import Article, ArticleCategory
from .company import Company
from .pricelist import PriceList
from .order import Order
from .order import Order
from .warehouse import Warehouse