feat: import mostovik exchange sections
All checks were successful
CI/CD Pipeline / Run Tests (push) Successful in 6m12s
CI/CD Pipeline / Code Quality Checks (push) Successful in 6m19s
CI/CD Pipeline / Build Docker Images (push) Successful in 2m21s
CI/CD Pipeline / Push to Gitea Registry (push) Successful in 1s
CI/CD Pipeline / Deploy to Server (push) Successful in 1s

This commit is contained in:
2026-05-27 23:13:40 +02:00
parent bd8e1a8400
commit d1b0cd7945
49 changed files with 1831 additions and 319 deletions

View File

@@ -253,7 +253,7 @@ class BaseExcelParser(ABC, Generic[T]):
]
def create_record(self, row_data: RowData) -> FormF1Record:
org = OrganizationService.get_or_create_by_inn(...)
org = OrganizationService.get_required_by_inn(...)
return FormF1Record.objects.create(organization=org, ...)
"""