Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] account_statement_base: Migration to 18.0 #739

Merged
merged 49 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
4419ce7
[ADD] module account_statement_base
alexis-via Jan 18, 2023
3e2c038
[ADD] icon.png
OCA-git-bot Feb 17, 2023
d855ad8
account_statement_base: change licence to LGPL
alexis-via Mar 6, 2023
f9c3da5
account_statement_base 16.0.1.1.0
OCA-git-bot Mar 6, 2023
3fc4a5c
account_statement_base: add development_status in manifest
alexis-via Mar 6, 2023
a68da82
account_statement_base 16.0.1.2.0
OCA-git-bot Mar 6, 2023
88906e6
[IMP] account_reconcile_oca: Finish creation of module
etobella Mar 3, 2023
4c52f54
[IMP] account_statement_base: add form to statement view_mode
NL66278 Apr 5, 2023
30442b9
account_statement_base 16.0.1.3.0
OCA-git-bot May 27, 2023
20a1403
Added translation using Weblate (Portuguese (Brazil))
adrianojprado Jun 22, 2023
a4885ac
Translated using Weblate (Portuguese (Brazil))
adrianojprado Jun 22, 2023
4f3d414
Added translation using Weblate (Spanish)
Ivorra78 Jul 29, 2023
40e5a2d
Translated using Weblate (Spanish)
Ivorra78 Jul 29, 2023
1694a97
Added translation using Weblate (French)
remi-filament Aug 16, 2023
d55bb66
Translated using Weblate (French)
remi-filament Aug 16, 2023
aa4249e
[IMP] account_statement_base: pre-commit auto fixes
rov-adhoc Dec 15, 2023
1a3df69
[MIG] account_statement_base: Migration to 17.0
rov-adhoc Dec 15, 2023
1d037bd
[BOT] post-merge updates
OCA-git-bot Feb 4, 2024
7e9e319
Added translation using Weblate (Italian)
mymage Feb 5, 2024
8ed2f34
Translated using Weblate (Italian)
mymage Feb 6, 2024
2314ece
Added translation using Weblate (Chinese (zh))
xtanuiha Jun 12, 2024
c2d9803
Added translation using Weblate (Chinese (Simplified) (zh_CN))
xtanuiha Jun 12, 2024
17934bd
Translated using Weblate (Chinese (Simplified) (zh_CN))
xtanuiha Jun 12, 2024
49a97c0
[IMP] account_statement_base: Set tree views
lk-eska Mar 15, 2024
ba38bce
[IMP] account_statement_base: Add statement form view
sergio-teruel May 29, 2024
da935f2
[IMP] account_statement_base: Show action to create Statements
carlos-lopez-tecnativa Aug 7, 2024
1f2258d
[IMP] account_statement_base: Add extra fields
etobella Aug 13, 2024
2b673a7
[BOT] post-merge updates
OCA-git-bot Sep 8, 2024
9112865
Translated using Weblate (Italian)
mymage Sep 9, 2024
dbf359c
[IMP] account_statement_base: add possibility to navigate from statem…
JordiBForgeFlow Aug 5, 2024
1cb93fb
[FIX] account_statement_base: Allow to create new manual transactions…
victoralmau Sep 25, 2024
7e8c85a
[BOT] post-merge updates
OCA-git-bot Sep 26, 2024
8d1bfb0
Translated using Weblate (Italian)
mymage Sep 27, 2024
0b0b3f9
[IMP] account_statement_base: add smart button on view_bank_statement…
sergiobstoj May 24, 2024
816d53b
[BOT] post-merge updates
OCA-git-bot Sep 28, 2024
e6a3b9e
Translated using Weblate (Italian)
mymage Sep 28, 2024
8298b9d
[IMP] make the statements views editable=top by default
JordiBForgeFlow Sep 23, 2024
fb1acc0
[FIX]account_statement_base: bug on new bank statement line fixed
clementthomas Sep 30, 2024
3c6950b
[FIX] account_statement_base: Add the possibility to create Bank Stat…
victoralmau Oct 2, 2024
aa02602
[BOT] post-merge updates
OCA-git-bot Oct 3, 2024
234cbfb
Translated using Weblate (Italian)
mymage Oct 4, 2024
729e473
[FIX] account_statement_base: Allow remove lines from bank statment f…
victoralmau Oct 4, 2024
e2df0f1
[FIX] account_statement_base: Allow add lines from bank statment form…
victoralmau Oct 4, 2024
db81924
[BOT] post-merge updates
OCA-git-bot Oct 7, 2024
49bd91e
[IMP] account_statement_base: no need to depend on account_reconcile_…
xaviedoanhduy Nov 14, 2024
4e1cca2
[FIX] account_statement_base: Add default_statement_id to the context…
victoralmau Nov 19, 2024
a644726
[FIX] account_statement_base: Allow statements to be created by click…
victoralmau Nov 18, 2024
35e8057
[IMP] account_statement_base: pre-commit auto fixes
xaviedoanhduy Nov 5, 2024
4df6e7b
[MIG] account_statement_base: Migration to 18.0
xaviedoanhduy Nov 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[FIX] account_statement_base: Allow remove lines from bank statment f…
…orm view

Fixes #697

TT50906
victoralmau authored and xaviedoanhduy committed Nov 7, 2024
commit 729e4737a5bcfa454380f90ba5b3f02e86b4fda4
7 changes: 7 additions & 0 deletions account_statement_base/models/account_bank_statement_line.py
Original file line number Diff line number Diff line change
@@ -7,6 +7,13 @@
class AccountBankStatementLine(models.Model):
_inherit = "account.bank.statement.line"

# TODO: Delete if merged https://github.com/odoo/odoo/pull/182497
def _compute_running_balance(self):
# We need to set value to all records because super() does not do it using sql.
for item in self:
item.running_balance = item.running_balance
return super()._compute_running_balance()

def action_open_journal_entry(self):
self.ensure_one()
if not self: