OCA Transbot
ee41f1e00c
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
6eb444f2be
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
b3b5fb34a2
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
3bb347a2a4
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
edb5fb998d
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
6949da0ef6
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
77f8cbeb1f
OCA Transbot updated translations from Transifex
9 years ago
Yannick Vaucher
17d8619e01
Fix user form with firstname and lastname asking for a mandatory name
9 years ago
OCA Transbot
fde972cd1c
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
d032724724
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
1e3537d7f5
OCA Transbot updated translations from Transifex
9 years ago
Paulius Sladkevičius
781cb444bb
partner_firstname: fix user creation
User name field is required what is stoping to create a new user
9 years ago
OCA Transbot
5ed8572815
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
4776fd4094
OCA Transbot updated translations from Transifex
9 years ago
Yannick Vaucher
205ccfe44c
Add test for shipping address with empty name
9 years ago
Yannick Vaucher
b5cabce286
Filename conventions
9 years ago
Yannick Vaucher
d00ffec900
[FIX] Ensure default values are computed for res.users
9 years ago
Yannick Vaucher
854d6a3ee2
fixup constraint
9 years ago
Sebastien LANGE
49e71758dc
partner_firstname: Name is not mandatory if partner is an address
9 years ago
Yannick Vaucher
05015ef5ff
[PORT][9.0] Adapt tests to take new constraint raising IntegrityError
9 years ago
Yannick Vaucher
1a5180e9fb
[PORT][9.0] partner_firstname - Format of string in __openerp__.py
9 years ago
Yannick Vaucher
fb7d31d6dc
[PORT][9.0] partner_firstname - remove hack to be able to edit user view. Fixed in odoo/odoo#cf63d4d277ef1ba02ff4ebcdae8583332a1775b1
9 years ago
Yannick Vaucher
efb51adf4d
[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
9477c44e7e
Credit creators, using same name across modules to avoid split statistics.
Conflicts:
partner_contact_gender/__openerp__.py
9 years ago
David Beal
50498ce5ef
[FIX] _get_inverse_name in case of space in name
9 years ago
Jairo Llopis
df754ec2a1
PEP8 fix.
9 years ago
Jairo Llopis
24f15fa8c2
Fix test that was having sentences after return.
9 years ago
Jairo Llopis
21c63b4261
After all, this was just a workaround. Remove it.
The real fix was in #171 . I leave the tests.
9 years ago
Jairo Llopis
2d8bf9b5b3
Fix flake8 error
9 years ago
Jairo Llopis
e7fe07072f
Fix bug #154 .
Conflicts:
partner_firstname/__openerp__.py
partner_firstname/tests/__init__.py
9 years ago
Jairo Llopis
6b194f3181
Allow creation of partners from *Create and Edit*.
This fixes #78 and adds new tests for it.
9 years ago
Jairo Llopis
3b6ff052d5
Inverse values of name if required at creation.
9 years ago
Jairo Llopis
eae67168f2
Fix #78 . Test it too.
9 years ago
Jairo Llopis
353c84ecd3
Prepare partner_firstname for partner_second_lastname
10 years ago
Pedro M. Baeza
0ba1b2596c
[MIG] Make modules uninstallable
9 years ago
Stéphane Bidoul
53275d3126
[UPD] prefix versions with 8.0
9 years ago
OCA Transbot
5df1b51748
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
d88c9a8a0e
OCA Transbot updated translations from Transifex
9 years ago
Adrien Peiffer (ACSONE)
181696ca9e
[IMP][partner_firstname] Update documentation according methods refactoring
9 years ago
Yannick Vaucher
475eb69d0d
Add missing default oca icons
9 years ago
Adrien Peiffer (ACSONE)
1a97ad9a57
[REF][partner_firstname] Method refactoring to use algorithms in other model
9 years ago
Jairo Llopis
1e666a0db8
Tests work with `mail` module installed now.
Sometimes, the only way is to just skip them.
9 years ago
Jairo Llopis
ba74af5c9b
Use new() to create onchange records. Reduce redundancy in tests.
9 years ago
Jairo Llopis
e04623c793
Fix UI problem when lastname was u"".
It should be `False` to avoid `required` errors.
9 years ago
Jairo Llopis
e923247edc
Fix recursive onchange misbehavior & tests.
9 years ago
Jairo Llopis
bf13a1c267
Add docs to test modules.
9 years ago
Jairo Llopis
feab390178
New tests, some fail.
9 years ago
Jairo Llopis
6ffca482b2
Add new tests and fix the resulting bugs.
9 years ago
Jairo Llopis
24948156e3
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
87171bb663
Workaround https://github.com/odoo/odoo/issues/6324 .
10 years ago