Commit Graph

25 Commits (1a8b9dc28e4a0deb6d9efd1f89afa546b04b60d0)

Author SHA1 Message Date
Simone Rubino ecc5882e23
[REF] account_tax_balance: Allow to override query 2024-03-19 15:58:47 +01:00
David Ramia 6ad3e201ec [MIG] account_tax_balance: Migration to 16.0 2022-11-11 13:39:07 +01:00
SimoRubi 750918418c [FIX] account_tax_balance: Recompute balance for different dates 2022-11-11 13:39:06 +01:00
Valentin Vinagre Urteaga 491f4211d6 [MIG] account_tax_balance: Migration to 15.0 2022-11-11 13:39:06 +01:00
Valentin Vinagre Urteaga 37a257f6b7 [IMP] account_tax_balance: black, isort, prettier 2022-11-11 13:39:06 +01:00
Luis Escobar 5201370f0c [FIX] account_tax_balance: Fixed translation of the financial type field values 2022-11-11 13:39:06 +01:00
Francisco Ivan Anton Prieto 700335e1c8 [MIG] account_tax_balance: Migration to 14.0 2022-11-11 13:39:05 +01:00
Francisco Ivan Anton Prieto c0a0291bcc [IMP] account_tax_balance: black, isort, prettier 2022-11-11 13:39:05 +01:00
Andrea 0cb3ea0cd9 [FIX] select company in multicompany 2022-11-11 13:39:05 +01:00
Andrea fb9681431b Black, isort, etc... 2022-11-11 13:39:05 +01:00
Andrea e73ac973ff Code review 2022-11-11 13:39:05 +01:00
Andrea 25387c2a8e [13.0][MIG] account_tax_balance 2022-11-11 13:39:04 +01:00
Andrea 62cca3c94d [IMP] Ease extension if multicompany fiscal unit 2022-11-11 13:39:04 +01:00
Andrea c1448a0b5b [12.0][MIG] account_tax_balance 2022-11-11 13:39:03 +01:00
hveficent d8688393c8 utf-8 remove from .py files 2022-11-11 13:39:02 +01:00
Jordi Ballester f5ebe29367 dynamize general ledger 2022-11-11 13:39:01 +01:00
Stéphane Bidoul (ACSONE) 508801e3c6 [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.
2022-11-11 13:39:01 +01:00
Lara Baggio d611bcaea5 add condition tax_exigible in domain variable 2022-11-11 13:39:01 +01:00
Stéphane Bidoul (ACSONE) c41b939e42 [IMP] account_tax_balance: faster search of taxes with moves 2022-11-11 13:39:00 +01:00
Stéphane Bidoul (ACSONE) b604ac4bec [IMP] account_tax_balance: performance
Let the database do some computations (sum) and do not
put large lists of ids in action domain.
2022-11-11 13:39:00 +01:00
Stefan Rijnhart b9cdcc3e10 [FIX] Include tax amounts from all move types 2022-11-11 13:39:00 +01:00
eLBati 6a8cc2be9b [FIX+IMP] account_tax_balance:
* Test
* README
* add extra parent menu. If not, with the web_responsive module is mixed
  between other menus
2022-11-11 13:39:00 +01:00
Antonio Espinosa 2bdeb1f2ea 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
2022-10-20 22:11:40 +02:00
eLBati 473c54e6e2 [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
2022-10-20 22:11:40 +02:00
eLBati 4c88180ab0 [ADD] account_tax_balance: Compute tax balances based on date range 2022-10-20 22:11:39 +02:00