Commit Graph

657 Commits (d8cabc1a4a25d53239fd6291d32ee67dd864b200)

Author SHA1 Message Date
OCA-git-bot d8cabc1a4a partner_statement 14.0.1.4.2 2023-02-10 10:39:27 +00:00
OCA-git-bot 607b13403e Merge PR #1007 into 14.0
Signed-off-by AaronHForgeFlow
2023-02-10 10:34:16 +00:00
Miquel Raïch 96c224060a [FIX] partner_statement: activity aggregations
Revert the change in the group by.
2023-02-10 11:18:35 +01:00
oca-git-bot ef262d2b46 [IMP] update dotfiles [ci skip] 2023-02-10 00:05:41 +01:00
OCA-git-bot c9f5a719c8 [UPD] addons table in README.md 2023-02-09 11:47:54 +00:00
OCA-git-bot 61ef572def partner_statement 14.0.1.4.1 2023-02-09 11:47:48 +00:00
OCA-git-bot d79c2abe2d Merge PR #1006 into 14.0
Signed-off-by AaronHForgeFlow
2023-02-09 11:44:29 +00:00
Miquel Raïch c4124c7471 [FIX] partner_statement: multi-company bug 2023-02-09 12:30:55 +01:00
Francesco Foresti 629dd6c74e Translated using Weblate (Italian)
Currently translated at 87.5% (91 of 104 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/it/
2023-02-02 13:46:03 +00:00
Weblate dc899e1167 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/
2023-01-24 15:39:53 +00:00
OCA-git-bot 1dcb323446 [UPD] addons table in README.md 2023-01-24 15:39:43 +00:00
OCA-git-bot 7df7166390 account_financial_report 14.0.3.6.0 2023-01-24 15:39:38 +00:00
oca-ci d12cdbad9a [UPD] Update account_financial_report.pot 2023-01-24 15:36:05 +00:00
OCA-git-bot cd308ed5f5 Merge PR #992 into 14.0
Signed-off-by pedrobaeza
2023-01-24 15:20:18 +00:00
Ignacio Buioli 5bfcafacfb Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (104 of 104 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/es_AR/
2023-01-23 03:04:06 +00:00
Valaeys Stéphane b1db5e0a0a Translated using Weblate (French)
Currently translated at 86.5% (90 of 104 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/fr/
2023-01-21 12:45:54 +00:00
Francesco Foresti 2d91c726b2 Translated using Weblate (Italian)
Currently translated at 86.5% (90 of 104 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/it/
2023-01-18 13:46:27 +00:00
Weblate a77a52f4d8 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/
2023-01-17 11:37:46 +00:00
OCA-git-bot 22e2a67b52 [UPD] addons table in README.md 2023-01-17 11:37:39 +00:00
OCA-git-bot 6e5753ab87 partner_statement 14.0.1.4.0 2023-01-17 11:37:34 +00:00
oca-ci da0c27119f [UPD] Update partner_statement.pot 2023-01-17 11:34:41 +00:00
OCA-git-bot 16b189383e Merge PR #988 into 14.0
Signed-off-by AaronHForgeFlow
2023-01-17 11:32:03 +00:00
Víctor Martínez 1621edbacb [IMP] account_financial_report: Trial balance changes:
- Show Initial balance and Ending balance only when it is necessary with currency + hide currency column
- Show currency in the correct column
- Create a dict with all keys when it does not exist
- Prevent wrong values

TT41158
2023-01-17 10:02:29 +01:00
OCA-git-bot a62b723ea0 [UPD] addons table in README.md 2023-01-17 08:03:55 +00:00
OCA-git-bot 4e4f3590dd account_financial_report 14.0.3.5.3 2023-01-17 08:03:50 +00:00
OCA-git-bot a5138b96a1 Merge PR #985 into 14.0
Signed-off-by pedrobaeza
2023-01-17 08:00:43 +00:00
Víctor Martínez 0437d38dd3 [FIX] account_financial_report: General ledger changes:
- Fix total_bal_curr value from General ledger to prevent wrong values
- Prevent wrong values

TT41041
2023-01-17 08:22:24 +01:00
Miquel Raïch 9d213e465d [FIX] partner_statement: refactor of activity statement + fixes
Fixes:

 - Initial balance for Activity Statement: Consider moves reconciled with moves that have different partner (use open amounts)
 - Reconciled moves for Detailed Activity Statement: Consider moves reconciled with moves that have different partner (they should appear).
 - Ending amounts should be correct in all cases.
 - Other minor fixes.

Improvements:

 - Refactor of Activity Statement: include columns of "Applied Amount" and "Open Amount", and removed "Balance" column.
 - Removed option "Show Balance column" for Detailed Activity Statement.
2023-01-16 13:44:01 +01:00
Ignacio Buioli 4de15ff8d8 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (103 of 103 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/es_AR/
2023-01-16 03:18:31 +00:00
Sergio Zanchetta b7cea03bd7 Translated using Weblate (Italian)
Currently translated at 69.9% (72 of 103 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/it/
2023-01-12 18:45:48 +00:00
OCA-git-bot 12ec68cbfb [UPD] addons table in README.md 2023-01-12 09:45:17 +00:00
OCA-git-bot 6f80cd1088 partner_statement 14.0.1.3.1 2023-01-12 09:45:06 +00:00
OCA-git-bot d1ce291d99 Merge PR #987 into 14.0
Signed-off-by AaronHForgeFlow
2023-01-12 09:42:03 +00:00
Miquel Raïch f6e62d5ac6 [FIX] partner_statement: date in prior balance (detailed statement) 2023-01-12 10:31:08 +01:00
Weblate 72822461c3 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/
2023-01-11 19:04:44 +00:00
OCA-git-bot 268690ae8f [UPD] addons table in README.md 2023-01-11 19:04:36 +00:00
OCA-git-bot 853b262bf3 partner_statement 14.0.1.3.0 2023-01-11 19:04:30 +00:00
OCA-git-bot f5c48e1e99 [UPD] README.rst 2023-01-11 19:04:29 +00:00
OCA-git-bot 1d9b83eacc [UPD] addons table in README.md 2023-01-11 19:04:28 +00:00
oca-ci b7d5026a5e [UPD] Update partner_statement.pot 2023-01-11 19:01:18 +00:00
OCA-git-bot de5c93669d Merge PR #967 into 14.0
Signed-off-by JordiBForgeFlow
2023-01-11 18:58:40 +00:00
Francesco Foresti 94e605f6b5 Translated using Weblate (Italian)
Currently translated at 73.9% (68 of 92 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/it/
2023-01-11 12:45:53 +00:00
OCA-git-bot 5039d50f5f [UPD] addons table in README.md 2023-01-05 18:18:41 +00:00
OCA-git-bot 1ece10029a account_financial_report 14.0.3.5.2 2023-01-05 18:18:28 +00:00
OCA-git-bot a3f8c9252c Merge PR #970 into 14.0
Signed-off-by pedrobaeza
2023-01-05 18:14:12 +00:00
AaronHForgeFlow 6e7cfb02b1 [IMP] account_financial_report: extensibility xlsx: allow to use other column types 2023-01-05 17:38:49 +01:00
OCA-git-bot c3007ea0e3 [UPD] addons table in README.md 2023-01-03 16:28:52 +00:00
OCA-git-bot 184e129adb account_financial_report 14.0.3.5.1 2023-01-03 16:28:47 +00:00
OCA-git-bot 45143030e9 Merge PR #984 into 14.0
Signed-off-by rafaelbn
2023-01-03 16:24:29 +00:00
Francesco Foresti 730e43ebf5 Translated using Weblate (Italian)
Currently translated at 70.6% (65 of 92 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/it/
2023-01-03 12:50:41 +00:00