跳至内容
菜单
此问题已终结
1 回复
7558 查看

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
5540
2
2月 19
12420
4
4月 16
8373
0
3月 15
5243
4
1月 24
12652