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"?
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
|
8002 | |||
|
2
2月 19
|
14720 | |||
|
4
4月 16
|
10349 | |||
|
0
3月 15
|
7551 | |||
|
4
1月 24
|
14652 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.