27 Commits

Author SHA1 Message Date
tocmo0nlord
adbe430761 Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
2026-03-13 20:43:25 +00:00
Borruso
431f564398 [MIG] account_tax_balance: Migration to 18.0 2025-02-11 09:13:59 +01:00
David Ramia
e017bb37f4 [IMP] account_tax_balance: pre-commit auto fixes 2024-12-06 14:42:42 +01:00
David Ramia
1bf1bcf44b [MIG] account_tax_balance: Migration to 16.0 2024-12-06 14:42:42 +01:00
SimoRubi
b446a9ebc9 [FIX] account_tax_balance: Recompute balance for different dates 2024-12-06 14:42:42 +01:00
Valentin Vinagre Urteaga
ea49620dab [MIG] account_tax_balance: Migration to 15.0 2024-12-06 14:42:42 +01:00
Valentin Vinagre Urteaga
ea203ac0f2 [IMP] account_tax_balance: black, isort, prettier 2024-12-06 14:42:42 +01:00
Luis Escobar
a8e66f563f [FIX] account_tax_balance: Fixed translation of the financial type field values 2024-12-06 14:42:42 +01:00
Francisco Ivan Anton Prieto
9fbb756b87 [MIG] account_tax_balance: Migration to 14.0 2024-12-06 14:42:42 +01:00
Francisco Ivan Anton Prieto
54339092f3 [IMP] account_tax_balance: black, isort, prettier 2024-12-06 14:42:42 +01:00
Andrea
30f1f36484 [FIX] select company in multicompany 2024-12-06 14:42:42 +01:00
Andrea
a16df11ecb Black, isort, etc... 2024-12-06 14:42:42 +01:00
Andrea
873dcee063 Code review 2024-12-06 14:42:42 +01:00
Andrea
b8e91371e1 [13.0][MIG] account_tax_balance 2024-12-06 14:42:42 +01:00
Andrea
c4a0f593df [IMP] Ease extension if multicompany fiscal unit 2024-12-06 14:42:42 +01:00
Andrea
667dee8bd8 [12.0][MIG] account_tax_balance 2024-12-06 14:42:42 +01:00
hveficent
7772169b20 utf-8 remove from .py files 2024-12-06 14:42:42 +01:00
Jordi Ballester
7213521d04 dynamize general ledger 2024-12-06 14:42:42 +01:00
Stéphane Bidoul (ACSONE)
9c43ee99f5 [IMP] account_tax_balance: add index
This indexes improve the display time of
account_tax_balance by a factor of 10 on a database
with 1M move lines.
2024-12-06 14:42:42 +01:00
Lara Baggio
3350026521 add condition tax_exigible in domain variable 2024-12-06 14:42:42 +01:00
Stéphane Bidoul (ACSONE)
8fea288900 [IMP] account_tax_balance: faster search of taxes with moves 2024-12-06 14:42:42 +01:00
Stéphane Bidoul (ACSONE)
28092deea0 [IMP] account_tax_balance: performance
Let the database do some computations (sum) and do not
put large lists of ids in action domain.
2024-12-06 14:42:42 +01:00
Stefan Rijnhart
48fb957fc5 [FIX] Include tax amounts from all move types 2024-12-06 14:42:42 +01:00
eLBati
d3fcbb4455 [FIX+IMP] account_tax_balance:
* Test
* README
* add extra parent menu. If not, with the web_responsive module is mixed
  between other menus
2024-12-06 14:42:42 +01:00
Antonio Espinosa
3b74e4813c Consider normal and refund operations separately
Allow to explore all move lines

Spanish translation

Bugfixes

Show negative lines too

Show move type in account.move views

Tests include new fields
2024-12-06 14:42:42 +01:00
eLBati
a48acb15d4 [FIX+IMP] account_tax_balance:
* Tests
* PEP8
* Use invoice._convert_to_write(invoice._cache). This way, the onchange will be inheritable and will add here also the added values
* better get_context_values
* unify method compute_balance
* open move lines linked to balance
2024-12-06 14:42:42 +01:00
eLBati
174a14ef3c [ADD] account_tax_balance: Compute tax balances based on date range 2024-12-06 14:42:42 +01:00