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
bc6e5bbcdd
Add test for shipping address with empty name
9 years ago
Yannick Vaucher
0675044788
Filename conventions
9 years ago
Yannick Vaucher
2dac5dcc29
[FIX] Ensure default values are computed for res.users
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
bca2737f6b
[PORT][9.0] Adapt tests to take new constraint raising IntegrityError
9 years ago
Yannick Vaucher
013806fd8c
[PORT][9.0] partner_firstname - Format of string in __openerp__.py
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
b789c0a882
Credit creators, using same name across modules to avoid split statistics.
Conflicts:
partner_contact_gender/__openerp__.py
9 years ago
David Beal
6c8a343c9e
[FIX] _get_inverse_name in case of space in name
9 years ago
Jairo Llopis
fa8f4ca7ec
PEP8 fix.
9 years ago
Jairo Llopis
c84e440217
Fix test that was having sentences after return.
9 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
e45571f9c3
Fix flake8 error
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
Pedro M. Baeza
a9af4c759a
[MIG] Make modules uninstallable
9 years ago
Stéphane Bidoul
2cb28386d8
[UPD] prefix versions with 8.0
9 years ago
Adrien Peiffer (ACSONE)
7741afef41
[IMP][partner_firstname] Update documentation according methods refactoring
10 years ago
Yannick Vaucher
a150afb1f9
Add missing default oca icons
10 years ago
Adrien Peiffer (ACSONE)
2e592a1bd9
[REF][partner_firstname] Method refactoring to use algorithms in other model
10 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
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