diff --git a/account_balance_line/README.rst b/account_balance_line/README.rst index f125527bb..ede293611 100644 --- a/account_balance_line/README.rst +++ b/account_balance_line/README.rst @@ -6,10 +6,8 @@ Account Balance Line ==================== -This module adds a balance total for grouped lines in move line view. +This module adds a balance total for lines in move line view. -Balance field will only be shown when move lines are grouped by account -or filtered by account. Usage ===== @@ -17,7 +15,6 @@ Usage #. If you're an accounting adviser, enable developer mode and go to Accounting > Adviser > Journal items. #. Or open an account or a partner, and click on Action > Journal items. -#. Filter or group by account. #. You will see a column named "Balance" with the balance of the line. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas @@ -41,6 +38,7 @@ Contributors * Vincent revaville * Yannick Vaucher * Vicent Cubells +* Sergio Teruel Maintainer ---------- diff --git a/account_balance_line/views/account_move_line_view.xml b/account_balance_line/views/account_move_line_view.xml index e81a07729..9c52f8847 100644 --- a/account_balance_line/views/account_move_line_view.xml +++ b/account_balance_line/views/account_move_line_view.xml @@ -1,26 +1,12 @@ - - account.move.line - - - - - {'invisible_balance': False} - - - {'group_by': 'account_id', 'invisible_balance': False} - - - - account.move.line - +