Antonio Espinosa
50cc65c057
Spanish translation
10 years ago
Alex Comba
6b965885b7
Fix pylint errors
10 years ago
Sandy Carter
4832f544c6
Fix pep8 (line length)
11 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
002d4aeead
[FIX] partner_firstname - some 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
unknown
4429bbe07b
Adapt user form to look like partner form
* Name field replaced by Firstname and Lastname
11 years ago
Sandy Carter
7b6a40fcbb
Adapt user form to display first name and last name like partner form
11 years ago
Olivier LAURENT
410e2f3963
[FIX] some tests failed if user's language is not english
[CHG] improve some assertions
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
b95d6e10d9
[ADD] Tests For partner-firstname
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
Vincent Renaville
fb08e74c1f
[FIX] layout for contact view (display Firstname and Lastname label) + add Is a company on contact view of a partner
11 years ago
Holger Brunn
bfbd51dafa
[ADD] translation template
11 years ago
Holger Brunn
13f6b5a9b6
[ADD] Dutch translation
11 years ago
Holger Brunn
14f833cfa1
[FIX] get required attributes right for companies and non-companies
11 years ago
Holger Brunn
d186798edb
[IMP] don't show first/last name fields for companies
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
Yannick Vaucher
4f3d2c9b8d
[IMP] partner_firstname - giving some meaning to a comment
12 years ago
Yannick Vaucher
aed00f22e8
[FIX] partner_firstname - adapt partner form inherit to new partner form
12 years ago
Yannick Vaucher
bde32e02b7
[IMP] partner_firstname - less steps in partner vals(e)
12 years ago
Yannick Vaucher
2eaa49d513
[FIX] partner_firstname name not editable in user view
12 years ago
unknown
af492eb279
[MRG] Typo
12 years ago
unknown
4e2e2abdef
[FIX] user creation from res_user form
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
OCA Git Bot
1989af3adc
[ADD] setup.py
7 years ago
Pedro M. Baeza
853a2d56c5
[MIG] Add metafiles
[skip ci]
7 years ago