Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
7428 Zobrazení

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
Zrušit
Autor Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
bře 15
5420
2
úno 19
12302
4
dub 16
8303
0
bře 15
5122
4
led 24
12515