2
0
Commit Graph

589 Commits

Author SHA1 Message Date
OCA-git-bot
d08680f524 [UPD] README.rst 2023-02-02 15:41:28 +00:00
OCA-git-bot
feed83ad24 [UPD] addons table in README.md 2023-02-02 15:41:26 +00:00
oca-ci
67830e4140 [UPD] Update account_chart_update.pot 2023-02-02 15:36:53 +00:00
OCA-git-bot
df140325a7 Merge PR #1555 into 16.0
Signed-off-by rafaelbn
2023-02-02 15:33:03 +00:00
OCA-git-bot
a62a4f1551 [UPD] addons table in README.md 2023-02-01 09:09:57 +00:00
OCA-git-bot
11a9075f5f account_journal_general_sequence 16.0.1.0.2 2023-02-01 09:09:50 +00:00
OCA-git-bot
e97787edba Merge PR #1576 into 16.0
Signed-off-by yajo
2023-02-01 09:06:08 +00:00
Jairo Llopis
7e19ddd71c
[FIX] account_journal_general_sequence: let non admins delete sequence ranges
When the renumbering was done after a later sequence date range got added, the wizard was asking for admin permissions. Account managers are the ones that should take this decision, though. Fixed now.

@moduon MT-2185
2023-02-01 09:04:14 +00:00
OCA-git-bot
90eb5b8081 [UPD] addons table in README.md 2023-01-31 13:26:27 +00:00
OCA-git-bot
39ecbdd215 account_move_name_sequence 16.0.1.1.2 2023-01-31 13:26:21 +00:00
OCA-git-bot
73910d82a4 Merge PR #1577 into 16.0
Signed-off-by moylop260
2023-01-31 13:23:17 +00:00
Rodrigo
0e5739c66f [FIX] account_move_name_sequence: Now you can unlink moves without check sequence fix: 6112f4f59a 2023-01-31 11:49:55 +01:00
Luis J. Salvatierra
e5151026a5 [MIG] account_chart_update: Migration to 16.0 2023-01-30 09:26:38 +01:00
OCA-git-bot
32f1630879 [UPD] addons table in README.md 2023-01-26 09:40:22 +00:00
OCA-git-bot
abd5ce6884 account_fiscal_position_vat_check 16.0.1.1.0 2023-01-26 09:40:17 +00:00
OCA-git-bot
a8066e8b7e Merge PR #1565 into 16.0
Signed-off-by alexis-via
2023-01-26 09:37:23 +00:00
Alexis de Lattre
bd68bc8605 [FIX] account_fiscal_position_vat_check: fix view
Avoid the error: Field 'show_warning_vat_required' used in attrs ({'invisible': [('show_warning_vat_required', '=', False)]}) is restricted to the group(s) account.group_account_invoice, sales_team.group_sale_salesman.
2023-01-24 17:04:42 +01:00
OCA-git-bot
cc82f61f78 [UPD] addons table in README.md 2023-01-24 15:05:58 +00:00
OCA-git-bot
7c8c97b3fb account_move_name_sequence 16.0.1.1.1 2023-01-24 15:05:53 +00:00
OCA-git-bot
2488b7bc00 Merge PR #1562 into 16.0
Signed-off-by moylop260
2023-01-24 15:02:54 +00:00
Rodrigo
18f890187a [FIX] account_move_name_sequence: With the "account_move_name_sequence" module the "_get_last_sequence" method does not have to propagate the with_prefix parameter. The sequence_prefix parameter will not be completed and will give error as it is False in this line of code. https://github.com/OCA/OCB/blob/16.0/addons/account/models/sequence_mixin.py#L169 2023-01-20 12:11:00 +01:00
OCA-git-bot
3fc921cf2c [UPD] addons table in README.md 2023-01-20 00:10:01 +00:00
OCA-git-bot
f248ef955b account_usability 16.0.1.0.2 2023-01-20 00:09:26 +00:00
OCA-git-bot
553b88d9fa [UPD] README.rst 2023-01-20 00:09:17 +00:00
OCA-git-bot
9e01611f76 Merge PR #1559 into 16.0
Signed-off-by legalsylvain
2023-01-20 00:05:13 +00:00
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
6feae9901e 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_template_active
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_template_active/
2023-01-19 20:08:29 +00:00
OCA-git-bot
241d383da9 [UPD] addons table in README.md 2023-01-19 18:20:02 +00:00
OCA-git-bot
f323437cbb account_template_active 16.0.1.0.1 2023-01-19 18:19:57 +00:00
OCA-git-bot
196d819425 [ADD] setup.py 2023-01-19 18:19:57 +00:00
OCA-git-bot
08b49d3cef [UPD] README.rst 2023-01-19 18:19:56 +00:00
OCA-git-bot
59ae9ef495 [UPD] addons table in README.md 2023-01-19 18:19:54 +00:00
oca-ci
cda42339f9 [UPD] Update account_template_active.pot 2023-01-19 18:14:34 +00:00
OCA-git-bot
771f276996 Merge PR #1491 into 16.0
Signed-off-by rafaelbn
2023-01-19 18:11:00 +00:00
Sylvain LE GAL
da416248ac [MIG] account_template_active from 14.0 to 16.0
- use new web_ribbon widget to display archived items on form views
- change inheritance from account to account_usability regarding views that disappeared in V16
2023-01-19 17:24:20 +01:00
Sylvain LE GAL
004fb41965 [IMP] account_template_active: black, isort, prettier 2023-01-19 17:03:41 +01:00
OCA-git-bot
2285c25ee2 [ADD] icon.png 2023-01-19 17:03:41 +01:00
OCA-git-bot
07c6a7a6af [UPD] README.rst 2023-01-19 17:03:41 +01:00
oca-travis
b8ae913d46 [UPD] Update account_template_active.pot 2023-01-19 17:03:41 +01:00
Stefan Rijnhart
8c3323d3e5 [MIG] account_tax_template: Migration to 14.0
Co-Authored-By: Jean-Charles Drubay <jc@komit-consulting.com>
2023-01-19 17:03:41 +01:00
Stefan Rijnhart
4a630e320c [IMP] account_template_active: black, isort, prettier 2023-01-19 17:03:41 +01:00
Sylvain LE GAL
f1526dc6c7 [ADD][12.0] account_template_active 2023-01-19 17:03:41 +01:00
Luis J. Salvatierra
663cb7e096 [IMP] account_chart_update: pre-commit stuff 2023-01-17 08:58:20 +01:00
OCA-git-bot
8c8b909132 account_chart_update 15.0.1.2.0 2023-01-17 08:54:49 +01:00
OCA-git-bot
f7282dfbea account_chart_update 15.0.1.1.0 2023-01-17 08:54:49 +01:00
OCA-git-bot
19efafc37c account_chart_update 15.0.1.0.4 2023-01-17 08:54:49 +01:00
OCA-git-bot
fb02802c27 [UPD] README.rst 2023-01-17 08:54:49 +01:00
Jairo Llopis
2edcf6c4ac [IMP] account_chart_update: reduce permissions
Only managers will be able to execute the chart of account wizard. This reflects [the requirement hardcoded upstream][1].

@moduon MT-1923

[1]: 4ac5ec6a2c/addons/account/models/chart_template.py (L234)
2023-01-17 08:54:49 +01:00
Jairo Llopis
79bbd7cdc4 [FIX] account_chart_update: false positive detecting diff on Html fields
When executing the chart updater and selecting the "notes" field from fiscal positions, you were getting differences 100% of the time.

This was because [fiscal position's notes field is Html][1], while [the template field is Text][2].

@moduon MT-1912

[1]: 5ef647d5d4/addons/account/models/partner.py (L32)
[2]: 5ef647d5d4/addons/account/models/chart_template.py (L1470)
2023-01-17 08:54:49 +01:00
Jairo Llopis
bcef995ecc [FIX] account_chart_update: responsive views
Make its 2nd step usable.

@moduon MT-1923
2023-01-17 08:54:49 +01:00