Enric Tobella
01a92d1f54
[MIG] partner_firstname
7 years ago
Dave Lasley
e8b98fc1c1
[MIG] partner_firstname: Upgrade to v10
* Prefer odoo to openerp & remove data tags
* Move exceptions file out of models
* Fix string selection in xpath
* Rename res_users and add import
* Fix api mismatches
* Add missing param
* Alphabetize imports
* Remove readonly from computed field
* Remove deprecated api.one
* Add Tecnativa
* Fix icon
* Fix singleton issue
* Add depends to compute
8 years ago
Antonio Espinosa
753ad91531
[IMP] Partner names order configurable
9 years ago
Sylvain GARANCHER
1dd40e9b39
[MIG] Migrate partner_firstname to v10
8 years ago
Yannick Vaucher
b64251503c
[PORT][9.0] partner_firstname - remove hack to be able to edit user view. Fixed in odoo/odoo#cf63d4d277ef1ba02ff4ebcdae8583332a1775b1
9 years ago
Jairo Llopis
fa8f4ca7ec
PEP8 fix.
9 years ago
Jairo Llopis
a1aedcb30e
Allow creation of partners from *Create and Edit*.
This fixes #78 and adds new tests for it.
9 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
a8d9b47f7b
Use new() to create onchange records. Reduce redundancy in tests.
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