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
Charbel Jacquin
eb7ce14146
add unittest based test cases complementing the yaml one
9 years ago
Charbel Jacquin
06c636f1db
add basic unit tests
9 years ago
Charbel Jacquin
bbf0f355d8
Explicit is better than implicit.
```
>>> import this
[...]
```
thanks to @pedrobaeza for the remainder :-)
9 years ago
Charbel Jacquin
d1bfa4b4b7
allow same partner on both sides of a relation
* add boolean field `ResPartnerRelationType.allow_self`
* add related field `ResPartnerRelation.allow_self`
9 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
Jairo Llopis
1a58c2fa7d
Fix wrong naming.
10 years ago
Jairo Llopis
d9a7291ef0
Better partner_firstname. Merged rebase.
10 years ago
Pedro M. Baeza
a6ecbcb5e7
Merge pull request #134 from akretion/8.0-address-on-map
8.0 add module partner_external_maps (module google_map in better !)
10 years ago
Alexis de Lattre
4b945cd545
Remove street = False from domain, to be compatible with partner_street_number
10 years ago
Alexis de Lattre
9571bd733b
Add default values when you create a new user
Use ' '.join() to generate the address string
For docstring, use triple double quotes instead of single quotes
10 years ago
Alexis de Lattre
a9d1e059f2
Add newline around '*' in README.rst, as suggested by Lorenzo
10 years ago
Alexis de Lattre
6de32b8afe
FIX domain declaration
10 years ago