Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
7589 มุมมอง

A great module for that:

https://www.odoo.com/apps/7.0/sale_quotation_number/

Unfortunately with a small error. If you duplicate a quotation, it gets an order number.

Somebody has an idea to change "def copy"?

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

You have to change "def copy" in sale/sale.py @ line 78
- 'name': self.pool.get('ir.sequence').get(cr, uid, 'sale.order'),
+ 'name': self.pool.get('ir.sequence').get(cr, uid, 'sale.quotation'),

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
มี.ค. 15
5571
Where are the sequences? แก้ไขแล้ว
2
ก.พ. 19
12443
4
เม.ย. 16
8383
0
มี.ค. 15
5271
Commission Module? แก้ไขแล้ว
4
ม.ค. 24
12668