Enric Tobella
1a0a972022
[FIX] config_parameter must be readed with sudo
7 years ago
Enric Tobella
01a92d1f54
[MIG] partner_firstname
7 years ago
Dave Lasley
444249a491
[IMP] partner_firstname: Add indices
* Add index to first and last name in order to allow for quicker searches - fixing an incredibly slow update time with large dbs
7 years ago
Damien Crier
1248d913a3
fix unicode/ascii error
8 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
0675044788
Filename conventions
9 years ago
Yannick Vaucher
3653129b88
fixup constraint
9 years ago
Sebastien LANGE
2e06431d92
partner_firstname: Name is not mandatory if partner is an address
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
David Beal
6c8a343c9e
[FIX] _get_inverse_name in case of space in name
10 years ago
Jairo Llopis
78163987f1
After all, this was just a workaround. Remove it.
The real fix was in #171 . I leave the tests.
9 years ago
Jairo Llopis
9ffb67aba2
Fix bug #154 .
Conflicts:
partner_firstname/__openerp__.py
partner_firstname/tests/__init__.py
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
03a2fd9f92
Inverse values of name if required at creation.
9 years ago
Jairo Llopis
40b0717d38
Fix #78 . Test it too.
9 years ago
Jairo Llopis
e382bff1cc
Prepare partner_firstname for partner_second_lastname
10 years ago
Adrien Peiffer (ACSONE)
7741afef41
[IMP][partner_firstname] Update documentation according methods refactoring
10 years ago
Adrien Peiffer (ACSONE)
2e592a1bd9
[REF][partner_firstname] Method refactoring to use algorithms in other model
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
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
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
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
a2dd8a7bb9
Rename exception according to PEP8.
10 years ago
Jairo Llopis
eca1bbfadd
Fix wrong naming.
10 years ago
Jairo Llopis
8e0adb0d84
Better partner_firstname. Merged rebase.
10 years ago