~nbessi-c2c-deactivatedaccount/+junk/faulty_code_sample

« back to all changes in this revision

Viewing changes to partner_firstname/i18n/de.po

  • Committer: Maxime Chambreuil
  • Author(s): Jonathan Nemry
  • Date: 2014-03-12 22:39:51 UTC
  • mfrom: (32.3.6 jne-firstname)
  • Revision ID: maxime.chambreuil@savoirfairelinux.com-20140312223951-980toa7d0d2fsi78
[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

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
"Plural-Forms: \n"
17
17
 
18
18
#. module: partner_firstname
 
19
#: code:addons/partner_firstname/partner.py:81
 
20
#: code:addons/partner_firstname/res_user.py:35
 
21
#: code:addons/partner_firstname/tests/test_partner_firstname.py:56
 
22
#: code:addons/partner_firstname/tests/test_partner_firstname.py:57
 
23
#: code:addons/partner_firstname/tests/test_partner_firstname.py:71
 
24
#: code:addons/partner_firstname/tests/test_partner_firstname.py:72
 
25
#, python-format
 
26
msgid "%s (copy)"
 
27
msgstr "%s (kopie)"
 
28
 
 
29
#. module: partner_firstname
 
30
#: model:ir.model,name:partner_firstname.model_res_users
 
31
msgid "Users"
 
32
msgstr "Benutzer"
 
33
 
 
34
#. module: partner_firstname
 
35
#: field:res.partner,firstname:0
 
36
msgid "Firstname"
 
37
msgstr "Vorname"
 
38
 
 
39
#. module: partner_firstname
19
40
#: field:res.partner,lastname:0
20
41
msgid "Lastname"
21
42
msgstr "Name"
22
43
 
23
44
#. module: partner_firstname
24
 
#: field:res.partner,firstname:0
25
 
msgid "Firstname"
26
 
msgstr "Vorname"
 
45
#: view:res.partner:0
 
46
msgid "Is a Company?"
 
47
msgstr "Ist ein Unternehmen?"
27
48
 
28
49
#. module: partner_firstname
29
50
#: model:ir.model,name:partner_firstname.model_res_partner