Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3742 Vizualizări

There is Partner Ledger report but it prints only for all partners. so i added partner id in the wizard.

Now i need a method that would print report only for selected partners. I hope you guys can give me food for thoughts. maybe some pseudo code how should've i implement it.


        class AccountPartnerLedger(models.TransientModel):

            _inherit = "account.report.partner.ledger"

    

            partner_ids = fields.Many2many(

            'res.partner', string='Choose partners')

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

If you want to get the partner ledger report of a selected partner, you can get it from ,

Open the partner form , then  click on the Action in the top, then there you can see the partner ledger report. (Based on v10)

Also you can  refer this community module, https://www.odoo.com/apps/modules/10.0/account_partner_ledger_filter/

Thanks

Imagine profil
Abandonează
Autor

it's not an option. because i need to chose partners in report wizard, there can be 5 or 20 parnters that i want to print report for.

Related Posts Răspunsuri Vizualizări Activitate
0
oct. 24
1697
0
aug. 24
1518
0
ian. 24
2023
1
nov. 23
1737
0
iun. 23
2061