diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d6b72c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +*.aux +*.BAK +*.dvi +*.jasper +*.log +*.log.* +*.nav +*.out +*.pyc +*.snm +*.sql +*.swo +*.swp +*.toc +*.zip +*.backup +*.nan +*~ +filestore/ +files/ +openerp-jasper.pid +openerp-server.pid +openerp-server-start.pid +openerp-web.pid +server-guillem.nan.cat.cfg +web-guillem.nan.cat.cfg +.project +.pydevproject +.settings/ +_build diff --git a/README b/README new file mode 120000 index 0000000..176d9c2 --- /dev/null +++ b/README @@ -0,0 +1 @@ +doc/index.rst \ No newline at end of file diff --git a/__openerp__.py b/__openerp__.py index 57f8de3..bee2803 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -30,8 +30,8 @@ { "name" : "Production Lot Quality Control - Sample Library", "version" : "1.0", - "author" : "NaN Projectes de Programari Lliure S.L.", - "category" : "Generic Modules/Quality Control", + "author" : "NaN·tic", + "category" : "Quality Control", "website": "http://www.nan-tic.com", "description": """ Module developed for Trod y Avia, S.L. @@ -42,6 +42,10 @@ "depends" : [ 'nan_prodlot_quality_control' ], + "images": [ + "images/prodlot_sample.png", + "images/sample.png", + ], "init_xml" : [], "update_xml" : [ 'company_view.xml', diff --git a/doc/index.rst b/doc/index.rst new file mode 100644 index 0000000..5e14b44 --- /dev/null +++ b/doc/index.rst @@ -0,0 +1,5 @@ +nan_prodlot_sample_library +-------------------------- + +This module adds the possibility to define that a Product requires that its +Lots must to get a Sample Library to be Valid. diff --git a/images/prodlot_sample.png b/images/prodlot_sample.png new file mode 100644 index 0000000..108acfc Binary files /dev/null and b/images/prodlot_sample.png differ diff --git a/images/sample.png b/images/sample.png new file mode 100644 index 0000000..612fce1 Binary files /dev/null and b/images/sample.png differ