You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello oca community, first of all thanks for this great module and all your good work for odoo.
I'm trying to get a last row that get totals (Balance, Debit and Credit) for all lines like odoo default report, but I can't do it, can you help?
I tried to do it here in xml by set a variable for total then sum all values for each line or sum of totals from end line but I can't access this variable outside so I can create an individual raw for totals at end of report
how to make a global variable here that can be passed to other template and return the result?
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
hello oca community, first of all thanks for this great module and all your good work for odoo.
I'm trying to get a last row that get totals (Balance, Debit and Credit) for all lines like odoo default report, but I can't do it, can you help?
I tried to do it here in xml by set a variable for total then sum all values for each line or sum of totals from end line but I can't access this variable outside so I can create an individual raw for totals at end of report
how to make a global variable here that can be passed to other template and return the result?
The text was updated successfully, but these errors were encountered: