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
Marcel Much
11db867c3d
[FIX] partner_firstname: name, firstname and lastname only required if adress 'type' is contact
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
Paulius Sladkevičius
5b8dca5f26
partner_firstname: fix user creation
User name field is required what is stoping to create a new user
9 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
Yannick Vaucher
5747ab3ac3
[PORT] partner_firstname to 9.0
- add missing authors
- use reduced license header
- move models in models directory
- adapt views
- show firstname, lastname only in edit mode
- use company_type in views instead of is_company
- adapt constraint on contacts
9 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
516ef6ea02
Preserve old view names.
10 years ago
Jairo Llopis
fd0dd16f3b
Remove license header in XML files.
10 years ago
Jairo Llopis
8e0adb0d84
Better partner_firstname. Merged rebase.
10 years ago