hi guys,I have an invoice line in my hand i want to get its corresponding journal item(account.move.line) ?Is it possible?
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
2276
Views
invoice.line -> invoice_id -> move_id -> account.move.line
Find the invoice for the invoice line, then look up the Journal Entry, which should give you the Journal Items.
This is only prior to v13 where there is no relationship because they are the same. The two models were merged.
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