1.1 --- a/__tryton__.py Thu Nov 06 20:50:27 2008 +0100
1.2 +++ b/__tryton__.py Fri Nov 07 01:27:37 2008 +0100
1.3 @@ -3,6 +3,7 @@
1.4 {
1.5 'name' : 'Product',
1.6 'name_de_DE': 'Artikel',
1.7 + 'name_fr_FR': 'Produit',
1.8 'version' : '0.0.1',
1.9 'author' : 'B2CK',
1.10 'email': 'info@b2ck.com',
1.11 @@ -10,6 +11,8 @@
1.12 'description': 'Define products, categories of product, units ' \
1.13 'of measure, categories of units of measure.',
1.14 'description_de_DE': 'Dient der Erstellung von Artikeln, Artikelkategorien, Maßeinheiten und Kategorien für Maßeinheiten.',
1.15 + 'description_fr_FR': 'Défini produits, catégories de produit, '
1.16 + 'unités de mesure et catégories d\'unité de mesure',
1.17 'depends' : [
1.18 'ir',
1.19 'res',