Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
7469 Visualizzazioni

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"?

Avatar
Abbandona
Autore Risposta migliore

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

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
mar 15
5483
2
feb 19
12361
4
apr 16
8341
0
mar 15
5189
4
gen 24
12578