Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] base_import_security_group #1010

Open
wants to merge 28 commits into
base: 17.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5dab007
[10.0][ADD] Module base_import_csv_optional
espo-tony Jan 10, 2017
c180af5
[ADD] js tests
StefanRijnhart Mar 17, 2017
56654b5
[FIX] Fixed Phantom JS tests
espo-tony Mar 20, 2017
ae1b0c2
[FIX] Updated module informations
espo-tony Jul 26, 2017
0ea36d7
[11.0][MIG] base_import_security_group: adapt to v11
Jan 24, 2019
db3aced
OCA Transbot updated translations from Transifex
oca-transbot Jul 29, 2017
883817b
[MIG] base_import_security_group: Migration to 12.0
ajayjaviya Apr 8, 2020
a3f2a58
[UPD] Update base_import_security_group.pot
oca-travis May 8, 2020
2574874
[UPD] README.rst
OCA-git-bot May 8, 2020
8bde797
[FIX] base_import_security_group browser test
StefanRijnhart May 22, 2020
6b25617
[FIX] Give travis some more time to determine if user is allowed to i…
StefanRijnhart May 23, 2020
194cb19
[IMP] base_import_security_group: black, isort, prettier
victoralmau Apr 29, 2021
ab231a5
[MIG] base_import_security_group: Migration to 13.0
victoralmau Apr 29, 2021
772f8e8
[IMP] base_import_security_group: black, isort, prettier
StefanRijnhart May 31, 2021
f3e3034
[MIG] base_import_security_group: Migration to 14.0
Chandresh-OSI May 12, 2021
d3a2ce7
[RFR] base_import_security_group: pass ability through the web session
StefanRijnhart Jun 1, 2021
d6ef5c9
[IMP] update dotfiles [ci skip]
OCA-git-bot Mar 31, 2022
114731a
[MIG] base_import_security_group: Migration to 15.0
augusto-weiss Jul 26, 2022
146a4f7
Update translation files
oca-transbot Aug 30, 2022
9f30745
[FIX] base_import_security_group: fix test test_error
pilarvargas-tecnativa Jun 14, 2023
2d37a75
base_import_security_group 15.0.1.0.1
OCA-git-bot Jun 15, 2023
9ef3d0d
[16.0][MIG] - base_import_security_group
sbejaoui Jun 26, 2023
68c09fe
[UPD] Update base_import_security_group.pot
Nov 13, 2023
38038c1
[BOT] post-merge updates
OCA-git-bot Nov 13, 2023
85aa24a
Translated using Weblate (Spanish)
Ivorra78 Nov 13, 2023
cf338d5
Translated using Weblate (Italian)
mymage Dec 28, 2023
4bc30be
[IMP] base_import_security_group: pre-commit auto fixes
StefanRijnhart Jan 29, 2025
5a47dff
[MIG] base_import_security_group: Migration to 17.0
StefanRijnhart Jan 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[FIX] Fixed Phantom JS tests
[FIX] Updated travis postgresql version

[FIX] Updated phantom_js version in travis

[FIX] Configured travis to run tests for this module in isolation mode

[FIX] Configured travis to run tests for this module in isolation mode

[FIX] Added group to demo_user for test purposes

[FIX] Changed waiting condition on Phantom JS test

[FIX] Removed Travis configuration for isolated test environment

[FIX] Changed waiting condition in phantom_js test

[FIX] Changed target action in phantom_js test

[FIX] Changed target action in phantom_js test
espo-tony authored and StefanRijnhart committed Jan 29, 2025
commit 56654b54ab4969f38b32e329edbb2d29846b2d22
Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@ def has_button_import(self, falsify=False, user=None):
};
}, 1000);
""" % ('!' if falsify else '')
action = self.env.ref('base.action_partner_category_form')
link = '/web#action=%s' % action.id
action = self.env.ref('base.action_partner_category_form').id
link = '/web#action=%s' % action
self.phantom_js(
link, code, "$('button.o_list_button_add').length",
login=user.login)