Hello i would like to add new Records of Products into my Tryton over a API.
I have read the Articel in the Manual “User Application — trytond latest documentation” and had build successful interfaces.
Now i am trying to add an Api to the Products Module, so i can add new Records by an interface. But i cant find the Function i need to manipulate to achieve it.
When i look into the product.py file i found some Functions but the don t make sense to me.
Did some tried something like this? How do modules write Information into the Database?
Thank you to all Answers