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
Alexis de Lattre
038ac094f0
Remove France-specific code ; moved to new module l10n_fr_base_location_geonames_import on lp:openerp-french-localization
11 years ago
Leonardo Pistone
b87ef03477
[mrg] Add module base_partner_merge backport from trunk
Add module account_partner_merge needed to fix merging when account is installed
11 years ago
Xavier ALT
42ea02e4f3
[+] base_contact module
11 years ago
Alexis de Lattre
beee1510ab
Add a FOR UPDATE NOWAIT at the beginning of the transaction.
11 years ago
Alexis de Lattre
c93de6e655
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
54f92e9144
Allow to skip entries in the _prepare method.
11 years ago
Alexis de Lattre
e0785faa1c
Add support for states (if states are already present in res.country.state).
Add POT file and FR translation.
11 years ago
Yannick Vaucher
ddd3911cba
extract portal dependancy from base_partner_merge
11 years ago
Alexis de Lattre
30535503af
Add module base_location_geonames_import
11 years ago
unknown
f186be5056
Adapt user form to look like partner form
* Name field replaced by Firstname and Lastname
11 years ago
Joao Alfredo Gama Batista
5e2f423762
[MRG][IMP] Adapt user form to display first name and last name like partner form
11 years ago
Sandy Carter
473ffe06ea
Adapt user form to display first name and last name like partner form
11 years ago
Jonathan Nemry
be2de23ee3
[MRG]
For Partner:
1) Create always the SQL constraint on 'lastname'
2) Better implementation of "_write_name" allowing more intuitive update of the partner name when processing from another model (ex: res_user), i.e., try to keep the firstname if unchanged
3) When duplicating a partner, avoid to repeat the firstname in the name
4) Beautify the inner form for children contacts (placing fields as in the main form)
5) Allow edition of the field name in the inner form if child is a company
For User:
1) Reintegrate the name as "required"
2) When duplicating a user, avoid to repeat the firstname in the related partner name
11 years ago
unknown
46e64dcea8
[ADD] Add passport and passport_partner modules: You can manage several passports for each contact.
11 years ago