Alejandro Santana
|
9c82d94f73
|
[IMP] base_location: Updated to v8 syntax and uses. Added filters in some views. Added two columns in respective tree views.
|
10 years ago |
Hans Henrik Gabelgaard
|
7f5e9900e2
|
Danish translation
|
10 years ago |
Pedro M. Baeza
|
d6eb2e5778
|
[FIX] README.md
|
10 years ago |
Pedro M. Baeza
|
6fc8fd6742
|
Merge pull request #69 from akretion/8.0-base-location-partner-view-street3-compat
base_location: Don't position zip_id after street2, to avoid layout issues with module partner_address_street3
|
10 years ago |
Pedro M. Baeza
|
8bfd56578c
|
Merge pull request #68 from Antiun/pr-es
Spanish translation
|
10 years ago |
Alexis de Lattre
|
a366a5a122
|
base_location: Don't position zip_id after street2, to avoid layout issues with module partner_address_street3
|
10 years ago |
Antonio Espinosa
|
4dbe875e88
|
Spanish translation
|
10 years ago |
Alex Comba
|
1eb2fb9609
|
Merge pull request #65 from yvaucher/8.0-separate-lint
Separated Lint tests
|
10 years ago |
Yannick Vaucher
|
b25b975111
|
Merge pull request #1 from tafaRU/8.0-fix-lint
[8.0] Fix pylint errors
|
10 years ago |
Alex Comba
|
0f65e66c69
|
Fix pylint errors
|
10 years ago |
Yannick Vaucher
|
607a51b7f5
|
Tests on both odoo and OCB
|
10 years ago |
Yannick Vaucher
|
7c3af08ce7
|
Remove VERSION from args as taken from env
|
10 years ago |
Yannick Vaucher
|
a598f63e43
|
Remove .coveragerc
|
10 years ago |
Yannick Vaucher
|
88af1537cb
|
Remove deprecated travis_run_pep8
|
10 years ago |
Yannick Vaucher
|
a42ed384a0
|
Separated Lint tests
|
10 years ago |
Alex Comba
|
c163128932
|
Merge pull request #54 from bealdav/8-partner-helper
[ADD] partner_helper module
|
10 years ago |
Nicolas Bessi
|
5504e0b350
|
Fix travis config to avoid addons conflict
|
10 years ago |
Nicolas Bessi
|
d672e63298
|
Fix street3 hook override.
Street3 is not part of commercial fields
|
10 years ago |
david.beal@akretion.com
|
6301d657e2
|
[ADD] partner_helper module
|
10 years ago |
Leonardo Pistone
|
a75c3e6fb1
|
Merge pull request #42 from nbessi/partner-contact-street3
Fix override of customer address fields to use function
|
10 years ago |
Nicolas Bessi
|
0216fa8828
|
Fix override of customer address fields to use function
|
10 years ago |
Alex Comba
|
295f4dbb83
|
Merge pull request #41 from nbessi/partner-contact-street3
Add partner-address-street3
|
10 years ago |
Nicolas Bessi
|
fc9a6042c9
|
Fix mutable default
|
10 years ago |
Nicolas Bessi
|
79f088a498
|
Fix mutable default
|
10 years ago |
Nicolas Bessi
|
7169cb18e5
|
Using under to respect naming convention
|
10 years ago |
Nicolas Bessi
|
b0e184bd4c
|
Add `street3` in views
|
10 years ago |
Nicolas Bessi
|
bfce569c84
|
Moving new default format to countries
|
10 years ago |
Nicolas Bessi
|
37aa1cade7
|
Fixing tests
|
10 years ago |
Nicolas Bessi
|
9518d1e569
|
Add view file
|
10 years ago |
Nicolas Bessi
|
4d1f653990
|
Fix Constant extension
|
10 years ago |
Nicolas Bessi
|
12587a6d35
|
Improve module name
|
10 years ago |
Nicolas Bessi
|
05fd442b84
|
Adding skeleton of partner-address-street-3
|
10 years ago |
Pedro M. Baeza
|
9d66cc9c56
|
Merge pull request #34 from drdran/8.0
[Add] Add italian translation, change field class to edit-only for better-zip field
|
10 years ago |
Franco Tampieri
|
c5b7f73537
|
[Fix] Fix it.po translation
|
10 years ago |
Franco Tampieri
|
62634616fe
|
[Fix] Removed my contributor lines
|
10 years ago |
Franco Tampieri
|
ed0aeb65ac
|
[Add] Add some italian translation
|
10 years ago |
Franco Tampieri
|
17c8d43b94
|
[Add] Add italian translation, change field class to edit-only for better-zip field
|
10 years ago |
Lorenzo Battistini
|
ca743a3a85
|
Merge pull request #22 from eLBati/8.0-base-location-geonames-import
[ADD] module base location geonames import
|
10 years ago |
Lorenzo Battistini
|
49048f5da1
|
[FIX] missing cr uid
|
10 years ago |
Lorenzo Battistini
|
9e426a0226
|
[IMP] using ir.config_parameter for geonames URL
|
10 years ago |
Yannick Vaucher
|
f57e2a6239
|
Merge pull request #25 from savoirfairelinux/7.0-length
8.0 Fix pep8 (line length)
|
10 years ago |
Sandy Carter
|
9db6903f8a
|
Fix pep8 (line length)
|
10 years ago |
Lorenzo Battistini
|
d2b123c6c2
|
[FIX] TypeError: unlink() got multiple values for keyword argument 'context'
|
10 years ago |
Lorenzo Battistini
|
9e529bf8dd
|
Merge branch '8.0-base-location-geonames-import' of github.com:eLBati/partner-contact into 8.0-base-location-geonames-import
|
10 years ago |
Lorenzo Battistini
|
f5cc0a300a
|
[FIX] No module named unicodecsv
|
10 years ago |
Lorenzo Battistini
|
e9704254cc
|
[FIX] __openerp__.py PEP8
|
10 years ago |
Lorenzo Battistini
|
b118c762d4
|
[REF] select_or_create_state
and tests
|
10 years ago |
Lorenzo Battistini
|
3d16bd7fd8
|
[IMP] removing 'FOR UPDATE NOWAIT' as ROW EXCLUSIVE lock is already acquired by DELETE and INSERT
http://www.postgresql.org/docs/9.2/static/explicit-locking.html
|
10 years ago |
Lorenzo Battistini
|
df29096e03
|
[REF] porting to new api
|
10 years ago |
Lorenzo Battistini
|
a9c203e408
|
[FIX] WARNING test_8 openerp.models: Cannot execute name_search, no _rec_name defined on better.zip.geonames.import
|
10 years ago |