Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
8080 Prikazi

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
Opusti
Avtor Best Answer

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
mar. 15
6101
2
feb. 19
12963
4
apr. 16
8810
0
mar. 15
5850
4
jan. 24
13137