Jairo Llopis
37d3cfbe75
Tests work with `mail` module installed now.
Sometimes, the only way is to just skip them.
10 years ago
Jairo Llopis
a8d9b47f7b
Use new() to create onchange records. Reduce redundancy in tests.
10 years ago
Jairo Llopis
1613c2cc3f
Fix UI problem when lastname was u"".
It should be `False` to avoid `required` errors.
10 years ago
Jairo Llopis
b059c69c1e
Fix recursive onchange misbehavior & tests.
10 years ago
Jairo Llopis
56e95e7df4
Add docs to test modules.
10 years ago
Jairo Llopis
f705144bc5
New tests, some fail.
10 years ago
Jairo Llopis
4c26197103
Add new tests and fix the resulting bugs.
10 years ago
Jairo Llopis
b297844334
Fix users not being able to create companies.
This happened because the invert method was not being called when using
the UI, and because lastname & firstname fields were required while
hidden.
10 years ago
Jairo Llopis
c0825a8097
Workaround https://github.com/odoo/odoo/issues/6324 .
10 years ago
Jairo Llopis
9835737fb4
Better docstrings.
10 years ago
Jairo Llopis
3093d3355e
Rename methods to follow guidelines.
10 years ago
Jairo Llopis
013dd24913
Execute _firstname_install when installing, and log it.
10 years ago
Jairo Llopis
a655699da3
Add args to exception to display the correct message in the UI.
10 years ago
Jairo Llopis
6bedce92d3
Increase coverage.
10 years ago
Jairo Llopis
4ffb061538
Credits to last translator.
10 years ago
Jairo Llopis
516ef6ea02
Preserve old view names.
10 years ago
Jairo Llopis
fd0dd16f3b
Remove license header in XML files.
10 years ago
Jairo Llopis
aaa43886e8
Split _name_inverse adding _name_clean_inverse.
Conflicts:
partner_firstname/models.py
10 years ago
Jairo Llopis
31f8dbb697
Fix wrong comments.
10 years ago
Jairo Llopis
f38a00dc27
Use unicode for code & tests.
10 years ago
Jairo Llopis
7c20f94906
Add test for whitespace trimming.
10 years ago
Jairo Llopis
6e80b74330
Reduce tests' redundancy.
10 years ago
Jairo Llopis
a2dd8a7bb9
Rename exception according to PEP8.
10 years ago
Jairo Llopis
504c50bd5c
Remove subclassing of exception, since there is only one.
10 years ago
Jairo Llopis
eca1bbfadd
Fix wrong naming.
10 years ago
Jairo Llopis
8e0adb0d84
Better partner_firstname. Merged rebase.
10 years ago
Hans Henrik Gabelgaard
6fef2f67a0
Danish translation of partner_firstname
10 years ago
Leonardo Donelli
3f14de66d4
[ADD] Italian translation
10 years ago
Ronald Portier (Therp BV)
0a008d97bb
[FIX] cannot create user due to required name.
10 years ago
Pedro M. Baeza
eaa95fb82e
[FIX] partner_firstname: Better practices in views
10 years ago
Alexandre Fayolle
0a27963730
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
2df2f88341
[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
03ef576f0b
[FIX] partner_firstname: Change _id by id in the method copy_data to avoid problem with the new API
10 years ago
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