Ronald Portier (Therp BV)
0a008d97bb
[FIX] cannot create user due to required name.
10 years ago
Sylvain Van Hoof
03ef576f0b
[FIX] partner_firstname: Change _id by id in the method copy_data to avoid problem with the new API
10 years ago
Lorenzo Battistini
96daa6a5e3
[IMP] _set_default_value_on_column avoiding useless queries
11 years ago
Lorenzo Battistini
ea2f670e52
[FIX] partner_firstname - PEP8
11 years ago
Lorenzo Battistini
abe626853a
[FIX] IntegrityError: column "lastname" contains null values
11 years ago
Lorenzo Battistini
ad735e4753
[FIX] PEP8
11 years ago
Lorenzo Battistini
de00bb1da2
[IMP] partner_firstname - logging
11 years ago
Lorenzo Battistini
6b4e3f6c74
[FIX] IntegrityError: column "lastname" contains null values
when creating or copying users
11 years ago
Lorenzo Battistini
fc2bb5bc24
[ADD] partner_firstname for v8
because it's working as is
11 years ago
Sandy Carter
4614bc20db
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
```
11 years ago
Sandy Carter
9fc8df9e38
Fix imports in partner_firstname
11 years ago
Sandy Carter
ebf9a92c79
Fix pep8
11 years ago
Alexis de Lattre
2c44dc7a9d
Make the function of the 'name' field inheritable.
11 years ago
Olivier LAURENT
72c5cda293
[FIX] avoid traceback when calling the fnct_inv method with a null field_value
11 years ago
Jonathan Nemry
82aa187b27
Add more controls to avoid to update the name or the lastname fields only with whitespace
11 years ago
Jonathan Nemry
ac30d5d85e
[CHG] Some Refactoring Of The Code
11 years ago
Jonathan Nemry
0641647cc3
[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
Guewen Baconnier
972a38add9
[FIX] missing propagation of the context #2
12 years ago
Guewen Baconnier
8e6999e5c6
[FIX] missing propagation of the context
12 years ago
Guewen Baconnier
8498816a26
[FIX] use a tuple instead of a list
12 years ago
Yannick Vaucher
af80ae43ef
[FIX] partner_firstname - error when lastname being empty with demo data, migrated data or imported data
12 years ago
Vincent Renaville
cad720824a
[FIX] typo : fix instruction length
12 years ago
Vincent Renaville
6bd6ebad12
[FIX] search
12 years ago
Vincent Renaville
6b0ddd40da
[FIX] firstname lastname fix if empty
12 years ago
Alexandre Fayolle
52cbb73ea5
[IMP] small improvements in module description and docstrings
12 years ago
unknown
e55aaed825
[FIX] partner_firstname can't create partner as lastname is required
12 years ago
unknown
28ad896537
[FIX] heading coding definition
12 years ago
unknown
c74f431405
[ADD] partner_firstname module
12 years ago
Guewen Baconnier
9f64b0feda
[REV] remove the previous revision, the merge proposal has been merged too early
12 years ago
unknown
045141d1a7
[ADD] partner_firstname addons
12 years ago