How to put manufacturer name of products on sales order line in the quotation to customers (rml) ? I set the manufacturer name of each products at the procurement tab .. Please help me
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
1
Antworten
5180
Ansichten
- In OpenERP Report Designer â Modify Existing Report â Sales Order - Quotation / Order â Open Report.
- On Order Lines add a new column named Manufacturer.
- Press the "Convert Brackets to Fields" button in the openerp toolbar
- Go to Add a field â line(Sales Order Line) â /Product/Manufacturer/Name â ok
- Export to RMl.
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
6
Jan. 17
|
15856 | ||
|
1
März 15
|
4176 | ||
|
1
Jan. 25
|
8797 | ||
|
3
Juli 24
|
8743 | ||
|
1
Jan. 24
|
4978 |
Hi Manu,
If there will be more than 1 supplier/manufacturer of the product in the procurement tab of the product, then how'd you like to display it on the sale_order quotation report? Let me know and I can try with that in my local and get back to you.
Let me give you a hint as well for how we can achieve this, we can pass the product_id for each order_line to a method (say get_manufacturer(line.product_id)) from RML, then in the sale_order.py file we need to define this method and fetch the name from product.supplier_info table by filtering it with the product_id.
Cheers
Hi ASP, Thanks for your kind reply.. sorry for the late reply.. I have only one manufacturer for each product. I just wanted to put the manufacturer name of each product on each order lines in quotation report. Anyway I achieved this in a way which is given below on answer section.. Thanks for your help.. Can you give a look on this question please . I really stuck on this. Thanks in advance..http://help.openerp.com/question/51004/dont-allow-to-quote-below-the-sales-price-of-a-product/