Releases: mlebreuil/netbox-contract
Releases · mlebreuil/netbox-contract
v2.0.4: Merge pull request #71 from mlebreuil/develop
- Add bulk update capability for contract assignement
- #63 Correct an API issue on the invoice object.
- #64 Add hierarchy to contract; New parent field created.
- #65 Add end date to contact import form.
- Removed the possibility of add or modify circuits to contracts. The field becomes read only and will be removed in next major release.
- Make accounting dimensions optional.
v2.0.3: Merge pull request #62 from mlebreuil/develop
v2.0.2
v2.0.0
Add a new contract assignment model to allow the assignment of contract not only to Circuits.
The support for the direct Contract to Circuit relation will be removed in version 2.1.0 .
In Order to migrate existing relations contract_migration.py script is provided and can be run from the Django shell.