Quotations sale.order tree,form,calendar,graph,kanban,pivot { 'search_default_team_id': [active_id], 'default_team_id': active_id, 'show_address': 1, } []

Create a new quotation, the first step of a new sale!

Once the quotation is confirmed by the customer, it becomes a sales order.
You will be able to create an invoice and collect the payment.

New Quotation sale.order form { 'search_default_team_id': [active_id], 'default_team_id': active_id, 'default_user_id': uid, } Sales Orders sale.order tree,form,calendar,graph,kanban,pivot [('state','not in',('draft','sent','cancel'))] { 'search_default_team_id': [active_id], 'default_team_id': active_id, }

Create a new quotation, the first step of a new sale!

Once the quotation is confirmed by the customer, it becomes a sales order.
You will be able to create an invoice and collect the payment.

Sales Orders sale.order tree,form,calendar,graph,kanban,pivot [('invoice_status','=','to invoice')] { 'search_default_team_id': [active_id], 'default_team_id': active_id, } crm.team.form crm.team 9 crm.team.view.kanban.dashboard.inherit.sale crm.team
['|', ('res_model', '=', False), ('res_model', 'in', ['sale.order', 'res.partner', 'product.template', 'product.product'])]