2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-12-22 20:13:13 +00:00

Add model for InvenTreePartAttachment

This commit is contained in:
Oliver
2021-08-15 16:49:59 +10:00
parent 40805b2aff
commit ffd423cf9a
5 changed files with 78 additions and 32 deletions

View File

@@ -9,9 +9,6 @@ import 'model.dart';
class InvenTreeCompany extends InvenTreeModel {
@override
String NAME = "Company";
@override
String get URL => "company/";