Skip to content

Commit

Permalink
Mise en ligne
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygalmiche committed Apr 19, 2018
1 parent b8d0ad7 commit 4cfc48d
Show file tree
Hide file tree
Showing 27 changed files with 1,954 additions and 0 deletions.
8 changes: 8 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-

import is_product
import is_stock
import is_bsa_tracabilite
import is_mrp
import res_company
import wizard
33 changes: 33 additions & 0 deletions __openerp__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# -*- coding: utf-8 -*-

{
'name': 'BSA Traçabilité',
'version': '1.0',
'category': 'InfoSaône',
'description': """
BSA Traçabilité
""",
'author': 'Tony GALMICHE',
'maintainer': 'InfoSaône',
'website': 'http://www.infosaone.com',
'depends': ['base', 'product', 'stock', 'mrp', 'sale'],
'data': ['is_bsa_tracabilite_menu.xml',
'is_bsa_tracabilite_sequence.xml',
'is_product_view.xml',
'wizard/is_tracabilite_reception_view.xml',
'wizard/is_tracabilite_livraison_view.xml',
'is_stock_view.xml',
'is_mrp_view.xml',
'is_bsa_tracabilite_view.xml',
'res_company_view.xml',
'report/report.xml',
'report/report_template.xml',
'security/ir.model.access.csv',
],
'demo': [],
'test': [],
'installable': True,
'auto_install': False,
'application': True,
}

Empty file added i18n/fr.po
Empty file.
Loading

0 comments on commit 4cfc48d

Please sign in to comment.