Started using 'sqlservice'. Added support for many new tables.

This commit is contained in:
Marcus Lindvall 2019-07-04 14:25:42 +02:00
parent 9b7d7db996
commit b77a7069ce
12 changed files with 390 additions and 125 deletions

View file

@ -1,2 +1,4 @@
from .location import Location
from .article import Article
from .article import Article, ArticleCategory
from .company import Company
from .pricelist import PriceList