diff --git a/agriculture_shop/__manifest__.py b/agriculture_shop/__manifest__.py index 386b686b6..1f6fee17e 100644 --- a/agriculture_shop/__manifest__.py +++ b/agriculture_shop/__manifest__.py @@ -37,6 +37,7 @@ 'data/website_view.xml', 'data/website_theme_apply.xml', 'data/knowledge_tour.xml', + 'data/purchase_tour.xml', ], 'demo': [ 'demo/res_partner.xml', @@ -69,12 +70,14 @@ 'assets': { 'web.assets_backend': [ 'agriculture_shop/static/src/js/my_tour.js', + 'agriculture_shop/static/src/js/tours/purchase_flow.js', ] }, 'author': 'Odoo S.A.', "cloc_exclude": [ "data/knowledge_article.xml", "static/src/js/my_tour.js", + "static/src/js/tours/purchase_flow.js", "data/website_view.xml", "demo/website_view.xml", ], diff --git a/agriculture_shop/data/knowledge_article.xml b/agriculture_shop/data/knowledge_article.xml index 9d31b0e7d..ff58b61e0 100644 --- a/agriculture_shop/data/knowledge_article.xml +++ b/agriculture_shop/data/knowledge_article.xml @@ -41,6 +41,7 @@
@@ -70,6 +72,8 @@
For the Small Products, orders & payments are done at the shop itself, and the customer pickups the products directly.
diff --git a/art_craft/static/src/js/tours/consignment_purchase_tour.js b/art_craft/static/src/js/tours/consignment_purchase_tour.js new file mode 100644 index 000000000..5030ef139 --- /dev/null +++ b/art_craft/static/src/js/tours/consignment_purchase_tour.js @@ -0,0 +1,79 @@ +import { registry } from '@web/core/registry'; + +registry.category("web_tour.tours").add("consignment_purchase", { + url: "/odoo", + steps: () => [ + { + "trigger": ".o_app[data-menu-xmlid='purchase\\.menu_purchase_root']", + "run": "click" + }, + { + "trigger": ".o_list_button_add", + "run": "click" + }, + { + "trigger": ".o_field_widget[name='partner_id'] .o-autocomplete--input", + "run": "edit demo" + }, + { + "trigger": ".o-autocomplete--dropdown-item:nth-child(1) > a", + "run": "click" + }, + { + "trigger": ".o_field_widget[name='x_is_consignee'] input", + "run": "click" + }, + { + "trigger": ".o_field_x2many_list_row_add > a:nth-child(1)", + "run": "click" + }, + { + "trigger": ".o_field_product_label_section_and_note_cell .o-autocomplete--input", + "run": "click" + }, + { + "trigger": ".o-autocomplete--dropdown-item:nth-child(1) > a", + "run": "click" + }, + { + "trigger": ".o_section_and_note_list_view tr:nth-child(3) > td", + "run": "click" + }, + { + "trigger": ".o_field_x2many_list_row_add > a:nth-child(1)", + "run": "click" + }, + { + "trigger": ".o_field_product_label_section_and_note_cell .o-autocomplete--input", + "run": "click" + }, + { + "trigger": ".o-autocomplete--dropdown-item:nth-child(5) > a", + "run": "click" + }, + { + "trigger": ".o_section_and_note_list_view tr:nth-child(4) > td", + "run": "click" + }, + { + "trigger": ".o_form_button_save", + "run": "click" + }, + { + "trigger": ".o_statusbar_buttons > button[name='button_confirm']", + "run": "click" + }, + { + "trigger": ".o_stat_text", + "run": "click" + }, + { + "trigger": ".o_statusbar_buttons > button[name='button_validate']", + "run": "click" + }, + { + "trigger": ".o_menu_brand", + "run": "click" + } +] +}) diff --git a/automobile/data/knowledge_article.xml b/automobile/data/knowledge_article.xml index c9abed04f..0b50ccae0 100644 --- a/automobile/data/knowledge_article.xml +++ b/automobile/data/knowledge_article.xml @@ -35,6 +35,9 @@ 3. After confirming the PO Receipt will be generated based on the received quantity you have add that quantities in to the Done quantities and if some products have Lot & Serial no. than at the time of validating receipt you have to provide the lot & Serial No. +
1.For the B2B Sales we will use the normal process of the sales create the quotation than select the products and sent an quotation and after the negotiation via e-mail after the negotiation you can confirmed the quotation than your
@@ -49,6 +52,9 @@
1.For the B2C sales we will use the POS module customer come to the shop the user will add the products which products want to buy customer and take payment of that product.
Use the Sales app to:
@@ -89,6 +90,8 @@The CRM app helps you:
The Purchase app allows you to:
For B2C sales, the POS app enables you to:
Let's say you now need to create a quotation for "The Great Library" near your shop.
diff --git a/bookstore/static/src/js/tours/customer_order_tour.js b/bookstore/static/src/js/tours/customer_order_tour.js new file mode 100644 index 000000000..a2bb56e4b --- /dev/null +++ b/bookstore/static/src/js/tours/customer_order_tour.js @@ -0,0 +1,91 @@ +import { registry } from '@web/core/registry'; + +registry.category("web_tour.tours").add("customer_order_tour", { + url: "/odoo", + steps: () => [ + { + "trigger": ".o_app[data-menu-xmlid='sale\\.sale_menu_root']", + "run": "click" + }, + { + "trigger": ".o-dropdown[data-menu-xmlid='sale\\.product_menu_catalog']", + "run": "click" + }, + { + "trigger": ".o-dropdown-item[data-menu-xmlid='sale\\.menu_product_template_action']", + "run": "click" + }, + { + "trigger": ".o-kanban-button-new", + "run": "click" + }, + { + "trigger": ".o_field_widget[name='name'] .o_input", + "run": "edit Media Burn: Ant Farm and making of image" + }, + { + "trigger": ".o_inner_group:nth-child(1) > .o_wrap_field:nth-child(1) > .o_cell:nth-child(1)", + "run": "click" + }, + { + "trigger": ".o_field_widget[name='barcode'] > .o_input", + "run": "edit 9781941753355" + }, + { + "trigger": ".o_notebook_headers a[name='purchase']", + "run": "click" + }, + { + "trigger": ".o_field_x2many_list_row_add > a", + "run": "click" + }, + { + "trigger": ".o-autocomplete--input", + "run": "edit my book di" + }, + { + "trigger": ".o-autocomplete--dropdown-item:nth-child(1) > a", + "run": "click" + }, + { + "trigger": ".o_form_button_save", + "run": "click" + }, + { + "trigger": ".o-dropdown[data-menu-xmlid='sale\\.sale_order_menu']", + "run": "click" + }, + { + "trigger": ".o-dropdown-item[data-menu-xmlid='sale\\.menu_sale_quotations']", + "run": "click" + }, + { + "trigger": ".o_list_button_add", + "run": "click" + }, + { + "trigger": ".o_field_widget[name='partner_id'] .o-autocomplete--input", + "run": "edit hanna" + }, + { + "trigger": ".o-autocomplete--dropdown-item:nth-child(1) > a", + "run": "click" + }, + { + "trigger": ".o_field_x2many_list_row_add > a:nth-child(1)", + "run": "click" + }, + { + "trigger": ".o_field_product_label_section_and_note_cell .o-autocomplete--input", + "run": "edit media burn: ant" + }, + { + "trigger": ".o-autocomplete--dropdown-item:nth-child(1) > a", + "run": "click" + }, + { + "trigger": ".o_statusbar_buttons > button[name='action_confirm']", + "run": "click" + } +] +}) diff --git a/cake_shop/data/knowledge_article.xml b/cake_shop/data/knowledge_article.xml index fb3aa20ce..5610110d1 100644 --- a/cake_shop/data/knowledge_article.xml +++ b/cake_shop/data/knowledge_article.xml @@ -35,6 +35,8 @@For the Small Products, orders & payments are done at the shop itself, and the delivery is also done at the shop itself
To do that, start with a POS order:
diff --git a/clothing_boutique/data/knowledge_article.xml b/clothing_boutique/data/knowledge_article.xml index 032860718..f1a79bc22 100644 --- a/clothing_boutique/data/knowledge_article.xml +++ b/clothing_boutique/data/knowledge_article.xml @@ -37,12 +37,9 @@
-
-
-
-
diff --git a/coal_petroleum/__manifest__.py b/coal_petroleum/__manifest__.py
index a41cb6c0c..31f13bb1e 100644
--- a/coal_petroleum/__manifest__.py
+++ b/coal_petroleum/__manifest__.py
@@ -47,6 +47,8 @@
'data/mail_message.xml',
'data/quality_point.xml',
'data/knowledge_tour.xml',
+ 'data/purchase_flow_tour.xml',
+ 'data/sale_flow_tour.xml',
],
'demo': [
'demo/res_partner.xml',
@@ -63,6 +65,8 @@
'assets': {
'web.assets_backend': [
'coal_petroleum/static/src/js/my_tour.js',
+ 'coal_petroleum/static/src/js/tours/purchase_flow_tour.js',
+ 'coal_petroleum/static/src/js/tours/sale_flow_tour.js',
]
},
'author': 'Odoo S.A.',
@@ -70,6 +74,8 @@
"data/qweb_view.xml",
"data/knowledge_article.xml",
"static/src/js/my_tour.js",
+ "static/src/js/tours/purchase_flow_tour.js",
+ "static/src/js/tours/sale_flow_tour.js",
],
'images': ['images/main.png'],
}
diff --git a/coal_petroleum/data/knowledge_article.xml b/coal_petroleum/data/knowledge_article.xml
index be6a39ad8..53e8754d7 100644
--- a/coal_petroleum/data/knowledge_article.xml
+++ b/coal_petroleum/data/knowledge_article.xml
@@ -80,6 +80,9 @@
In addition, you can create a Landed Cost from the inventory Application.
+The company delivers the goods to the customer but before delivering it. They run a quality check to make sure everything is up to the mark. Create an Quotation, Confirm it. Run quality checks and deliver the product.
To do that:
@@ -97,6 +100,8 @@Managing your products and their characteristics is critical in Odoo. This package includes several configs, which you can explore by navigating to the Sales App -> Products.
@@ -145,6 +147,8 @@ These will be detailed in the following topics.To manage your inventory and everything you need to complete the order, navigate to the Inventory App.
@@ -170,6 +174,8 @@My Wood Vendor: Will send you the Oak Wood Panels you need to create the tables.
Once all your orders are confirmed, you are ready to receive them in the Inventory App. Access it and select the 4 to process button in the Receipts category. You can now validate the reception of all your orders.
diff --git a/electronic_store/__manifest__.py b/electronic_store/__manifest__.py index b7930fb36..5c0301001 100644 --- a/electronic_store/__manifest__.py +++ b/electronic_store/__manifest__.py @@ -53,6 +53,7 @@ 'data/knowledge_article_favorite.xml', 'data/mail_message.xml', 'data/knowledge_tour.xml', + 'data/purchase_lot_tour.xml', ], 'demo': [ 'demo/res_partner.xml', @@ -89,6 +90,7 @@ 'assets': { 'web.assets_backend': [ 'electronic_store/static/src/js/my_tour.js', + 'electronic_store/static/src/js/tours/purchase_lot_tour.js', ] }, 'author': 'Odoo S.A.', @@ -96,6 +98,7 @@ "data/qweb_view.xml", "data/knowledge_article.xml", "static/src/js/my_tour.js", + "static/src/js/tours/purchase_lot_tour.js", "demo/website_view.xml", ], 'images': ['images/main.png'], diff --git a/electronic_store/data/knowledge_article.xml b/electronic_store/data/knowledge_article.xml index e28dac969..147b5ba64 100644 --- a/electronic_store/data/knowledge_article.xml +++ b/electronic_store/data/knowledge_article.xml @@ -48,6 +48,8 @@ + Purchase Flow Tutorial +
Once confirmed, the quotation becomes a sales order. All quotations and sales orders are centralized in the Sales app.
-