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 |
Alexis de Lattre
|
dd9cf18c6f
|
Add Yahoo! Maps
Enhance bing maps url for lat/lon (now has a pointer)
Update module description
|
10 years ago |
Alexis de Lattre
|
d1a6096703
|
Add MapQuest
|
10 years ago |
Alexis de Lattre
|
d9d2efb6e1
|
Rename module to partner_external_maps
Rename object map.url to map.website
User can now choose a different map.website for routing
Code and view cleanup
Add translation files
|
10 years ago |
Alexis de Lattre
|
0b71c3b566
|
Add ROUTE urls to show a map with start/destination (Gmaps, OSM and Here)
|
10 years ago |
Alexis de Lattre
|
658dc67d6b
|
Uses URL with latitude and longitude when base_geolocalize is installed and the partner has the appropriate info
|
10 years ago |
Alexis de Lattre
|
47db4dca41
|
Add Here Maps
Convert to https when possible
|
10 years ago |
Alexis de Lattre
|
dbc0f4f1c6
|
Add standard OSM map url
|
10 years ago |
Alexis de Lattre
|
0cbcc32968
|
Add ACL
Add post-install script to set a default value in the users's preferences
Take street2 into account
|
10 years ago |
Alexis de Lattre
|
4e478e9185
|
Add module partner_address_on_map
|
10 years ago |
Guewen Baconnier
|
789e185e23
|
Merge pull request #135 from akretion/8.0-fix-partner_street_number-views
8.0 FIX partner_street_number: do not remove street field as it breaks all modules that use it in views
|
10 years ago |
Alexis de Lattre
|
c138fe477d
|
FIX Do not remove street field as it breaks all modules that use it in views !
Make the street field invisible instead
|
10 years ago |