跳至內容
選單
此問題已被標幟
1 回覆
7468 瀏覽次數

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'),

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
3月 15
5482
2
2月 19
12361
4
4月 16
8341
0
3月 15
5189
4
1月 24
12578