Jairo Llopis
7ac6685c44
Rename module to base_contact_gender.
10 years ago
Jairo Llopis
861abca714
Add module partner_gender.
10 years ago
Alexandre Fayolle
f2c4ab40fe
Merge pull request #139 from grupoesoc/better_partner_firstname
[8.0] partner_firstname: Recursive @onchange misbehavior
9 years ago
Jairo Llopis
1e666a0db8
Tests work with `mail` module installed now.
Sometimes, the only way is to just skip them.
9 years ago
Jairo Llopis
ba74af5c9b
Use new() to create onchange records. Reduce redundancy in tests.
9 years ago
Jairo Llopis
e04623c793
Fix UI problem when lastname was u"".
It should be `False` to avoid `required` errors.
9 years ago
Jairo Llopis
e923247edc
Fix recursive onchange misbehavior & tests.
9 years ago
Jairo Llopis
bf13a1c267
Add docs to test modules.
9 years ago
Jairo Llopis
feab390178
New tests, some fail.
9 years ago
Pedro M. Baeza
a05c299bd1
Merge pull request #120 from grupoesoc/deprecate-base_contact
Deprecate base_contact
9 years ago
Jairo Llopis
002e5409e2
Only check if OCA_RUNBOT exists, not its value.
9 years ago
Jairo Llopis
4d7ae50bfb
Skip the deprecation warning in OCA runbots.
10 years ago
Jairo Llopis
fe16e4fc91
Add migration script.
10 years ago
Jairo Llopis
5996e0435e
Update Sandy Carter's email.
10 years ago
Jairo Llopis
1d96530fcd
Add bad input test case.
10 years ago
Jairo Llopis
06a89e189a
Perform birthdate installation.
10 years ago
Jairo Llopis
513324a0ea
Prefix all methods with _birthdate.
10 years ago
Jairo Llopis
516c2d6c1f
Missing import.
10 years ago
Jairo Llopis
15ff82734d
Oops... Fixing for PEP 0263, and fix typo.
10 years ago
Jairo Llopis
2019b6622e
Deprecate base_contact.
- Remove nationality and birthday features.
- Move the remaining features to partner_contact_in_several_companies.
- Make base_contact a dummy module.
- Warn deprecation everywhere possible.
10 years ago
Jairo Llopis
780dd47e57
Create partner_contact_personal_information_page.
Really I'm just renaming partner_contact_base.
The new name is more self-explanatory.
10 years ago
Jairo Llopis
a48316ad74
Fix dependencies.
10 years ago
Jairo Llopis
cb9389711d
Add partner_contact_nationality.
10 years ago
Jairo Llopis
f819c6b262
Update translations and honor their credits.
10 years ago
Jairo Llopis
a008c14599
Honor translator credits.
Translators were overridden automatically by PoEdit.
10 years ago
Jairo Llopis
585d9243f2
Clear old translation strings.
10 years ago
Jairo Llopis
bed8a04a8c
Put installation instructions inside a warning.
10 years ago
Jairo Llopis
4a4568c07b
Add module partner_contact_birthdate.
10 years ago
Jairo Llopis
d293522ec2
Add priority of view and a default group.
10 years ago
Jairo Llopis
68a5f7e321
Add module partner_contact_base.
10 years ago
Alexandre Fayolle
82724c6cbd
Update travis configuration
use sudo: false to enable container build
use cache: pip to cache pip packages
9 years ago
Pedro M. Baeza
1520e0d950
Merge pull request #104 from grupoesoc/better_partner_firstname
Better partner_firstname.
9 years ago
Jairo Llopis
6ffca482b2
Add new tests and fix the resulting bugs.
9 years ago
Jairo Llopis
24948156e3
Fix users not being able to create companies.
This happened because the invert method was not being called when using
the UI, and because lastname & firstname fields were required while
hidden.
10 years ago
Jairo Llopis
87171bb663
Workaround https://github.com/odoo/odoo/issues/6324 .
10 years ago
Jairo Llopis
79e37f85c3
Better docstrings.
10 years ago
Jairo Llopis
299b4e2f5f
Rename methods to follow guidelines.
10 years ago
Jairo Llopis
4b9ab2dfaa
Execute _firstname_install when installing, and log it.
10 years ago
Jairo Llopis
2dcb159bdd
Add args to exception to display the correct message in the UI.
10 years ago
Jairo Llopis
ac719b66e8
Increase coverage.
10 years ago
Jairo Llopis
40af0327b0
Credits to last translator.
10 years ago
Jairo Llopis
4d99869a37
Preserve old view names.
10 years ago
Jairo Llopis
f371c6c428
Remove license header in XML files.
10 years ago
Jairo Llopis
4b125173f7
Split _name_inverse adding _name_clean_inverse.
Conflicts:
partner_firstname/models.py
10 years ago
Jairo Llopis
3ab7b801e6
Fix wrong comments.
10 years ago
Jairo Llopis
9a72a9efd0
Use unicode for code & tests.
10 years ago
Jairo Llopis
3c8be01571
Add test for whitespace trimming.
10 years ago
Jairo Llopis
49626e192a
Reduce tests' redundancy.
10 years ago
Jairo Llopis
e4decaed79
Rename exception according to PEP8.
10 years ago
Jairo Llopis
1dbb1e0f87
Remove subclassing of exception, since there is only one.
10 years ago