I have many terms and conditions in my sale quotation.
I will tick each terms and condition for displaying. Only ticked conditions should display in sales quotation.
For eg:
I have currently 3 terms and conditions in my master table.
I'm creating a sales quotation. For this i only ticked first two conditions, so the quotation shouls only display the two conditions.
How is it possible? Did i want to create seperate master table for the conditions or added in sale.order table?
@rosey in your sales order how would you like to show your conditions? Is it in a "field.Text" (big textbox), if yes then you can add a new field in sale.order say 'conditions' as fields.Text0 and then in sale.order override default_get method try to search only those conditions where the tick mark is on and fetch only those conditions and put it in the new field 'condition' that you created in the sale.order Hope this helps !!.
If u have mater table for conditions then link it with a many2many field in sale.order