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'),
Create an account today to enjoy exclusive features and engage with our awesome community!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
0
бер. 15
|
6214 | |||
|
Where are the sequences?
Вирішено
|
2
лют. 19
|
13073 | ||
|
4
квіт. 16
|
8870 | |||
|
0
бер. 15
|
5916 | |||
|
Commission Module?
Вирішено
|
4
січ. 24
|
13202 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.