2
0
Commit Graph

463 Commits

Author SHA1 Message Date
Sylvain LE GAL
3fabcd1a0a [FIX] account_usability: make account.group_account_manager depends on 'account.group_account_user' (and not 'account.group_account_invoice') to stick with EE design.
[IMP] Documentation, adding detailled changes regarding groups in the DEVELOP.rst section.
2023-01-19 23:01:46 +01:00
Weblate
fe86277ea2 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-tools-16.0/account-financial-tools-16.0-account_cash_deposit
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_cash_deposit/
2023-01-17 03:35:37 +00:00
OCA-git-bot
d6c4dd2d34 [ADD] setup.py 2023-01-16 23:18:14 +00:00
OCA-git-bot
321a476989 [UPD] README.rst 2023-01-16 23:18:04 +00:00
OCA-git-bot
3af15d9100 [UPD] addons table in README.md 2023-01-16 23:17:48 +00:00
oca-ci
e99232bca1 [UPD] Update account_cash_deposit.pot 2023-01-16 23:14:11 +00:00
OCA-git-bot
a6232a6b32 Merge PR #1531 into 16.0
Signed-off-by alexis-via
2023-01-16 23:11:30 +00:00
OCA-git-bot
03be733426 [ADD] setup.py 2023-01-06 12:19:24 +00:00
OCA-git-bot
e1f9f5ce14 [UPD] README.rst 2023-01-06 12:19:23 +00:00
OCA-git-bot
7043ce8f6d [UPD] addons table in README.md 2023-01-06 12:19:22 +00:00
oca-ci
028e431e6e [UPD] Update account_asset_management.pot 2023-01-06 12:16:22 +00:00
OCA-git-bot
760f1a55ad Merge PR #1479 into 16.0
Signed-off-by pedrobaeza
2023-01-06 12:13:25 +00:00
Rodrigo
12a018de43 [REF] account_asset_management: the name of the company_currency_id field is changed to currency_id and currency_field is not required. 2023-01-04 16:07:33 +01:00
Rodrigo
f1371e5b33 [MIG] account_asset_management: Migration to 16.0 2023-01-04 16:07:33 +01:00
Bole
a779128ac4 Translated using Weblate (Croatian)
Currently translated at 78.5% (11 of 14 strings)

Translation: account-financial-tools-16.0/account-financial-tools-16.0-account_move_print
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_move_print/hr/
2023-01-04 00:59:47 +00:00
Bole
1956b05833 Translated using Weblate (Croatian)
Currently translated at 90.9% (30 of 33 strings)

Translation: account-financial-tools-16.0/account-financial-tools-16.0-account_usability
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_usability/hr/
2023-01-04 00:59:46 +00:00
Bole
314b641402 Translated using Weblate (Croatian)
Currently translated at 100.0% (9 of 9 strings)

Translation: account-financial-tools-16.0/account-financial-tools-16.0-account_fiscal_position_vat_check
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_fiscal_position_vat_check/hr/
2023-01-04 00:59:43 +00:00
Bole
1e2cf98100 Translated using Weblate (Croatian)
Currently translated at 100.0% (6 of 6 strings)

Translation: account-financial-tools-16.0/account-financial-tools-16.0-account_invoice_constraint_chronology
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_invoice_constraint_chronology/hr/
2023-01-04 00:59:40 +00:00
Bole
09f049204f Added translation using Weblate (Croatian) 2023-01-03 21:57:54 +00:00
Bole
cb18a9abf4 Added translation using Weblate (Croatian) 2023-01-03 21:50:58 +00:00
OCA-git-bot
facbfedc12 [ADD] setup.py 2023-01-03 08:25:33 +00:00
OCA-git-bot
093bf76f04 [UPD] README.rst 2023-01-03 08:25:32 +00:00
OCA-git-bot
9871611517 [UPD] addons table in README.md 2023-01-03 08:25:31 +00:00
oca-ci
25efde6a0e [UPD] Update account_move_print.pot 2023-01-03 08:22:47 +00:00
OCA-git-bot
abbc9dc716 Merge PR #1481 into 16.0
Signed-off-by JordiBForgeFlow
2023-01-03 08:20:01 +00:00
Pedro Castro Silva
7e24d2d411 Translated using Weblate (Portuguese)
Currently translated at 100.0% (33 of 33 strings)

Translation: account-financial-tools-16.0/account-financial-tools-16.0-account_usability
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_usability/pt/
2023-01-03 02:19:43 +00:00
Alexis de Lattre
3c5d26b456 [IMP] : pre-commit stuff 2022-12-24 00:58:24 +01:00
KNVx
0466dc9c43 [FIX] account_asset_management: Poor performance updating assets massively
When updating assets massively the performance when searching for deprecation_lines_ids is very low.
It is a difficult problem to detect since massive asset updates are not common.
Indexing in this field dramatically improves the timing performance.
For example, to update 3000 records it took 30 sec. With this index it takes to 2 seconds.
2022-12-24 00:42:23 +01:00
OCA-git-bot
e1d170db68 [UPD] README.rst 2022-12-24 00:42:23 +01:00
Juany Davila
82f0144baf [MIG] account_asset_management_menu: Migration to 15.0 2022-12-24 00:42:23 +01:00
Luis D. Lafaurie
e50cd8ebbe Translated using Weblate (Spanish)
Currently translated at 100.0% (263 of 263 strings)

Translation: account-financial-tools-15.0/account-financial-tools-15.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_asset_management/es/
2022-12-24 00:42:23 +01:00
Luis D. Lafaurie
6020b197d0 Translated using Weblate (Spanish)
Currently translated at 98.8% (260 of 263 strings)

Translation: account-financial-tools-15.0/account-financial-tools-15.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_asset_management/es/
2022-12-24 00:42:23 +01:00
OCA-git-bot
fae4175934 account_asset_management 15.0.1.0.1 2022-12-24 00:42:23 +01:00
angel
2800a996db [15.0][FIX] account_asset_management: add post-install tagged. 2022-12-24 00:42:23 +01:00
Ignacio Buioli
aec329fab5 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (263 of 263 strings)

Translation: account-financial-tools-15.0/account-financial-tools-15.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_asset_management/es_AR/
2022-12-24 00:42:23 +01:00
OCA-git-bot
8d72c9b228 [UPD] README.rst 2022-12-24 00:42:23 +01:00
oca-ci
1c13300188 [UPD] Update account_asset_management.pot 2022-12-24 00:42:23 +01:00
manu
6fc511524d [MIG]account_asset_management: Migration to 15.0 2022-12-24 00:42:23 +01:00
manu
9d5714cd94 [IMP] : black, isort, prettier 2022-12-24 00:42:23 +01:00
Saran440
6a8c389b78 [FIX] calculate day mistake, remove asset 2022-12-24 00:42:23 +01:00
Francesco Foresti
9000d51a55 Translated using Weblate (Italian)
Currently translated at 26.9% (71 of 263 strings)

Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_asset_management/it/
2022-12-24 00:42:23 +01:00
OCA-git-bot
1e8194bb77 account_asset_management 14.0.2.7.0 2022-12-24 00:42:23 +01:00
mariadforgeflow
ab9164d69b [IMP] account_asset_management: prevent from creating assets from tax lines 2022-12-24 00:42:23 +01:00
oca-git-bot
ce0e170f1c [IMP] update dotfiles 2022-12-24 00:42:23 +01:00
OCA-git-bot
9d4d9ddb87 account_asset_management 14.0.2.6.1 2022-12-24 00:42:23 +01:00
OCA Transbot
6b279dcc85 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_asset_management/
2022-12-24 00:42:23 +01:00
OCA-git-bot
d8dc322f33 account_asset_management 14.0.2.6.0 2022-12-24 00:42:23 +01:00
OCA-git-bot
0d9b5ee830 [UPD] README.rst 2022-12-24 00:42:23 +01:00
oca-travis
0f111d688d [UPD] Update account_asset_management.pot 2022-12-24 00:42:23 +01:00
Jordi Ballester
92e7f1cee5 [IMP] account_asset_management: Allow to reverse the posting of a depreciation line
instead of deleting the journal entry.
This will be done when the company has activated the inalterability hash
on the original journal entry.
2022-12-24 00:42:23 +01:00