X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=7f44549e5ad8ffc40189a5596c921fab1888470d;hb=refs%2Fheads%2F7.0;hp=09a6f7a9078e247e2c7d53616b94ee0466bd8ae3;hpb=805e36cb5fd89d7d74c50ddd6e2e66e46248e2b6;p=burette%2Fnrt_point_of_sale.git diff --git a/__openerp__.py b/__openerp__.py index 09a6f7a..7f44549 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -28,11 +28,13 @@ 'category': 'Point Of Sale', 'description': """ This module allow user to record his sales in point of sale interface in - non-real time. + non-real time. Each point of sale can be defined as an real time point of + sale or not. """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', 'depends': [ + 'account', 'point_of_sale', ], 'init_xml': [],