I am new to OpenERP. Know some editing about coding.. My question is that how can I add custom invoice lines section <notebook> in Invoice field. I want to add change some fields. I want to add custom fields similar to invoice line but with different fields. (Accounting section - Customer invoices) Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
1
Reply
7124
Views
The invoice lines are part of a one2many
field.
All you have to do is create your new mymodel.lines
model with the custom fields you need and then link it with mymodel
by adding a one2many
field to it.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
सित॰ 24
|
11231 | ||
|
0
मार्च 22
|
2 | ||
|
1
नव॰ 19
|
5683 | ||
|
1
अक्तू॰ 19
|
6386 | ||
|
0
नव॰ 17
|
3699 |