Sandy Carter
17f082a525
Remove "Is a Company" in Contact Creation page
Contact creation is not a place to change Is a Company
10 years ago
Yannick Vaucher
83ac6260f6
Merge pull request #17 from savoirfairelinux/partner_maiden_name
[ADD] add partner_maiden_name module: It allows to add the maiden name field to the partner
10 years ago
Sandy Carter
686aa30fde
[ADD] Add partner_birth_name module
It allows to add the maiden name field to the partner
10 years ago
Sandy
74927c5759
Merge pull request #40 from hbrunn/7.0-travis-2014-10-20
[FIX] coding style issues
10 years ago
Holger Brunn
97b067362c
[FIX] coding style issues
10 years ago
Yannick Vaucher
4e540dce55
Merge pull request #39 from savoirfairelinux/7.0_add_translated_files_base_contact
[UPD] Update translated files
10 years ago
Pedro M. Baeza
e6df1fcbff
Merge pull request #31 from hbrunn/7.0-travis-update
[IMP] update from maintainers-quality-tools, add web as dependency
10 years ago
EL HADJI DEM
4f85a13fc4
[UPD] Update translated files
10 years ago
Pedro M. Baeza
ffbf2e098a
Merge pull request #36 from savoirfairelinux/7.0_add_translated_files_base_contact
[IMP] base_contact: Add translation files
10 years ago
EL HADJI DEM
6d4a947a56
[ADD] Add translated files for base_contact module
10 years ago
Holger Brunn
1a5dd0247a
Merge pull request #28 from savoirfairelinux/passport_warnings
Remove the `type` field as is deprecated in the `ir.ui.view` model.
10 years ago
Pedro M. Baeza
0da554485d
Merge pull request #29 from bealdav/7.0-partner-helper
[ADD] module partner_helper
10 years ago
david.beal@akretion.com
ae2b25ce4e
[IMP] rename module to partner_helper according to pedro request
10 years ago
Holger Brunn
395c91d79f
[IMP] update from maintainers-quality-tools, add web as dependency
10 years ago
Pedro M. Baeza
240c5b76ee
Merge pull request #24 from hbrunn/7.0-firstname_display_name_trigger-use_refactoring
[IMP] use refactoring in partner_firstname
10 years ago
david.beal@akretion.com
8309a68cd3
[FIX] writing again, i shouldn't commit the morning
10 years ago
david.beal@akretion.com
e0ea919002
[FIX] writing description
10 years ago
david.beal@akretion.com
680b80b75d
[FIX] PEP8
10 years ago
david.beal@akretion.com
af5cc18fb4
[ADD] module base_partner_helper
10 years ago
Sandy Carter
39a0a872e2
Base Contact: Remove the `type` field as is deprecated in the `ir.ui.view` model.
10 years ago
Sandy Carter
3b0851eb1c
Remove the field as is deprecated in the `ir.ui.view` model.
10 years ago
Pedro M. Baeza
664a53a04b
Merge pull request #26 from savoirfairelinux/7.0-pep8-length
Fix PEP8 (line length)
10 years ago
Sandy Carter
0164ac80e8
Fix pep8 (line length)
10 years ago
Holger Brunn
ab4db07ebb
[IMP] use refactoring in partner_firstname
10 years ago
Sandy
d2bad30a80
Merge pull request #9 from eLBati/fix_base.partner.merge.line_access_rules
[FIX] The transient model base.partner.merge.line and base.partner.merge automatic.wizard should not have explicit access rules
10 years ago
Pedro M. Baeza
b4508c0763
Merge pull request #6 from savoirfairelinux/7.0-meta
7.0 meta
10 years ago
Lorenzo Battistini
b360ce39b4
[FIX] The transient model base.partner.merge.line and base.partner.merge.automatic.wizard should not have explicit access rules
10 years ago
Sandy Carter
06cbcba930
Set modules using 'res.partner.address' unported
10 years ago
Sandy Carter
91e37afed4
Add meta files
10 years ago
Sandy Carter
07c0ea24a8
Fix imports in partner_firstname
10 years ago
Sandy Carter
7155f88102
Fix pep8
10 years ago
unknown
5eaeb8fff6
[IMP] partner_firstname: Make the function of the 'name' field inheritable.
11 years ago
Alexis de Lattre
acb266f7da
Make the function of the 'name' field inheritable.
11 years ago
Leonardo Pistone
b87ef03477
[mrg] Add module base_partner_merge backport from trunk
Add module account_partner_merge needed to fix merging when account is installed
11 years ago
Xavier ALT
42ea02e4f3
[+] base_contact module
11 years ago
Yannick Vaucher
ddd3911cba
extract portal dependancy from base_partner_merge
11 years ago
unknown
f186be5056
Adapt user form to look like partner form
* Name field replaced by Firstname and Lastname
11 years ago
Joao Alfredo Gama Batista
5e2f423762
[MRG][IMP] Adapt user form to display first name and last name like partner form
11 years ago
Sandy Carter
473ffe06ea
Adapt user form to display first name and last name like partner form
11 years ago
Jonathan Nemry
be2de23ee3
[MRG]
For Partner:
1) Create always the SQL constraint on 'lastname'
2) Better implementation of "_write_name" allowing more intuitive update of the partner name when processing from another model (ex: res_user), i.e., try to keep the firstname if unchanged
3) When duplicating a partner, avoid to repeat the firstname in the name
4) Beautify the inner form for children contacts (placing fields as in the main form)
5) Allow edition of the field name in the inner form if child is a company
For User:
1) Reintegrate the name as "required"
2) When duplicating a user, avoid to repeat the firstname in the related partner name
11 years ago
unknown
46e64dcea8
[ADD] Add passport and passport_partner modules: You can manage several passports for each contact.
11 years ago
Olivier LAURENT
be00f74797
[FIX] some tests failed if user's language is not english
[CHG] improve some assertions
11 years ago
Sandy Carter
14f4d5f2ff
Fixed name_get and unittests for name_get
11 years ago
Yannick Vaucher
f8fffcb7a7
[ADD] display_name in account_partner_merge view
11 years ago
Yannick Vaucher
29af4e8d04
[FIX] remove display_name from base_partner_merge as included in account_report_company
11 years ago
Sandy Carter
6b7d1343fd
[FIX] Combined passport and passport_partner into passport, removed redundant view changes, general cleanup
11 years ago
unknown
08a8d1504e
[FIX] base_location - Add context propagation to base_location
11 years ago
Olivier LAURENT
9275c8ca95
[FIX] avoid traceback when calling the fnct_inv method with a null field_value
11 years ago
EL HADJI DEM
9b09cb7809
[IMP] Indent the form block
11 years ago
EL HADJI DEM
6f19e4e72b
[IMP] remove auto_install in passport_partner
11 years ago