OCA-git-bot
919a87f46a
pre-commit update
5 years ago
Luis Felipe Miléo
9d9faf91dd
Added translation using Weblate (Portuguese (Brazil))
5 years ago
OCA-git-bot
679c14ac92
pre-commit, black, isort
5 years ago
ps-tubtim
d80f8ee6a4
[MIG] partner_fax: Migration to 13.0
5 years ago
OCA Transbot
7b5433d164
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
ea2ebfb7a0
[UPD] Update partner_fax.pot
6 years ago
Sergio Zanchetta
b84910c961
Translated using Weblate (Italian)
Currently translated at 100.0% (3 of 3 strings)
Translation: partner-contact-12.0/partner-contact-12.0-partner_fax
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_fax/it/
6 years ago
Aitor Bouzas
6bc5bd65a9
[MIG] partner_fax: Migration to 12.0
Code improvements
6 years ago
oca-travis
e04ec7387b
[UPD] Update partner_fax.pot
6 years ago
OCA Transbot
fdac4c9eea
OCA Transbot updated translations from Transifex
7 years ago
Francesco Apruzzese
bb619b1784
[ADD] partner_fax
7 years ago
OCA-git-bot
e8397ee835
[ADD] setup.py
4 years ago
OCA-git-bot
e02bb43de2
[UPD] README.rst
4 years ago
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