lk-eska
lk-eska
can we do anything for this? It shouldn't try to close it back in zabbix if the close is coming from zabbix.
bug exists in 14.0 as well.
It requires a change in a method. Here's the fix: from odoo import models class ReportBomStructure(models.AbstractModel): _inherit = 'report.mrp.report_bom_structure' def _get_bom_lines(self, bom, bom_quantity, product, line_id, level): components = [] total...
I see that button and it works fine?
I think the real problem is with the "transactions" action. It takes directly to reconcile page. Then how do we see the list of transacations, delete them? action_bank_statement_line_reconcile_all should open...
https://github.com/OCA/account-reconcile/pull/637 fixes this confusion.
amount_currency and currency_id is neeeded too. it is possible to set the amount & currency when creating but there is no way to change it.
@etobella have you seen this issue?
it was about to close and i think these are needed. i cannot send a pr very soon but surely i can.
Reconciliation widget is moved to enterprise. This module should either depend account_accountant or work with account_reconcile_oca. What do you think?