OCA-git-bot
17f2d6379c
[UPD] addons table in README.md
4 years ago
oca-travis
488cbe9494
[UPD] Update partner_second_lastname.pot
4 years ago
OCA-git-bot
52fd4fcc57
Merge PR #982 into 14.0
Signed-off-by moylop260
4 years ago
Luis Torres
b9e3ab7b2a
[MIG] partner_second_lastname: Migration to 14.0
4 years ago
Hugo Adan
5b6013018b
[FIX] partner_second_lastname: False value should be set on lastname2
not firstname
before this commit the following error happen:
name = 'Van-Eyck Jan'
this was converted to
firstname = False
lastname= 'Van-Eyck'
lastname2 = 'Jan'
and it should be like
firstname = 'Jan'
lastname= 'Van-Eyck'
lastname2 = False
4 years ago
emagdalena
d2a3a5a01d
[MIG] partner_second_lastname: Migration to 13.0
4 years ago
emagdalena
f0f13e6c54
[IMP] partner_second_lastname: black, isort, prettier
4 years ago
Peter Schubert
06c323aa24
Translated using Weblate (German)
Currently translated at 100.0% (3 of 3 strings)
Translation: partner-contact-12.0/partner-contact-12.0-partner_second_lastname
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_second_lastname/de/
5 years ago
Nikul-Chaudhary
7509308923
[MIG] partner_second_lastname v11 to v12
6 years ago
Jon Zaballa
9438c4ffa1
11.0 partner_second_last_name required only if type = contact
Description of the issue/feature this PR addresses:
firstname, lastname and lastname2 fields should only be required if
contact `type` is `contact`. In partner_firstname module this is done
right with `('type', '=', 'contact')` leave in attrs required domain.
But in partner_second_last_name there is no such leave, so if the
contact is an address, the fields are mandatory too.
Current behavior:
Either firstname, lastname or lastname2 are mandatory when a contact is
not a company.
Desired behavior after PR is merged:
firstname, lastname or lastname2 are mandatory when the contact is of
type `contact`
6 years ago
Rudolf Schnapka
4c1848c31c
Translated using Weblate (German)
Currently translated at 100,0% (3 of 3 strings)
Translation: partner-contact-11.0/partner-contact-11.0-partner_second_lastname
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-11-0/partner-contact-11-0-partner_second_lastname/de/
6 years ago
Jordi Ballester
83d95f9d6d
migration to 11.0
7 years ago
Pedro M. Baeza
0990977586
partner_second_lastname: Migration to 10.0
7 years ago
Antonio Espinosa
69be88a04c
partner_second_lastname: Partner names order configurable
9 years ago
Jairo Llopis
b523d5201a
Add module partner_lastname2.
10 years ago
OCA-git-bot
54df631337
[ADD] setup.py
4 years ago
OCA-git-bot
489d2856f9
[UPD] README.rst
4 years ago
OCA-git-bot
7aa92c5d5f
[UPD] addons table in README.md
4 years ago
oca-travis
305e37fe8f
[UPD] Update partner_firstname.pot
4 years ago
OCA-git-bot
e683ca2406
Merge PR #981 into 14.0
Signed-off-by moylop260
4 years ago
Luis Torres
ed8274a3e3
[MIG] partner_firstname: Migration to 14.0
4 years ago
OCA-git-bot
d635f69ac6
pre-commit update
5 years ago
Ronald Portier
fc07e7cbc6
[FIX] partner_firstname. Fix tests.
Actually there was nothing wrong with the tests by themselves, but rather with the
Odoo Form class in odoo/tests/common.py.
This commit disables one tests and works around the bugs in another.
5 years ago
Tamás Dombos
d1c6474156
Translated using Weblate (Hungarian)
Currently translated at 100.0% (16 of 16 strings)
Translation: partner-contact-13.0/partner-contact-13.0-partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-partner_firstname/hu/
5 years ago
Luis Felipe Miléo
6334c211b4
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (16 of 16 strings)
Translation: partner-contact-13.0/partner-contact-13.0-partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-partner_firstname/pt_BR/
5 years ago
OCA-git-bot
a71f8bb432
partner_firstname 13.0.1.0.1
5 years ago
laurent.corron
529b800b2a
[FIX] partner_firstname website in manifest
5 years ago
Laurent Mignon (ACSONE)
9a885bd69c
[MIG] partner_firstname: Fix config settings
Display the recompute button only after saving the settings if the order hase changed. Once the recompute is done, the buttons desapears.
Bedore this change it was not possible to recompute the partner names order since the button was only displayed after changing the order value but before saving the changes. When clicked, an error message was displayed since the action will force the reload of the page before saving the values...
5 years ago
Laurent Mignon (ACSONE)
8fdc75a622
[MIG] partner_fistname: Migration to 13.0
Remove kack on context and pseudo onchange methods and takes benefit on compute method with readonly=False
5 years ago
Laurent Mignon (ACSONE)
940c03e7aa
[MIG] partner_firstname: Migration to 13.0
5 years ago
Laurent Mignon (ACSONE)
cb381a52d1
[MIG] partner_firstname: Black, isort
5 years ago
Maxime Chambreuil
f36af9ea02
[FIX] partner_firstname: Pylint errors
5 years ago
Kilhog
d79ca21c21
Translated using Weblate (French)
Currently translated at 100.0% (16 of 16 strings)
Translation: partner-contact-12.0/partner-contact-12.0-partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_firstname/fr/
6 years ago
David Dufresne
ece899be68
[12.0] Fix migration script 12.0.1.0.0 of partner_firstname
6 years ago
Sergio Zanchetta
0f23c19004
Translated using Weblate (Italian)
Currently translated at 100.0% (16 of 16 strings)
Translation: partner-contact-12.0/partner-contact-12.0-partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_firstname/it/
6 years ago
Sergio Zanchetta
5e7affc3d8
Translated using Weblate (Italian)
Currently translated at 100.0% (13 of 13 strings)
Translation: partner-contact-12.0/partner-contact-12.0-partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_firstname/it/
6 years ago
Graeme Gellatly
0080915ce0
Migrate to V12
6 years ago
Wolfgang Pichler
4c863dbe0c
Bug fix when copying partners
6 years ago
Rudolf Schnapka
85cb46eed5
Translated using Weblate (German)
Currently translated at 100,0% (13 of 13 strings)
Translation: partner-contact-11.0/partner-contact-11.0-partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-11-0/partner-contact-11-0-partner_firstname/de/
6 years ago
Enric Tobella
4a8b4bddd1
Translated using Weblate (Español (España))
Currently translated at 100,0% (13 of 13 strings)
Translation: partner-contact-11.0/partner-contact-11.0-partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-11-0/partner-contact-11-0-partner_firstname/es/
6 years ago
Stéphane Bidoul (ACSONE)
86ceb668b5
remove obsolete .pot files [ci skip]
6 years ago
Jairo Llopis
e758153fc8
[FIX] partner_firstname: Mixed content error, move to HTTPS
Fix https://github.com/OCA/partner-contact/pull/487#issuecomment-396026511
6 years ago
Enric Tobella
4a91acbcc8
[FIX] config_parameter must be readed with sudo
7 years ago
OCA Transbot
d7d01cbb90
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
7 years ago
Enric Tobella
cb3d87f774
[MIG] partner_firstname
7 years ago
Dave Lasley
e0455650dd
[IMP] partner_firstname: Add indices
* Add index to first and last name in order to allow for quicker searches - fixing an incredibly slow update time with large dbs
[IMP] partner_firstname: Only run install function on update
* Remove yml data file for install and move method to init hook
* Bump version
7 years ago
Damien Crier
1c187adfa9
fix unicode/ascii error
8 years ago
Stéphane Bidoul (ACSONE)
a6f36ee368
[UPD] partner_firstname: fix website url in manifest
[UPD] add ACSONE in authors
8 years ago
Dave Lasley
d834d49508
[MIG] partner_firstname: Upgrade to v10
* Prefer odoo to openerp & remove data tags
* Move exceptions file out of models
* Fix string selection in xpath
* Rename res_users and add import
* Fix api mismatches
* Add missing param
* Alphabetize imports
* Remove readonly from computed field
* Remove deprecated api.one
* Add Tecnativa
* Fix icon
* Fix singleton issue
* Add depends to compute
8 years ago
OCA Transbot
aba6d91f4c
OCA Transbot updated translations from Transifex
8 years ago