Create a report that collects the names of inactive customers in the last 3 months and depends on payments and invoices
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
1
Vastaa
1746
Näkymät
Hi
You can use the following query to fetch the data in order to create a custom report
date = date.today() + relativedelta(months=-3)
"""select p.name from account_move as m inner join res_partner as p on m.partner_id = p.id where p.active=False and p.write_date::date >= '%s' """ %(date)
Regards
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
0
lokak. 24
|
1864 | ||
|
0
elok. 24
|
1662 | ||
|
0
tammik. 24
|
2172 | ||
|
1
marrask. 23
|
1857 | ||
|
0
kesäk. 23
|
2237 |