Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
7431 Vizualizări

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

Imagine profil
Abandonează
Autor Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
mar. 15
5421
2
feb. 19
12307
4
apr. 16
8306
0
mar. 15
5123
4
ian. 24
12518