2
0
mirror of https://github.com/inventree/demo-dataset.git synced 2025-12-16 09:28:11 +00:00

Virtual parts (#97)

* Remove "virtual" attribute from some parts

* Add a virtual part, and a sales order

* Bump python version for CI

* bump again

* Remove shipment

* Remove pluginusersetting
This commit is contained in:
Oliver
2025-11-18 23:07:43 +11:00
committed by GitHub
parent d4df52851f
commit 54de2a5f12
2 changed files with 1969 additions and 1677 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- name: Install InvenTree
run: |
sudo apt-get install python3-dev python3-pip python3-venv python3-wheel g++
@@ -51,7 +51,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- name: Install InvenTree
run: |
sudo apt-get install python3-dev python3-pip python3-venv python3-wheel g++

File diff suppressed because it is too large Load Diff