Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
7292 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
5291
2
feb. 19
12117
4
apr. 16
8193
0
mar. 15
4963
4
jan. 24
12403