-
-
Notifications
You must be signed in to change notification settings - Fork 835
Description
I was pleased to find the modules purchase and sales comment templates which in theory saves me the time to reimplement the preamble and tailing comments for quotations from our previous ERP system.
But I'm concerned about what seems a considerable 'omission'..
The model templates are straight forward to create for each of these models, but after instantiating the template, it appears that a direct link to the model is made from the sale or purchase instead of a copy to be locally filled in.
That is, use of the model template actually changes the model template, and behind one's back, the next user does the same... overwriting
There seems only that the 'base_comment_template' table is made, without any other comment[s] table having the actually used comments.
Is anybody using this in production that can elucidate a bit?