Hey,
I'd like to display a list of invoice (account move) that contain a specific account number in the account move line
We can search by account number in the account move line viewbut not in the account move view.
Thanks in advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hey,
I'd like to display a list of invoice (account move) that contain a specific account number in the account move line
We can search by account number in the account move line viewbut not in the account move view.
Thanks in advance
Try to add the field in the code to the account.move model
test_field = fields.Text(string='That's the answer', related='move_line_ids.account_number')
Not sure about the fields' names, but that's the idea.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Oct 24
|
1765 | ||
|
1
Oct 21
|
1240 | ||
|
0
Feb 25
|
965 | ||
|
1
Aug 19
|
2830 | ||
|
2
Dec 18
|
3185 |