~ubuntu-branches/ubuntu/quantal/tryton-modules-account-product/quantal

« back to all changes in this revision

Viewing changes to __tryton__.py

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Behrle
  • Date: 2011-05-24 21:31:30 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110524213130-m7zc2t85ch4luoqh
Tags: 2.0.0-1
* Updating to standards version 3.9.2.
* Merging upstream version 2.0.0.
* Updating Copyright.
* Updating versioned tryton depends to 2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#this repository contains the full copyright notices and license terms.
3
3
{
4
4
    'name': 'Account Product',
 
5
    'name_bg_BG': 'Сметка за продукт',
5
6
    'name_de_DE': 'Buchhaltung Artikel',
6
7
    'name_es_CO': 'Contabilidad de Inventarios',
7
8
    'name_es_ES': 'Contabilidad de productos',
8
9
    'name_fr_FR': 'Compte produit',
9
 
    'version': '1.8.0',
 
10
    'name_nl_NL': 'Boekhouding voor producten',
 
11
    'version': '2.0.0',
10
12
    'author': 'B2CK',
11
13
    'email': 'info@b2ck.com',
12
14
    'website': 'http://www.tryton.org/',
14
16
    - account for expense / revenue
15
17
    - taxes for customer / supplier
16
18
''',
 
19
    'description_bg_BG': '''Добавя счетоводни свойства на продукт и категория като:
 
20
    - сметка за разходи / приходу
 
21
    - данъци за клиент / доставчик
 
22
''',
17
23
    'description_de_DE': '''Fügt Eigenschaften für die Buchhaltung zu Artikeln und Artikelkategorien hinzu:
18
24
    - Aufwands- und Ertragskonto
19
25
    - Steuern für Kunden und Lieferanten
30
36
    - comptes de charge et revenu
31
37
    - taxes client et fournisseur
32
38
''',
 
39
    'description_nl_NL': '''Voegt boekhouding eigenschappen toe aan product en categorie als:
 
40
    - rekening voor kosten / opbrengsten
 
41
    - belastingregels voor klanten en leveranciers
 
42
''',
33
43
    'depends': [
34
44
        'ir',
35
45
        'account',
40
50
        'product.xml',
41
51
    ],
42
52
    'translation': [
 
53
        'bg_BG.csv',
43
54
        'de_DE.csv',
44
55
        'es_CO.csv',
45
56
        'es_ES.csv',
46
57
        'fr_FR.csv',
 
58
        'nl_NL.csv',
47
59
    ]
48
60
}