Yannick Vaucher
1a5180e9fb
[PORT][9.0] partner_firstname - Format of string in __openerp__.py
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
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
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
Jairo Llopis
4b9ab2dfaa
Execute _firstname_install when installing, and log it.
10 years ago
Jairo Llopis
d9a7291ef0
Better partner_firstname. Merged rebase.
10 years ago
Alexandre Fayolle
de1b5b2f16
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
10 years ago
Lorenzo Battistini
8dc056bd2a
[FIX] partner_firstname - some PEP8
10 years ago
Lorenzo Battistini
709daa4e43
[ADD] partner_firstname for v8
because it's working as is
10 years ago
Sandy Carter
c4f88dbf7a
Move partner_last name to unported due to failed install
```
ERROR openerp_test openerp.sql_db: bad query: ALTER TABLE "res_partner" ALTER COLUMN "lastname" SET NOT NULL
Traceback (most recent call last):
File "openerp/sql_db.py", line 230, in execute
res = self._obj.execute(query, params)
IntegrityError: column "lastname" contains null values
```
10 years ago
Sandy Carter
43f85b72d9
Fix pep8
10 years ago
unknown
f186be5056
Adapt user form to look like partner form
* Name field replaced by Firstname and Lastname
11 years ago
Jonathan Nemry
d6772ec4a6
Add more controls to avoid to update the name or the lastname fields only with whitespace
11 years ago
Yannick Vaucher
331b2a4c64
[FIX] partner_firstname name not editable in user view
12 years ago
Alexandre Fayolle
28bb7e64ca
[IMP] small improvements in module description and docstrings
12 years ago
unknown
3cb789621f
[FIX] heading coding definition
12 years ago
unknown
baaf361baf
[ADD] partner_firstname module
12 years ago
unknown
f85c91a8d5
[FIX] licence of better_zip GPL to AGPL
12 years ago
unknown
879c6102f7
[ADD] better_zip for v7.0
12 years ago