تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2839 أدوات العرض
For example I want to move from orderline CRM to Purchase or purchase to CRM, how we can achieve this,
How I can achieved through backend coding?

I have created menu Buyer "Incoming Buyer RFQ" and "Supplier RFQ" which are having
actions: "sale.action_quotations_with_onboarding" and "purchase.purchase_rfq"respectively,
now I will generate the Quotation in "Incoming Buyer RFQ" and add product in here and
when I click confirm that new order should created in "Supplier RFQ". Please suggest I do such
functionality.
Please check the menu.xml which having actions from Sales and Purchase.

id="menu_expora_erp_root"
name="Expora ERP"
sequence="0"/>
id="menu_buyer_rfq_master"
name="Buyer RFQ"
parent="menu_expora_erp_root"
sequence="0"/>
id="menu_supplier_rfq_master"
name="Supplier RFQ"
parent="menu_expora_erp_root"
sequence="1"/>

id="menu_buyer_rfq"
name="Incoming Buyer RFQ"
action="sale.action_quotations_with_onboarding"
parent="menu_buyer_rfq_master"
sequence="0"/>

id="menu_supplier_rfq"
name="Supplier RFQ"
action="purchase.purchase_rfq"
parent="menu_supplier_rfq_master"
sequence="0"/>


الصورة الرمزية
إهمال
أفضل إجابة

This already works if you install both modules (Purchase and Sales) but I guess you have already considered that.

الصورة الرمزية
إهمال
الكاتب

Hi @Apiuser, Thank for reply, I want to customize it, I can move in any module, I update the question plz check agian

المنشورات ذات الصلة الردود أدوات العرض النشاط
2
يناير 24
3304
2
سبتمبر 22
3952
0
فبراير 22
6
1
ديسمبر 23
2575
2
أغسطس 23
2268