Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue 6442 #6443

Merged

Conversation

SchrodingersGat
Copy link
Member

- Add null option to status field for stock adjustment
- Prevent stock adjustments from setting status to OK
@SchrodingersGat SchrodingersGat added bug Identifies a bug which needs to be addressed stock Related to Stock models api Relates to the API backport Apply this label to a PR to enable auto-backport action backport-to-0.13.x labels Feb 7, 2024
@SchrodingersGat SchrodingersGat added this to the 0.14.0 milestone Feb 7, 2024
Copy link

netlify bot commented Feb 7, 2024

Deploy Preview for inventree-web-pui-preview canceled.

Name Link
🔨 Latest commit d899f8f
🔍 Latest deploy log https://app.netlify.com/sites/inventree-web-pui-preview/deploys/65c3382d33ebf70008024fb8

@SchrodingersGat SchrodingersGat merged commit edd6f25 into inventree:master Feb 7, 2024
29 checks passed
@SchrodingersGat SchrodingersGat deleted the transfer-stock-fix branch February 7, 2024 09:11
github-actions bot pushed a commit that referenced this pull request Feb 7, 2024
- Add null option to status field for stock adjustment
- Prevent stock adjustments from setting status to OK

(cherry picked from commit edd6f25)
Copy link
Contributor

github-actions bot commented Feb 7, 2024

💚 All backports created successfully

Status Branch Result
0.13.x

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

SchrodingersGat added a commit that referenced this pull request Feb 7, 2024
- Add null option to status field for stock adjustment
- Prevent stock adjustments from setting status to OK

(cherry picked from commit edd6f25)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
matmair added a commit to matmair/InvenTree that referenced this pull request Feb 7, 2024
* Add basic task for generating apidocs

* Fix SPECTACTULAR_SETTINGS

- Some provided options were not correct

* Update .gitignore

* Fix for duplicated API path

- `/api/plugins/activate` routed to PluginActivate view
- Must be associated with a specific plugin ID

* By default, fail if warnings are raised

* Use GenericAPIView for GetAuthToken

* Use GenericAPIView for RolesDetail endpoint

* Refactor more endpoints to use GenericApiView

* More API cleanup

* Add extra type hints for exposed methods

* Update RoleDetails endpoint

- Specify serializer
- Use RetrieveAPI class type

* More type hints

* Export API docs as part of CI

* add more api views docs

* even more docs

* extend tests to api-version

* simplify serializer

* and more docs

* fix serializer

* added more API docs

* clean diff

* Added APISearch base

* Mention the API version bump in CONTRIBUTION.md (inventree#6436)

* Mention the API version bump in CONTRIBUTION.md

* Update CONTRIBUTING.md

---------

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>

* do not assume you know the user
he might be anonymously creating the schema ;-)

* set empty serializer where no input is needed

* Fix for build.js (inventree#6437)

- Catch potential empty build_detail attribute

* Maintenance Mode Fix (inventree#6422)

* Custom maintenance mode backend

* Implement check and retries

* Update debug formatting

* Use dummy model for schema generation

* fix OpenAPI docs section

* Week number (inventree#6439)

* Support week number for batch generation

* Bug fix - hour is not minute

* Update docs

* only run if needed

* remove schema task

* Add version check

* pin version

* fix QC order

* fix assign

* refactor order

* optimize compile times

* fix assign

* onyl use install

* more fixing

* use full update cycle

* revert python change

* use api_version

* run py

* why?

* Fix for issue 6442 (inventree#6443)

- Add null option to status field for stock adjustment
- Prevent stock adjustments from setting status to OK

* clean up output

* only check for api version diff if api_version was not touched

* add schema check again

* Postgresql fix (inventree#6441)

* Assume maintenance mode is *on* if database is inaccessible

* Specify ash shell

* Update psycopg requirements

* Style fixes

* style fix - backends.py

* Update tasks.py (inventree#6446)

* Update tasks.py

- Exclude temporary settings when exporting data

* Remove duplicate code

* use seperate filter for API

* increment api_version

* Added push step

---------

Co-authored-by: Oliver Walters <oliver.henry.walters@gmail.com>
Co-authored-by: Miklós Márton <martonmiklosqdev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Relates to the API backport Apply this label to a PR to enable auto-backport action bug Identifies a bug which needs to be addressed stock Related to Stock models
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transfering stock changes status
1 participant