2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Allow blank PO description and add URL field

This commit is contained in:
Oliver Walters
2019-06-04 22:26:19 +10:00
parent 68d514d478
commit 54b1ccd585
4 changed files with 36 additions and 4 deletions

View File

@ -12,6 +12,7 @@ migrate:
python InvenTree/manage.py makemigrations part
python InvenTree/manage.py makemigrations stock
python InvenTree/manage.py makemigrations build
python InvenTree/manage.py makemigrations order
python InvenTree/manage.py migrate --run-syncdb
python InvenTree/manage.py check
@ -27,11 +28,11 @@ style:
test:
python InvenTree/manage.py check
python InvenTree/manage.py test build company part stock
python InvenTree/manage.py test build company part stock order
coverage:
python InvenTree/manage.py check
coverage run InvenTree/manage.py test build company part stock
coverage run InvenTree/manage.py test build company part stock order
coverage html
documentation: