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/";