Jairo Llopis
ac719b66e8
Increase coverage.
10 years ago
Jairo Llopis
40af0327b0
Credits to last translator.
10 years ago
Jairo Llopis
4d99869a37
Preserve old view names.
10 years ago
Jairo Llopis
f371c6c428
Remove license header in XML files.
10 years ago
Jairo Llopis
4b125173f7
Split _name_inverse adding _name_clean_inverse.
Conflicts:
partner_firstname/models.py
10 years ago
Jairo Llopis
3ab7b801e6
Fix wrong comments.
10 years ago
Jairo Llopis
9a72a9efd0
Use unicode for code & tests.
10 years ago
Jairo Llopis
3c8be01571
Add test for whitespace trimming.
10 years ago
Jairo Llopis
49626e192a
Reduce tests' redundancy.
10 years ago
Jairo Llopis
e4decaed79
Rename exception according to PEP8.
10 years ago
Jairo Llopis
1dbb1e0f87
Remove subclassing of exception, since there is only one.
10 years ago
Jairo Llopis
1a58c2fa7d
Fix wrong naming.
10 years ago
Jairo Llopis
d9a7291ef0
Better partner_firstname. Merged rebase.
10 years ago
Hans Henrik Gabelgaard
09bec1b1b9
Danish translation of partner_firstname
10 years ago
Leonardo Donelli
7e956487df
[ADD] Italian translation
10 years ago
Ronald Portier (Therp BV)
a95939c0b7
[FIX] cannot create user due to required name.
10 years ago
Pedro M. Baeza
06cd872ee2
[FIX] partner_firstname: Better practices in views
10 years ago
Alexandre Fayolle
de1b5b2f16
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
10 years ago
Sylvain Van Hoof
efca594b74
[FIX] partner_firstname : Remove the value checks in tests. With Odoo v8, the value checks in tests raise a Warning "2015-02-05 08:59:44,867 4590 WARNING 00846-develop-v8-9743ea-all openerp.modules.module: Found deprecated fast_suite or checks attribute in test module openerp.addons.partner_firstname.tests. These have no effect in or after version 8.0."
With Runbot, we cannot have any Warning.
10 years ago
Sylvain Van Hoof
ab2f5f157d
[FIX] partner_firstname: Change _id by id in the method copy_data to avoid problem with the new API
10 years ago
Antonio Espinosa
4dbe875e88
Spanish translation
10 years ago
Alex Comba
0f65e66c69
Fix pylint errors
10 years ago
Sandy Carter
9db6903f8a
Fix pep8 (line length)
10 years ago
Lorenzo Battistini
c792e1bcbb
[IMP] _set_default_value_on_column avoiding useless queries
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 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
5166eda505
Fix imports in partner_firstname
10 years ago
Sandy Carter
43f85b72d9
Fix pep8
10 years ago
Alexis de Lattre
acb266f7da
Make the function of the 'name' field inheritable.
11 years ago
unknown
f186be5056
Adapt user form to look like partner form
* Name field replaced by Firstname and Lastname
11 years ago
Sandy Carter
473ffe06ea
Adapt user form to display first name and last name like partner form
11 years ago
Olivier LAURENT
be00f74797
[FIX] some tests failed if user's language is not english
[CHG] improve some assertions
11 years ago
Olivier LAURENT
9275c8ca95
[FIX] avoid traceback when calling the fnct_inv method with a null field_value
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
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
Vincent Renaville
4350e2baf2
[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
be82426493
[ADD] translation template
11 years ago
Holger Brunn
1c31a19eb4
[ADD] Dutch translation
11 years ago
Holger Brunn
b00e53c214
[FIX] get required attributes right for companies and non-companies
11 years ago
Holger Brunn
7b4e869b41
[IMP] don't show first/last name fields for companies
11 years ago
Guewen Baconnier
b4f783a80a
[FIX] missing propagation of the context #2
11 years ago
Guewen Baconnier
a2e03b4af6
[FIX] missing propagation of the context
11 years ago