OCA-git-bot
f77e528989
Merge PR #1104 into 14.0
Signed-off-by dreispt
3 years ago
OCA-git-bot
d3247c0892
[ADD] setup.py
3 years ago
OCA-git-bot
8356def05d
[UPD] README.rst
3 years ago
OCA-git-bot
dffd7b54fa
[UPD] addons table in README.md
3 years ago
oca-travis
9213a28f16
[UPD] Update partner_disable_gravatar.pot
3 years ago
OCA-git-bot
01b3180bd6
Merge PR #1038 into 14.0
Signed-off-by rousseldenis
3 years ago
Alexis de Lattre
0e43f7e729
partner_disable_gravatar: remove PO and POT files
4 years ago
OCA-git-bot
58ea4e18f8
[ADD] setup.py
3 years ago
OCA-git-bot
f9d200b964
[UPD] README.rst
3 years ago
OCA-git-bot
7fdd4d84ef
[UPD] addons table in README.md
3 years ago
oca-travis
c39488a3dc
[UPD] Update partner_deduplicate_acl.pot
3 years ago
OCA-git-bot
74c5599a64
Merge PR #1121 into 14.0
Signed-off-by pedrobaeza
3 years ago
Carlos Roca
b3cb51904d
[MIG] partner_deduplicate_acl: Migration to v14.0
3 years ago
Kevin Khao
c238d5d6ed
[MIG] partner_deduplicate_acl: Migration to 13.0
5 years ago
Kevin Khao
057d847ff8
[IMP] partner_deduplicate_acl: black, isort
5 years ago
Rodrigo Macedo
74e78bd6d5
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (6 of 6 strings)
Translation: partner-contact-12.0/partner-contact-12.0-partner_deduplicate_acl
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_deduplicate_acl/pt_BR/
5 years ago
Victor Martin
7f3f383570
[MIG] partner_deduplicate_acl: Continue migration to 12.0
Need adapt menu to not depends on crm module as before
6 years ago
Pedro M. Baeza
51856cca4a
[MIG] partner_deduplicate_acl: Complete migration
Now there's an argument for controlling extra checks
6 years ago
Pedro M. Baeza
6d36a5d5b0
[MOV] crm_deduplicate_acl > partner_deduplicate_acl
6 years ago
Victor Martin
ed5634bd40
[MIG] crm_deduplicate_acl: Migration to 12.0
6 years ago
Maria Sparenberg
47ff3a5e0a
Translated using Weblate (German)
Currently translated at 100.0% (7 of 7 strings)
Translation: crm-11.0/crm-11.0-crm_deduplicate_acl
Translate-URL: https://translation.odoo-community.org/projects/crm-11-0/crm-11-0-crm_deduplicate_acl/de/
6 years ago
Pedro M. Baeza
9a39e08e95
[MIG] crm_deduplicate_acl: Migration to 11.0
* Don't overwrite code, but use inheritance system
* Add tests
7 years ago
Luis M. Ontalba
d803adde5a
[MIG] crm_deduplicate_acl: Migration to 10.0
8 years ago
Pedro M. Baeza
f076c66fa8
crm_deduplicate_acl: Show deduplicate menu for automatic group
8 years ago
cubells
e3298cea3a
Keyword arguments problem on merge partner ( #128 )
Closes #125
8 years ago
cubells
772222eb78
Added menu tools
8 years ago
cubells
dca409f8a8
crm_deduplicate_acl
8 years ago
OCA Transbot
3dbdb8e467
OCA Transbot updated translations from Transifex
9 years ago
Pedro M. Baeza
81e953a9a6
crm_deduplicate_*: Better icons
8 years ago
jbeficent
4678644851
only users beloning to group 'Manually' should be able to merge partners from the partner list views (action 'Merge automatically') Use <record id="crm.action_partner_merge"... to change only affected field.
8 years ago
Jairo Llopis
eb14e2e11f
[ADD] crm_deduplicate_acl: Deduplicate permission groups
This module allows any user to get special permissions to be able to
deduplicate contacts, instead of just giving them to a sale manager with
settings permissions.
The new permissions allow the user to deduplicate:
- *Manually*.
- *Automatically* (dangerous).
- *Without restrictions* (more dangerous).
Beware what you do! 😯
9 years ago
Khalid Hazam
2f0662bc12
Translated using Weblate (French)
Currently translated at 100.0% (16 of 16 strings)
Translation: partner-contact-14.0/partner-contact-14.0-partner_company_type
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-partner_company_type/fr/
3 years ago
OCA Transbot
54b4c9ecf5
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: partner-contact-14.0/partner-contact-14.0-base_location
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-base_location/
3 years ago
OCA-git-bot
e24e6b8a04
[UPD] addons table in README.md
3 years ago
OCA-git-bot
0817a0eede
base_location 14.0.1.2.0
3 years ago
oca-travis
f15a729f76
[UPD] Update base_location.pot
3 years ago
OCA-git-bot
dfc35d3ab0
Merge PR #1119 into 14.0
Signed-off-by pedrobaeza
3 years ago
Ivàn Todorovich
1fd158e83e
[IMP] Also empty zip_id when city_id or zip mismatch
3 years ago
Ivàn Todorovich
ba8479a91c
[FIX] city_id no longer shown.
We want to use a domain that requires city_id to be on the view
but we can't add it directly there, otherwise _fields_view_get_address
in base_address_city won't do its magic, as it immediately returns
if city_id is already in there.
On the other hand, if city_id is not in the
views, odoo won't let us use it in zip_id's domain.
Fixes a bug introduced here: 5fd93fb8d1
3 years ago
Ivàn Todorovich
23b8d16f68
[IMP] Improve readability of with_context(skip_check_zip=True)
* Easier to read by splitting lines
* Also, set context before the loop
3 years ago
Ivàn Todorovich
a27cede623
[IMP] Check that the zip code matches the one of the zip_id
Also:
* Reorder checks by geo level: country, state, city, zip
3 years ago
Esteka Digital
9c921f4b3e
Translated using Weblate (Spanish)
Currently translated at 100.0% (104 of 104 strings)
Translation: partner-contact-14.0/partner-contact-14.0-animal
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-animal/es/
3 years ago
Esteka Digital
d1ba9c4eeb
Translated using Weblate (Spanish)
Currently translated at 100.0% (3 of 3 strings)
Translation: partner-contact-14.0/partner-contact-14.0-base_country_state_translatable
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-base_country_state_translatable/es/
3 years ago
Alexis de Lattre
1e46fc8bb2
[MIG] partner_external_map from v13 to v14
Remove map website openstreetmap FR because its query URL doesn't work anymore
Use street3 if the OCA module partner_address_street3 is installed
Add sequence and active fields on map website object
3 years ago
Ignacio Buioli
c1dcd83710
Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (32 of 32 strings)
Translation: partner-contact-13.0/partner-contact-13.0-partner_external_map
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-partner_external_map/es_AR/
4 years ago
OCA Transbot
1779909922
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: partner-contact-13.0/partner-contact-13.0-partner_external_map
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-partner_external_map/
4 years ago
oca-travis
732ac885f6
[UPD] Update partner_external_map.pot
4 years ago
Ermanno Gnan
1b362f9162
[MIG] partner_external_map: Migration to 13.0
Co-authored-by: Ermanno Gnan <ermannognan@gmail.com>
Co-authored-by: Joao Marques <joao.marques@tecnativa.com>
TT19784
5 years ago
João Marques
d2e8358975
[IMP] partner_external_map: black, isort, prettier
4 years ago
Pedro M. Baeza
97c7bc8208
[FIX] partner_external_map: Resilient coordinate test
As coordinates in partner are float, they are affected by the rounding problem we
all know, so sometimes (depending on the Python interpreter used) the generated URL
contains extra digits. Example:
39.158370000000005 instead of 39.15837
so with this change on the test, we make it resilient to this problem.
4 years ago