diff --git a/quotation_handler/views/quotation_handler.xml b/quotation_handler/views/quotation_handler.xml index 8c0e414d9..55853e071 100644 --- a/quotation_handler/views/quotation_handler.xml +++ b/quotation_handler/views/quotation_handler.xml @@ -74,11 +74,11 @@ - - + + {'readonly': [('state', 'in', ('sent','revised','done','cancel'))]} @@ -109,4 +109,4 @@ - \ No newline at end of file + diff --git a/quotation_handler/views/quotation_handler.xml~ b/quotation_handler/views/quotation_handler.xml~ new file mode 100644 index 000000000..8c0e414d9 --- /dev/null +++ b/quotation_handler/views/quotation_handler.xml~ @@ -0,0 +1,112 @@ + + + + + Revised Quotation Orders + sale.order + form + tree,form + + [('parent_so_id', '=', active_id)] + +

+ Revised order against this Quotation Order. +

+
+
+ + + + + Sales Orders + ir.actions.act_window + sale.order + form + tree,kanban,form,calendar,pivot,graph + + {} + [('state', 'not in', ('draft','revised','sent', 'cancel'))] + +

+ Create a Quotation, the first step of a new sale. +

+ Once the quotation is confirmed, it becomes a sales order. + You'll be able to invoice it and collect payments. + From the Sales Orders menu, you can track delivery + orders or services. +

+
+
+ + + Quotations + ir.actions.act_window + sale.order + form + + tree,kanban,form,calendar,pivot,graph + {} + [('state','in',('pre','draft','sent','cancel'))] + + +

+ Create a Quotation, the first step of a new sale. +

+ Your next actions should flow efficiently: confirm the Quotation + to a Sale Order, then create the Invoice and collect the Payment. +

+ Note that once a Quotation becomes a Sale Order, it will be moved + from the Quotations list to the Sales Order list. +

+
+
+ + + sale.order.form + sale.order + + + + + + + + {'readonly': [('state', 'in', ('sent','revised','done','cancel'))]} + + + + {'readonly': [('state', 'in', ('sent','revised','done','cancel'))]} + + + + {'readonly': [('state', 'in', ('sent','revised','done','cancel'))]} + + + + {'readonly': [('state', 'in', ('sent','revised','done','cancel'))]} + + + + + + sale.order.tree + sale.order + + + + + + + +
+
\ No newline at end of file