-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8d0ad7
commit 4cfc48d
Showing
27 changed files
with
1,954 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.