RamezIssac/django-erp-framework

has no ForeignKey to 'document_control.SalesTransaction'

youssriaboelseod opened this issue · 2 comments

hi Ramiz
i hope you is fine

i follows your instrument here
https://ra-framework.readthedocs.io/en/latest/tutorial/tutorial_1.html

but i get this error
Capture

Thanks for pointing this out.
class SalesLineTransaction is missing this line
sales_transaction = models.ForeignKey(SalesTransaction, on_delete=models.CASCADE)
Updating the docs..