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"?
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'),
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
0
de març 15
|
7761 | |||
|
Where are the sequences?
Solved
|
2
de febr. 19
|
14567 | ||
|
4
d’abr. 16
|
10257 | |||
|
0
de març 15
|
7386 | |||
|
Commission Module?
Solved
|
4
de gen. 24
|
14518 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.