add categories
authorhda@tinyerp.com <>
Thu, 13 Nov 2008 13:48:20 +0000 (19:18 +0530)
committerhda@tinyerp.com <>
Thu, 13 Nov 2008 13:48:20 +0000 (19:18 +0530)
bzr revid: hda@tinyerp.com-20081113134820-a2862qtxtwv8mlsk

1  2 
addons/auction/__terp__.py
addons/base_contact/__terp__.py
addons/board_auction/__terp__.py
addons/board_crm_configuration/__terp__.py
addons/board_manufacturing/__terp__.py
addons/crm_profiling/__terp__.py
addons/google_map/__terp__.py
addons/hr_attendance/__terp__.py

@@@ -1,7 -1,7 +1,7 @@@
  # -*- encoding: utf-8 -*-
  ##############################################################################
  #
--#    OpenERP, Open Source Management Solution 
++#    OpenERP, Open Source Management Solution
  #    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
  #    $Id$
  #
  {
      "name" : "Auction module",
      "version" : "1.0",
++    "category" : "Generic Modules/Others",
      "depends" : ["base","account","l10n_be","hr_attendance"],
      "update_xml" : [
          # FIXME: review security rules...
          "security/ir.model.access.csv",
--        "auction_view.xml", 
--        "auction_report.xml", 
++        "auction_view.xml",
++        "auction_report.xml",
          "auction_wizard.xml",
      ],
      "demo_xml" : [
@@@ -1,7 -1,7 +1,7 @@@
  # -*- encoding: utf-8 -*-
  ##############################################################################
  #
--#    OpenERP, Open Source Management Solution 
++#    OpenERP, Open Source Management Solution
  #    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
  #    $Id$
  #
      "version" : "1.0",
      "author" : "Tiny",
      "website" : "http://tinyerp.com",
--    "category" : "Generic Modules/Base Contact",
++    "category" : "Generic Modules/Base",
      "description": """
--        This module allows you to manage entirely your contacts. 
++        This module allows you to manage entirely your contacts.
  
--    It lets you define 
++    It lets you define
          *contacts unrelated to a partner,
--        *contacts working at several adresses (possibly for different partners), 
++        *contacts working at several adresses (possibly for different partners),
          *contacts with possibly different functions for each of its job's addresses
  
--    It also add new menuitems located in 
++    It also add new menuitems located in
          Partners \ Contacts
          Partners \ Functions
  
@@@ -1,7 -1,7 +1,7 @@@
  # -*- encoding: utf-8 -*-
  ##############################################################################
  #
--#    OpenERP, Open Source Management Solution 
++#    OpenERP, Open Source Management Solution
  #    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
  #    $Id$
  #
@@@ -23,7 -23,7 +23,7 @@@
      "name":"Board for Auction",
      "version":"1.0",
      "author":"Tiny",
--    "category":"Board",
++    "category":"Board/Auction",
      "depends":[
          "board",
          "auction",
@@@ -1,7 -1,7 +1,7 @@@
  # -*- encoding: utf-8 -*-
  ##############################################################################
  #
--#    OpenERP, Open Source Management Solution 
++#    OpenERP, Open Source Management Solution
  #    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
  #    $Id$
  #
@@@ -23,7 -23,7 +23,7 @@@
      "name":"Dashboard for CRM Configuration",
      "version":"1.0",
      "author":"Tiny",
--    "category":"Board",
++    "category":"Board/CRM",
      "depends":["board","crm_configuration"],
      "demo_xml":["board_crm_demo.xml"],
      "update_xml":["board_crm_statistical_view.xml",
@@@ -1,7 -1,7 +1,7 @@@
  # -*- encoding: utf-8 -*-
  ##############################################################################
  #
--#    OpenERP, Open Source Management Solution 
++#    OpenERP, Open Source Management Solution
  #    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
  #    $Id$
  #
@@@ -23,7 -23,7 +23,7 @@@
      "name":"Board for manufacturing",
      "version":"1.0",
      "author":"Tiny",
--    "category":"Board",
++    "category":"Board/Manufacturing",
      "depends":[
          "board",
          "mrp",
@@@ -1,7 -1,7 +1,7 @@@
  # -*- encoding: utf-8 -*-
  ##############################################################################
  #
--#    OpenERP, Open Source Management Solution 
++#    OpenERP, Open Source Management Solution
  #    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
  #    $Id$
  #
      "depends" : ["base", "crm"],
      "author" : "Tiny",
      "description": """
--    This module allow users to perform segmentation within partners. 
++    This module allow users to perform segmentation within partners.
      It use the profiles criteria from the earlier segmentation module and improve it thanks to the new concept of questionnaire. You can now regroup questions into a questionnaire and directly use it on a partner.
  
--    It also has been merged with the earlier CRM & SRM segmentation tool because they were overlapping. 
++    It also has been merged with the earlier CRM & SRM segmentation tool because they were overlapping.
++
  
--    
      The menu items related are in "CRM & SRM\Configuration\Segmentations\"
  
  
      * Note: this module is not compatible with the module segmentation, since it's the same which has been renamed.
      """,
      "website" : "http://tinyerp.com/",
--    "category" : "Generic Modules/Project & Services",
++    "category" : "Generic Modules/CRM & SRM",
      "init_xml" : [],
      "demo_xml" : ["crm_profiling_demo.xml"],
      "update_xml" : [
@@@ -1,7 -1,7 +1,7 @@@
  # -*- encoding: utf-8 -*-
  ##############################################################################
  #
--#    OpenERP, Open Source Management Solution 
++#    OpenERP, Open Source Management Solution
  #    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
  #    $Id$
  #
@@@ -24,7 -24,7 +24,7 @@@
      "version" : "1.0",
      "author" : "Tiny",
      "website" : "http://tinyerp.com",
--    "category" : "Generic Modules",
++    "category" : "Generic Modules/Others",
      "description": """The module adds google map field in partner address
  so that we can directly open google map from the
  url widget.""",
@@@ -1,7 -1,7 +1,7 @@@
  # -*- encoding: utf-8 -*-
  ##############################################################################
  #
--#    OpenERP, Open Source Management Solution 
++#    OpenERP, Open Source Management Solution
  #    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
  #    $Id$
  #