Stéphane Bidoul (ACSONE)
e958eafb6e
remove obsolete .pot files [ci skip]
7 years ago
Jairo Llopis
9c09dbc6c3
[FIX] partner_firstname: Mixed content error, move to HTTPS
Fix https://github.com/OCA/partner-contact/pull/487#issuecomment-396026511
7 years ago
Enric Tobella
1a0a972022
[FIX] config_parameter must be readed with sudo
7 years ago
OCA Transbot
b46d368651
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
ffaff0af14
OCA Transbot updated translations from Transifex
7 years ago
Enric Tobella
01a92d1f54
[MIG] partner_firstname
7 years ago
Dave Lasley
d7d2868a94
[IMP] partner_firstname: Only run install function on update
* Remove yml data file for install and move method to init hook
* Bump version
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
Stéphane Bidoul (ACSONE)
25ed841a66
[UPD] add ACSONE in authors
8 years ago
Stéphane Bidoul (ACSONE)
f3946ea00e
[UPD] partner_firstname: fix website url in manifest
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
OCA Transbot
3523a73d45
OCA Transbot updated translations from Transifex
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
Pedro M. Baeza
2893b796ae
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
2e60a1b33c
[MIG] Make modules uninstallable
8 years ago
Stéphane Bidoul (ACSONE)
3ef594f856
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
e72b460ffd
OCA Transbot updated translations from Transifex
9 years ago
Yannick Vaucher
7920b4c6b4
Fix user form with firstname and lastname asking for a mandatory name
9 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
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