Jeroen Evens
d31b965e0c
[13.0] run black
5 years ago
Jeroen Evens
07a2c12e21
[MIG] partner_contact_personal_information_page: Migration to 13.0
5 years ago
OCA-git-bot
b37d553d6a
[UPD] README.rst
5 years ago
OCA Transbot
b5312d4880
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: partner-contact-12.0/partner-contact-12.0-partner_contact_personal_information_page
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_contact_personal_information_page/
6 years ago
oca-travis
898943fa14
[UPD] Update partner_contact_personal_information_page.pot
6 years ago
OCA-git-bot
212dd19c2d
[UPD] README.rst
6 years ago
Nikul-Chaudhary
7973c1f447
[MIG] partner_contact_personal_information_page v11 to v12
6 years ago
Hans Henrik Gabelgaard
d8817b03dc
Translated using Weblate (Danish)
Currently translated at 100.0% (1 of 1 strings)
Translation: partner-contact-11.0/partner-contact-11.0-partner_contact_personal_information_page
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-11-0/partner-contact-11-0-partner_contact_personal_information_page/da/
6 years ago
Hans Henrik Gabelgaard
58a81de1fc
Added translation using Weblate (Danish)
6 years ago
oca-travis
6aabab23c0
Update partner_contact_personal_information_page.pot
7 years ago
Nicolas JEUDY
708377dc17
V11 migration
- fax field removed from res.partner
- 2to3 on all py files
- add contributor and update README
- use hasclass in place of @class in xpath expr
- improve tests
[FIX] typo and clean README
7 years ago
OCA Transbot
75fb7aff43
OCA Transbot updated translations from Transifex
9 years ago
invitu
16f506f35f
Migration partner_contact_birthdate partner_contact_gender part… ( #315 )
[MIG] Migration partner_contact_birthdate partner_contact_gender partner_contact_personal_information_page to v10
8 years ago
Pedro M. Baeza
c8162e25c3
Rename manifest files
8 years ago
Pedro M. Baeza
854dfe3393
Make modules uninstallable
8 years ago
Denis Leemann
8af4ff117b
Remove refecence of base in xmlid
9 years ago
Richard deMeester
e513ac3ddc
partner_contact_personal_information updated to version 9.0
9 years ago
Pedro M. Baeza
ba511ddf6c
Make modules uninstallable
9 years ago
Stéphane Bidoul
233e1ecb15
prefix versions with 8.0
9 years ago
Yannick Vaucher
d6c899bfbe
Add missing default oca icons
9 years ago
Jairo Llopis
432faf2f7e
Create partner_contact_personal_information_page.
Really I'm just renaming partner_contact_base.
The new name is more self-explanatory.
10 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
8 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