Good evening,
I am trying to create a function that will use Odoo's default func" from l10n_account_customer_statements/models/res_partner.py to populate the 'l10n_account_customer_statements.action_customer_statements_report' and send it via email to the customer. Also, the rows in the table from the statement are not being populated.
For some reason, I cannot correctly populate the XML file, and it prints out empty without filling in the table. I am having trouble with the following:
The action_print_customer_statements return:
My code: I should note that we are in a wizard, and the `partner_ids` are being added by the user.