Commit Graph

66 Commits (ec6c4043b18f09a0000e48dba878c27c4b6c61a7)

Author SHA1 Message Date
OCA-git-bot 264fdbd363 account_financial_report 15.0.2.7.0 2023-01-25 00:15:49 +00:00
OCA-git-bot 69fed5f74e account_financial_report 15.0.2.6.0 2023-01-17 12:42:05 +00:00
OCA-git-bot e07c8ab7e9 account_financial_report 15.0.2.5.1 2023-01-05 18:18:31 +00:00
OCA-git-bot 94fbb41560 account_financial_report 15.0.2.5.0 2022-12-29 15:56:07 +00:00
OCA-git-bot f1b2afacf5 account_financial_report 15.0.2.4.1 2022-12-26 07:46:19 +00:00
OCA-git-bot b478876f74 account_financial_report 15.0.2.4.0 2022-12-16 11:18:41 +00:00
OCA-git-bot ebb967ce3c account_financial_report 15.0.2.3.0 2022-12-07 16:36:48 +00:00
OCA-git-bot c6e2cc5c1d account_financial_report 15.0.2.2.0 2022-12-07 14:54:58 +00:00
OCA-git-bot fd9c595ae7 account_financial_report 15.0.2.1.2 2022-12-07 12:32:49 +00:00
OCA-git-bot fe5b179524 account_financial_report 15.0.2.1.1 2022-12-07 12:25:01 +00:00
OCA-git-bot 81cc87a24c account_financial_report 15.0.2.1.0 2022-11-30 16:53:26 +00:00
OCA-git-bot 0fb27fd7fb account_financial_report 15.0.2.0.1 2022-10-27 06:50:53 +00:00
OCA-git-bot 810bc128e6 account_financial_report 15.0.2.0.0 2022-09-21 18:15:17 +00:00
OCA-git-bot 7e6ba5e8cc account_financial_report 15.0.1.2.1 2022-09-21 10:51:34 +00:00
OCA-git-bot d251db0ca3 account_financial_report 15.0.1.2.0 2022-09-16 18:03:59 +00:00
OCA-git-bot f181dbec2d account_financial_report 15.0.1.1.0 2022-07-20 19:59:46 +00:00
Abraham Anes 5f49c5852d [14.0][FIX] account_financial_report: Memory problems setting filters
Fixes #814
2022-05-19 00:44:53 +02:00
Jasmin Solanki da42c86e1d [MIG] account_financial_report: Migration to 15.0 2022-04-05 08:40:49 +05:30
OCA-git-bot eaa59b8f42 account_financial_report 14.0.2.0.1 2022-04-05 08:39:48 +05:30
OCA-git-bot 9071f472df account_financial_report 14.0.2.0.0 2022-04-05 08:39:48 +05:30
OCA-git-bot 086a4016ee account_financial_report 14.0.1.5.1 2022-04-05 08:39:48 +05:30
OCA-git-bot 3c3855db00 account_financial_report 14.0.1.5.0 2022-04-05 08:39:48 +05:30
OCA-git-bot 82db32c66b account_financial_report 14.0.1.4.0 2022-04-05 08:39:48 +05:30
OCA-git-bot b479093314 account_financial_report 14.0.1.3.2 2022-04-05 08:39:48 +05:30
OCA-git-bot 7be92b8cb0 account_financial_report 14.0.1.3.1 2022-04-05 08:39:48 +05:30
OCA-git-bot d3a1dc19fc account_financial_report 14.0.1.3.0 2022-04-05 08:39:48 +05:30
OCA-git-bot 728e8dda08 account_financial_report 14.0.1.2.4 2022-04-05 08:39:48 +05:30
OCA-git-bot 7f5d1c2547 account_financial_report 14.0.1.2.3 2022-04-05 08:39:48 +05:30
OCA-git-bot 575fafe075 account_financial_report 14.0.1.2.2 2022-04-05 08:39:48 +05:30
OCA-git-bot b82f769553 account_financial_report 14.0.1.2.1 2022-04-05 08:39:48 +05:30
OCA-git-bot ca5283b9d6 account_financial_report 14.0.1.2.0 2022-04-05 08:39:48 +05:30
OCA-git-bot 79ff785d08 account_financial_report 14.0.1.1.1 2022-04-05 08:39:48 +05:30
OCA-git-bot 2496b117af account_financial_report 14.0.1.1.0 2022-04-05 08:39:48 +05:30
Alexandre D. Díaz bab4a4cf05 [FIX] account_financial_report: Actions 2022-04-05 08:39:48 +05:30
OCA-git-bot f92ca9b533 account_financial_report 14.0.1.0.1 2022-04-05 08:39:48 +05:30
João Marques 1fc07d0633 [MIG] account_financial_report: Migration to 14.0
Since v14, Odoo defines the `__slots__` attribute in the `BaseModel` class (ea3e39506a)
This makes it impossible to add attributes to an instance like it was done here in v13.
The use of the `report_data` dictionary passed between method is the closes and simples solution to this "issue".

TT26415

Co-authored-by: Alex Cuellar <acuellar@grupoyacck.com>
2022-04-05 08:39:48 +05:30
mreficent bfa13361ed [UPD] Eficent -> ForgeFlow 2022-04-05 08:39:48 +05:30
Joan Sisquella 91d736f242 [FIX] General ledger XLSX: solved mistake in the info 2022-04-05 08:39:48 +05:30
Pedro M. Baeza 28f3aed4b0 [FIX+IMP] account_financial_report: data can be None + no context mangling
Depending on the calling method, data can be something different from a dictionary
(like `None` if no keyword argument is provided), so this will crash. Example:
mis_builder is crashing in its tests.

We prevent that checking for a falsy value before trying to access the dictionary.

We also avoid context mangling for non AFR reports (those without the key
`account_financial_report_lang` in the dictionary), not callign to `with_context`
in that case.
2022-04-05 08:39:48 +05:30
Andrea b82a75136b [FIX] translation not loaded 2022-04-05 08:39:48 +05:30
Stéphane Bidoul 7d7fbcdce0 [FIX] duplicates in es.po 2022-04-05 08:39:48 +05:30
Hughes Damry 4b1e1ae38a FIX missing date in invoice
The second invoice created has no explicit so taking the current date could lead to failing tests because the invoice is out of search as the the setup sets date_from as time.strftime("%Y-%m-01") and date_to as time.strftime("%Y-%m-28"). So i choose the easy way by setting an explicit date for the invoice.
2022-04-05 08:39:48 +05:30
Travis Waelbroeck 151af3d703 [FIX] account_financial_report: open_items
* Missing import causes failure when running Open Items with Date At in the past
2022-04-05 08:39:48 +05:30
Ernesto Tejeda e40c643fbe [FIX] account_financial_report: Fix error when generating reports
Some reports crash if account move line implicated are Sections lines or Notes lines in an invoice
2022-04-05 08:39:48 +05:30
Ernesto Tejeda 2d7d0617c2 [MIG] account_financial_report: Migration to 13.0 2022-04-05 08:39:48 +05:30
Ernesto Tejeda f21b543450 [IMP] account_financial_report: black, isort 2022-04-05 08:39:48 +05:30
Joan Sisquella 13a9ba1e48 [12.0] account_financial_report: refactor 2022-04-05 08:39:48 +05:30
Pedro M. Baeza 88dbdff297 [FIX] account_financial_report: Avoid slow vacuum due to ondelete=cascade
`report_journal_ledger` is auto-vacuumed as any transient model, but has some
ondelete="cascade" constraints that auto-remove subtables when a record is removed,
doing this operation very slow when selecting these sub-records.

Letting default ondelete="set null" would result in same performance bottleneck,
as the select on sub-table is performed the same for setting "null" value on them.

As a solution, and for avoiding a costly index operation, we delete by SQL sub-tables
rows in advance.

A bit of extra logic has been added for avoiding to remove that records if it's not
the turn of vacuum the parent table.
2022-04-05 08:39:48 +05:30
sbejaoui ed07299e48 [12.0][FIX] - Hide ending balance if general ledger is filtered by partner 2022-04-05 08:39:48 +05:30
Pedro S. Lopez 41b64625ef [FIX] account_financial_report: Update to bootstrap 4 2022-04-05 08:39:48 +05:30