2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-04 10:31:03 +00:00

Shipment parameters (#11641)

* Add 'parameter' support for SalesOrderShipment model

* Add "parameters" tab for shipment view

* Playwright test

* Update CHANGELOG

* Update API version

* Install gettext

* Try yaml format

* Revert "Try yaml format"

This reverts commit 394a5551c8.

---------

Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
Oliver
2026-04-01 10:31:49 +11:00
committed by GitHub
parent 1f01229d30
commit 6243aec9b7
7 changed files with 16 additions and 2 deletions

View File

@@ -706,7 +706,7 @@ jobs:
npm: true
install: true
update: true
apt-dependency: postgresql-client libpq-dev
apt-dependency: gettext postgresql-client libpq-dev
pip-dependency: psycopg2
- name: Set up test data
run: |