Hi,
On Sales/Orders/Quotation I want to use domain to allow salepeople to:
See every quotation in
See quotations in 'sale' or 'done' ONLY if these quotation were sold this month (date_oder = current month)
I know I have to use Domain, but I don't know how to write the code for current month.
How can I do that?
Hi,
The below answer is correct and you can replace create_date with date_order. And for your requirement to view quotations in 'sale' or 'done' in current month you can group by status.