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'),
Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!
Înscrie-te| Postări similare | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
0
mar. 15
|
8002 | |||
|
Where are the sequences?
Rezolvat
|
2
feb. 19
|
14720 | ||
|
4
apr. 16
|
10349 | |||
|
0
mar. 15
|
7551 | |||
|
Commission Module?
Rezolvat
|
4
ian. 24
|
14652 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.