Alexis de Lattre
d0e4108b01
Allow to skip entries in the _prepare method.
11 years ago
Alexis de Lattre
58257b4321
Add support for states (if states are already present in res.country.state).
Add POT file and FR translation.
11 years ago
Alexis de Lattre
7887672941
Add module base_location_geonames_import
11 years ago
Alexis de Lattre
1236d07195
Remove France-specific code ; moved to new module l10n_fr_base_location_geonames_import on lp:openerp-french-localization
11 years ago
Alexis de Lattre
338655b41b
Add a FOR UPDATE NOWAIT at the beginning of the transaction.
11 years ago
Alexis de Lattre
61765d7c9f
Insist on the fact that the wizard deletes current better zip entries in the module description and in the wizard itself.
Better error message when the country code inside the file is wrong.
11 years ago
Alexis de Lattre
25188692f9
Allow to skip entries in the _prepare method.
11 years ago
Alexis de Lattre
9f942f9b73
Add support for states (if states are already present in res.country.state).
Add POT file and FR translation.
11 years ago
Alexis de Lattre
47a3f0a301
Add module base_location_geonames_import
11 years ago
Holger Brunn
332ca70624
Merge pull request #14 from eLBati/8.0
[ADD] partner_firstname for v8
10 years ago
Lorenzo Battistini
5c2dc3977a
[FIX] No module named unicodecsv
10 years ago
Lorenzo Battistini
71e58d2b0b
[FIX] __openerp__.py PEP8
10 years ago
Lorenzo Battistini
0b18fc7649
[REF] select_or_create_state
and tests
10 years ago
Lorenzo Battistini
56256c063c
[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
a667113f3b
[REF] porting to new api
10 years ago
Lorenzo Battistini
bd6128b60d
[FIX] WARNING test_8 openerp.models: Cannot execute name_search, no _rec_name defined on better.zip.geonames.import
10 years ago
Lorenzo Battistini
96371aa702
Merge branch '8.0-base-location-geonames-import' of github.com:eLBati/partner-contact into 8.0-base-location-geonames-import
10 years ago
Alexis de Lattre
f5087d65bf
Remove France-specific code ; moved to new module l10n_fr_base_location_geonames_import on lp:openerp-french-localization
11 years ago
Alexis de Lattre
36436f8afa
Add a FOR UPDATE NOWAIT at the beginning of the transaction.
11 years ago
Alexis de Lattre
e3d6622c9d
Insist on the fact that the wizard deletes current better zip entries in the module description and in the wizard itself.
Better error message when the country code inside the file is wrong.
11 years ago
Alexis de Lattre
c50948770f
Allow to skip entries in the _prepare method.
11 years ago
Alexis de Lattre
828f466be9
Add support for states (if states are already present in res.country.state).
Add POT file and FR translation.
11 years ago
Alexis de Lattre
5d9aeedea9
Add module base_location_geonames_import
11 years ago
Lorenzo Battistini
c792e1bcbb
[IMP] _set_default_value_on_column avoiding useless queries
10 years ago
Lorenzo Battistini
ecd45fa2ec
[FIX] base_partner_merge PEP8
10 years ago
Lorenzo Battistini
c600209b81
[FIX] passport PEP8
10 years ago
Lorenzo Battistini
65603ccbc1
[FIX] base_location PEP8
10 years ago
Lorenzo Battistini
83539dfd7a
[FIX] partner_firstname - PEP8
10 years ago
Lorenzo Battistini
8dc056bd2a
[FIX] partner_firstname - some PEP8
10 years ago
Lorenzo Battistini
ae4c47d9ed
[FIX] IntegrityError: column "lastname" contains null values
10 years ago
Lorenzo Battistini
74426b41ec
[FIX] PEP8
10 years ago
Lorenzo Battistini
032c07cc9d
[IMP] partner_firstname - logging
10 years ago
Lorenzo Battistini
94979df572
[FIX] IntegrityError: column "lastname" contains null values
when creating or copying users
10 years ago
Lorenzo Battistini
709daa4e43
[ADD] partner_firstname for v8
because it's working as is
10 years ago
Sandy
bf69ae253d
Merge pull request #5 from savoirfairelinux/8.0-meta
8.0 meta
10 years ago
Sandy
8d4abacac7
Merge pull request #10 from eLBati/8.0_fix_base.partner.merge.line_access_rules
[FIX] The transient model base.partner.merge.line and base.partner.merge automatic.wizard should not have explicit access rules
10 years ago
Lorenzo Battistini
a1579f6890
[FIX] The transient model base.partner.merge.line and base.partner.merge.automatic.wizard should not have explicit access rules
10 years ago
Sandy Carter
e4c7b48779
Fix failing tests in passport using new api
10 years ago
Sandy Carter
c4f88dbf7a
Move partner_last name to unported due to failed install
```
ERROR openerp_test openerp.sql_db: bad query: ALTER TABLE "res_partner" ALTER COLUMN "lastname" SET NOT NULL
Traceback (most recent call last):
File "openerp/sql_db.py", line 230, in execute
res = self._obj.execute(query, params)
IntegrityError: column "lastname" contains null values
```
10 years ago
Sandy Carter
7cc806e729
Move 7.0 modules depending on non-existent 'process' to __unported__
10 years ago
Sandy Carter
9d38035b36
Move 7.0 modules depending on non-existent 'account_report_company' to __unported__
10 years ago
Sandy Carter
6395315784
Remove modules unported to 7.0
10 years ago
Sandy Carter
c4cca9ed76
Add meta files
10 years ago
Sandy Carter
5166eda505
Fix imports in partner_firstname
10 years ago
Sandy Carter
43f85b72d9
Fix pep8
10 years ago
Pedro M. Baeza
bb7e43dada
Merge pull request #2 from TheCloneMaster/patch-1
Update base_contact.py
10 years ago
TheCloneMaster
cd0e039271
Update base_contact.py
context is now received as a frozendict, so pop is not allowed on it directly.
We need to make a copy of it first, so
if context is None:
context = {}
is not enought...
10 years ago
Alexis de Lattre
7aa4487e7b
[MERGE] merge with trunk revno 40.
11 years ago
unknown
5eaeb8fff6
[IMP] partner_firstname: Make the function of the 'name' field inheritable.
11 years ago
Alexis de Lattre
acb266f7da
Make the function of the 'name' field inheritable.
11 years ago