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"?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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"?
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'),
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden| Gerelateerde posts | Antwoorden | Weergaven | Activiteit | |
|---|---|---|---|---|
|
0
mrt. 15
|
6269 | |||
|
Where are the sequences?
Opgelost
|
2
feb. 19
|
13127 | ||
|
4
apr. 16
|
8915 | |||
|
0
mrt. 15
|
5942 | |||
|
Commission Module?
Opgelost
|
4
jan. 24
|
13240 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.