Hi, I want to generate an automatically sequence number when i print xls report. as my xls report generate different employees name so i want to generate a sequence number in the excel report too
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
1927
Views
just take a variable and give it value 1 and then call it where you are deploying the field and then in last give it the value for increment.
For example:
a=1
sheet.write(row, col, a, cell_border)
a = a+1
Hello Mr. Tauqir
what is cell_border for?
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up