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
Olivier LAURENT
be00f74797
[FIX] some tests failed if user's language is not english
[CHG] improve some assertions
11 years ago
Sandy Carter
14f4d5f2ff
Fixed name_get and unittests for name_get
11 years ago
Yannick Vaucher
f8fffcb7a7
[ADD] display_name in account_partner_merge view
11 years ago
Yannick Vaucher
29af4e8d04
[FIX] remove display_name from base_partner_merge as included in account_report_company
11 years ago
Sandy Carter
6b7d1343fd
[FIX] Combined passport and passport_partner into passport, removed redundant view changes, general cleanup
11 years ago
unknown
08a8d1504e
[FIX] base_location - Add context propagation to base_location
11 years ago
Olivier LAURENT
9275c8ca95
[FIX] avoid traceback when calling the fnct_inv method with a null field_value
11 years ago
EL HADJI DEM
9b09cb7809
[IMP] Indent the form block
11 years ago
EL HADJI DEM
6f19e4e72b
[IMP] remove auto_install in passport_partner
11 years ago
EL HADJI DEM
185e9aaea2
[IMP] change view presentation of passport
11 years ago
Sandy Carter
de58ee7734
[FIX] Add context propagation to base_location
11 years ago
Yannick Vaucher
eac4bcb9a2
[IMP] PEP8
11 years ago
Jonathan Nemry
d6772ec4a6
Add more controls to avoid to update the name or the lastname fields only with whitespace
11 years ago
EL HADJI DEM
98766c270e
[IMP] add tests directory for passport module
11 years ago
EL HADJI DEM
1d3ac0e75e
[ADD] Add passport and passport_partner modules: It allows to manage several passports for each contact
11 years ago
EL HADJI DEM
de8195744e
[FIX] PEP8, 7.0 ORM imports
11 years ago
Jonathan Nemry
6205e32cf1
[CHG] Some Refactoring Of The Code
11 years ago
Jonathan Nemry
67204566a0
[ADD] Tests For partner-firstname
11 years ago
Jonathan Nemry
3bbde88780
[FIX] Create Sql constraint anyway
[CHG] Improve the _write_name method
* trying to coerce to the correct lastname if the firstname is untouched
* resetting the firstname if contact is a company
[FIX] Avoid to replicate the firstname into the name when duplicating a partner
[FIX] Avoid to replicate the firstname into the name when duplicating a user
[CHG] Restore the required attribute of the field name in user form
[CHG] Beautify the inner form for children contacts (placing fields as in the main form)
[FIX] Allow edition of the field name in the inner form if child is a company
11 years ago
unknown
2279c991a7
[MRG] [ADD] add continent management addon
11 years ago
unknown
520dd16119
[IMP] base_location: Make ZIP code optional
11 years ago
unknown
a2c32093a5
[ADD] migrate 'base_partner_sequence' from lp:openobject-addons/extra-trunk
11 years ago
unknown
e1368aff4e
[FIX] firstname_display_name_trigger: remove trailing space from display name if only the lastname is defined
11 years ago
Pedro M. Baeza
85ba316b56
[IMP] base_location: create_name_field for zip_id and added field for contact form.
11 years ago
Romain Deheele
709f90e57a
[UPD] change deprecated keys in __openerp__.py
11 years ago
Romain Deheele
f18e606e14
[UPD] add access rights
11 years ago
Romain Deheele
64486bd9a4
[FIX] remove deprecated types on views
11 years ago
Romain Deheele
43bc2667cf
[ADD] add continent datas
11 years ago
Romain Deheele
6ce4d9c410
[ADD] add template and fr po
11 years ago