I have 2 page in my notebook invoiced and refund that use the same model hospital.account.lines with many2one ref to hospital.billing , Now I want only invoice page to see those item that were invoiced and the same with refund page only those refunded items.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
Why does domain not work?
A possibility would be to seperate them into 2 fields. You can then have the 2 fields with 2 different domains. The field definition should be something like:
'billing_refunded_id' : fields.many2one('hospital.billing', 'Refunded item', domain='[('state','=','refund')]',
'billing_invoiced_id' : fields.many2one('hospital.billing', 'Invoiced item', domain='[('state','=','invoiced')]'
Just from the top of my head, so mind any typo's.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się