has no ForeignKey to 'document_control.SalesTransaction'
youssriaboelseod opened this issue · 2 comments
youssriaboelseod commented
hi Ramiz
i hope you is fine
i follows your instrument here
https://ra-framework.readthedocs.io/en/latest/tutorial/tutorial_1.html
RamezIssac commented
Thanks for pointing this out.
class SalesLineTransaction
is missing this line
sales_transaction = models.ForeignKey(SalesTransaction, on_delete=models.CASCADE)
Updating the docs..
youssriaboelseod commented
thanks