Enric Tobella
01a92d1f54
[MIG] partner_firstname
7 years ago
Jairo Llopis
37d3cfbe75
Tests work with `mail` module installed now.
Sometimes, the only way is to just skip them.
10 years ago
Jairo Llopis
56e95e7df4
Add docs to test modules.
10 years ago
Jairo Llopis
4c26197103
Add new tests and fix the resulting bugs.
10 years ago
Jairo Llopis
6bedce92d3
Increase coverage.
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
8e0adb0d84
Better partner_firstname. Merged rebase.
10 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
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
ebf9a92c79
Fix pep8
11 years ago
Olivier LAURENT
410e2f3963
[FIX] some tests failed if user's language is not english
[CHG] improve some assertions
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