[IMP] manifest: renamed active to auto_install.

bzr revid: vmt@openerp.com-20120130101837-zyebtyhfjypg2b4w
This commit is contained in:
Vo Minh Thu 2012-01-30 11:18:37 +01:00
parent 95658b6fe4
commit ad4b6fcc21
161 changed files with 238 additions and 236 deletions

View File

@ -151,7 +151,7 @@ module named account_voucher.
'test/account_fiscalyear_close_state.yml', #last test, as it will definitively close the demo fiscalyear
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0080331923549',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -45,7 +45,7 @@ user rights to Demo user.
'demo_xml': ['account_accountant_demo.xml'],
'test': [],
'installable': True,
'active': False,
'auto_install': False,
'application': True,
'certificate': '00395091383933390541',
}

View File

@ -21,9 +21,9 @@
{
'name' : 'Contracts Management',
'version' : '1.1',
'category' : 'Sales Management',
'name': 'Contracts Management',
'version': '1.1',
'category': 'Sales Management',
'complexity': "normal",
'description': """
This module is for modifying account analytic view to show important data to project manager of services companies.
@ -33,20 +33,20 @@ Adds menu to show relevant information to each manager.
You can also view the report of account analytic summary
user-wise as well as month wise.
""",
"author" : "Camptocamp",
"website" : "http://www.camptocamp.com/",
"images" : ["images/bill_tasks_works.jpeg","images/overpassed_accounts.jpeg"],
"depends" : ["hr_timesheet_invoice", "sale"], #although sale is technically not required to install this module, all menuitems are located under 'Sales' application
"init_xml" : [],
"author": "Camptocamp",
"website": "http://www.camptocamp.com/",
"images": ["images/bill_tasks_works.jpeg","images/overpassed_accounts.jpeg"],
"depends": ["hr_timesheet_invoice", "sale"], #although sale is technically not required to install this module, all menuitems are located under 'Sales' application
"init_xml": [],
"update_xml": [
"security/ir.model.access.csv",
"account_analytic_analysis_view.xml",
"account_analytic_analysis_menu.xml",
"account_analytic_analysis_cron.xml",
],
'demo_xml' : [],
'demo_xml': [],
'installable': True,
'active' : False,
'auto_install': False,
'certificate': '0042927202589',
}

View File

@ -46,7 +46,7 @@ Allows to automatically select analytic accounts based on criterions:
],
'demo_xml' : [],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0074229833581',
}

View File

@ -21,9 +21,9 @@
{
'name' : 'Multiple Analytic Plans',
'version' : '1.0',
'category' : 'Accounting & Finance',
'name': 'Multiple Analytic Plans',
'version': '1.0',
'category': 'Accounting & Finance',
'complexity': "normal",
'description': """
This module allows to use several analytic plans, according to the general journal.
@ -59,11 +59,11 @@ for one account entry.
The analytic plan validates the minimum and maximum percentage at the time of creation
of distribution models.
""",
'author' : 'OpenERP SA',
'website' : 'http://www.openerp.com',
'images' : ['images/analytic_plan.jpeg'],
'depends' : ['account', 'account_analytic_default'],
'init_xml' : [],
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/analytic_plan.jpeg'],
'depends': ['account', 'account_analytic_default'],
'init_xml': [],
'update_xml': [
'security/account_analytic_plan_security.xml',
'security/ir.model.access.csv',
@ -73,10 +73,10 @@ of distribution models.
'wizard/account_crossovered_analytic_view.xml',
'account_analytic_plans_installer_view.xml'
],
'demo_xml' : [],
'test' : ['test/acount_analytic_plans_report.yml'],
'demo_xml': [],
'test': ['test/acount_analytic_plans_report.yml'],
'installable': True,
'active' : False,
'auto_install': False,
'certificate': '0036417675373',
}

View File

@ -19,12 +19,12 @@
##############################################################################
{
"name" : "Anglo-Saxon Accounting",
"version" : "1.2",
"author" : "OpenERP SA, Veritos",
"website" : "http://tinyerp.com - http://veritos.nl",
"name": "Anglo-Saxon Accounting",
"version": "1.2",
"author": "OpenERP SA, Veritos",
"website": "http://tinyerp.com - http://veritos.nl",
'complexity': "normal",
"description" : """
"description": """
This module supports the Anglo-Saxon accounting methodology by changing the accounting logic with stock transactions.
=====================================================================================================================
@ -34,13 +34,13 @@ Anglo-Saxons accounting does take the cost when sales invoice is created, Contin
This module will add this functionality by using a interim account, to store the value of shipped goods and will contra book this interim account
when the invoice is created to transfer this amount to the debtor or creditor account.
Secondly, price differences between actual purchase price and fixed product standard price are booked on a separate account""",
"images" : ["images/account_anglo_saxon.jpeg"],
"depends" : ["product", "purchase"],
"category" : "Hidden/Dependency",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["product_view.xml",],
"active" : False,
"images": ["images/account_anglo_saxon.jpeg"],
"depends": ["product", "purchase"],
"category": "Hidden/Dependency",
"init_xml": [],
"demo_xml": [],
"update_xml": ["product_view.xml",],
"auto_install": False,
"installable": True,
"certificate":"00557423080410733581",
}

View File

@ -50,7 +50,7 @@
"account_asset_invoice_view.xml",
"report/account_asset_report_view.xml",
],
"active": False,
"auto_install": False,
"installable": True,
"application": True,
}

View File

@ -50,7 +50,7 @@ Adds
'wizard/cancel_statement_line_wizard.xml',
'data/account_bank_statement_extensions_data.xml',
],
'active': False,
'auto_install': False,
'installable': True,
}

View File

@ -67,7 +67,7 @@ Three reports are available:
'test/account_budget_report.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0043819694157',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -38,7 +38,7 @@ This module adds 'Allow cancelling entries' field on form view of account journa
'update_xml': ['account_cancel_view.xml' ],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
"certificate" : "001101250473177981989",

View File

@ -87,7 +87,7 @@
'account_coda_wizard.xml',
'account_coda_view.xml',
],
"active": False,
"auto_install": False,
"installable": True,
"license": 'AGPL-3',
"certificate" : "001237207321716002029",

View File

@ -62,7 +62,7 @@ Note that if you want to check the followup level for a given partner/account en
'test/account_followup_report.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0072481076453',
}

View File

@ -52,7 +52,7 @@ Moreover, there is one option which allows you to print all the selected invoice
'demo_xml': ['account_invoice_layout_demo.xml'],
'test':['test/account_invoice_layout_report.yml'],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0057235078173',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -57,7 +57,7 @@ This module provides :
'test/account_payment_report.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0061703998541',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -49,7 +49,7 @@ You can customize the following attributes of the sequence:
],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '00475376442024623469',
}

View File

@ -68,7 +68,7 @@ Account Voucher module includes all the basic requirements of Voucher Entries fo
"test/case4_cad_chf.yml",
],
'certificate': '0037580727101',
"active": False,
"auto_install": False,
"application": True,
"installable": True,
}

View File

@ -41,7 +41,7 @@ that have no counterpart in the general financial accounts.
'demo_xml': [
],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : "00462253285027988541",
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -40,7 +40,7 @@ Obviously if no data has been recorded for the current account, the default valu
'update_xml': ['analytic_journal_billing_rate_view.xml', 'security/ir.model.access.csv'],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0030271787965',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -41,7 +41,7 @@ Obviously if no data has been recorded for the current account, the default valu
'update_xml': ['analytic_user_function_view.xml', 'security/ir.model.access.csv'],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0082277138269',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -52,7 +52,7 @@ anonymization process to recover your previous data.
'anonymization_view.xml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '00719010980872226045',
'images': ['images/anonymization1.jpeg','images/anonymization2.jpeg','images/anonymization3.jpeg'],
}

View File

@ -36,7 +36,7 @@ It installs the profile for associations to manage events, registrations, member
'update_xml': ['security/ir.model.access.csv', 'profile_association.xml'],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0078696047261',
'images': ['images/association1.jpeg'],
}

View File

@ -69,7 +69,7 @@ The dashboard for auction includes:
'installable': True,
'auction': True,
'active': False,
'auto_install': False,
'certificate': '0039333102717',
'images': ['images/auction1.jpeg','images/auction2.jpeg','images/auction3.jpeg'],
}

View File

@ -43,7 +43,7 @@ delete on objects and can check logs.
],
'demo_xml': ['audittrail_demo.xml'],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0062572348749',
'images': ['images/audittrail1.jpeg','images/audittrail2.jpeg','images/audittrail3.jpeg'],
}

View File

@ -45,6 +45,6 @@
'python' : ['openid'],
},
'installable': True,
'active': False,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -45,7 +45,7 @@ trigger an automatic reminder email.
],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '001017908446466333429',
'images': ['images/base_action_rule1.jpeg','images/base_action_rule2.jpeg','images/base_action_rule3.jpeg'],
}

View File

@ -20,9 +20,9 @@
##############################################################################
{
"name" : "Calendar Layer",
"version" : "1.0",
"depends" : ["base", "mail"],
"name": "Calendar Layer",
"version": "1.0",
"depends": ["base", "mail"],
'complexity': "easy",
'description': """
This is a full-featured calendar system.
@ -36,23 +36,23 @@ It supports:
If you need to manage your meetings, you should install the CRM module.
""",
"author" : "OpenERP SA",
"author": "OpenERP SA",
'category': 'Hidden/Dependency',
'website': 'http://www.openerp.com',
"init_xml" : [
"init_xml": [
'base_calendar_data.xml'
],
"demo_xml" : [],
"update_xml" : [
"demo_xml": [],
"update_xml": [
'security/calendar_security.xml',
'security/ir.model.access.csv',
'wizard/base_calendar_invite_attendee_view.xml',
'base_calendar_view.xml'
],
"test" : ['test/base_calendar_test.yml'],
"installable" : True,
"active" : False,
"certificate" : "00694071962960352821",
"installable": True,
"auto_install": False,
"certificate": "00694071962960352821",
'images': ['images/base_calendar1.jpeg','images/base_calendar2.jpeg','images/base_calendar3.jpeg','images/base_calendar4.jpeg',],
}

View File

@ -53,7 +53,7 @@ Pay attention that this module converts the existing addresses into "addresses +
'test/base_contact00.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0031287885469',
'images': ['images/base_contact1.jpeg','images/base_contact2.jpeg','images/base_contact3.jpeg'],
}

View File

@ -58,7 +58,7 @@ will disable LDAP authentication completely if installed at the same time.
""",
"depends" : ["base"],
"data" : [],
"active": False,
"auto_install": False,
"installable": True,
"certificate" : "00721290471310299725",
}

View File

@ -35,7 +35,7 @@ The ability to extract the correctly represented local accounts from IBAN accoun
'init_xml': ['base_iban_data.xml'],
'update_xml': ['base_iban_view.xml'],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0050014379549',
'images': ['images/base_iban1.jpeg'],
}

View File

@ -45,7 +45,7 @@ using it, otherwise it may crash.
'update_xml': ['wizard/module_quality_check_view.xml', 'wizard/quality_save_report_view.xml', 'base_module_quality_view.xml', 'security/ir.model.access.csv'],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0175119475677',
'images': ['images/base_module_quality1.jpeg','images/base_module_quality2.jpeg','images/base_module_quality3.jpeg']
}

View File

@ -47,7 +47,7 @@ the Administration / Customization / Reporting menu.
],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0031285794149',
'images': ['images/base_report_creator1.jpeg','images/base_report_creator2.jpeg','images/base_report_creator3.jpeg',],
}

View File

@ -40,7 +40,7 @@ upload the report using the same wizard.
'update_xml': ['base_report_designer_installer.xml'],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0056379010493',
'images': ['images/base_report_designer1.jpeg','images/base_report_designer2.jpeg',],
}

View File

@ -20,24 +20,26 @@
##############################################################################
{
"name":"Multi-DB Synchronization",
"version":"0.1",
"author":"OpenERP SA",
"category":"Tools",
"description": """
"name": "Multi-DB Synchronization",
"version": "0.1",
"author": "OpenERP SA",
"category": "Tools",
"description": """
Synchronization with all objects.
=================================
Configure servers and trigger synchronization with its database objects.
""",
"depends":["base"],
"demo_xml":[],
"update_xml":[ "wizard/base_synchro_view.xml",
"base_synchro_view.xml",
"security/ir.model.access.csv",],
"active":False,
"installable":True,
"certificate" : "00925429283944551453",
'images': ['images/1_servers_synchro.jpeg','images/2_synchronize.jpeg','images/3_objects_synchro.jpeg',],
"depends": ["base"],
"demo_xml": [],
"update_xml": [
"wizard/base_synchro_view.xml",
"base_synchro_view.xml",
"security/ir.model.access.csv",
],
"installable": True,
"auto_install": False,
"certificate": "00925429283944551453",
"images": ['images/1_servers_synchro.jpeg','images/2_synchronize.jpeg','images/3_objects_synchro.jpeg',],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -58,7 +58,7 @@ only the country code will be validated.
'website': 'http://www.openerp.com',
'data': ['base_vat_view.xml'],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0084849360989',
'images': ['images/1_partner_vat.jpeg'],
}

View File

@ -21,10 +21,10 @@
{
"name" : "Share Calendar using CalDAV",
"version" : "1.1",
"name": "Share Calendar using CalDAV",
"version": "1.1",
'complexity': "normal",
"depends" : [
"depends": [
"base",
"document_webdav",
],
@ -50,11 +50,11 @@ To access OpenERP Calendar using WebCal to remote site use the URL like:
CALENDAR_NAME: Name of calendar to access
""",
'category': 'Hidden/Dependency',
"author" : "OpenERP SA",
"author": "OpenERP SA",
'website': 'http://www.openerp.com',
"init_xml" : ["caldav_data.xml"],
"demo_xml" : [],
"update_xml" : [
"init_xml": ["caldav_data.xml"],
"demo_xml": [],
"update_xml": [
'security/ir.model.access.csv',
'wizard/calendar_event_export_view.xml',
'wizard/calendar_event_import_view.xml',
@ -63,9 +63,9 @@ To access OpenERP Calendar using WebCal to remote site use the URL like:
'caldav_view.xml',
'caldav_setup.xml'
],
"installable" : True,
"active" : False,
"certificate" : "00924841426645403741",
"installable": True,
"auto_install": False,
"certificate": "00924841426645403741",
'images': ['images/calendar_collections.jpeg','images/calendars.jpeg','images/export_ics_file.jpeg'],
}

View File

@ -32,7 +32,7 @@ Create a claim from a delivery order.
Adds a Claim link to the delivery order.
''',
"update_xml" : ["claim_delivery_view.xml"],
"active": False,
"auto_install": False,
"installable": True,
"certificate" : "001101649349223746957",
'images': ['images/1_claim_link_delivery_order.jpeg'],

View File

@ -132,7 +132,7 @@ Creates a dashboard for CRM that includes:
],
'installable': True,
'application': True,
'active': False,
'auto_install': False,
'certificate': '0079056041421',
'images': ['images/sale_crm_crm_dashboard.png', 'images/crm_dashboard.jpeg','images/leads.jpeg','images/meetings.jpeg','images/opportunities.jpeg','images/outbound_calls.jpeg','images/stages.jpeg'],
}

View File

@ -43,7 +43,7 @@ Caldav features in Meeting.
'update_xml': ['crm_caldav_view.xml'],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '001088048737252670109',
'images': ['images/caldav_browse_step1.jpeg','images/caldav_browse_step2.jpeg'],
}

View File

@ -52,7 +52,7 @@ automatically new claims based on incoming emails.
'test/ui/claim_demo.yml'
],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '00612027414703404749',
'images': ['images/claim_categories.jpeg','images/claim_stages.jpeg','images/claims.jpeg'],
}

View File

@ -53,7 +53,7 @@ fund status.
],
'test': ['test/process/fund-rising.yml'],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '00871545204231528989',
'images': ['images/fundraising_analysis.jpeg','images/fundraising_categories.jpeg','images/funds.jpeg'],
}

View File

@ -51,7 +51,7 @@ and categorize your interventions with a channel and a priority level.
],
'test': ['test/process/help-desk.yml'],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '00830691522781519309',
'images': ['images/helpdesk_analysis.jpeg','images/helpdesk_categories.jpeg','images/helpdesk_requests.jpeg'],
}

View File

@ -53,7 +53,7 @@ You can also use the geolocalization without using the GPS coordinates.
'test/process/partner_assign.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '00503409558942442061',
'images': ['images/partner_geo_localization.jpeg','images/partner_grade.jpeg'],
}

View File

@ -45,7 +45,7 @@ It also has been merged with the earlier CRM & SRM segmentation tool because the
#'test/process/profiling.yml', #TODO:It's not debuging because problem to write data for open.questionnaire from partner section.
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0033984979005',
'images': ['images/profiling_questionnaires.jpeg','images/profiling_questions.jpeg'],
}

View File

@ -37,7 +37,7 @@ Todo list for CRM leads and opportunities.
'crm_todo_demo.xml',
],
'installable': True,
'active': False,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -48,7 +48,7 @@ When creating invoices from picking, OpenERP is able to add and compute the ship
'test/delivery_cost.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0033981912253',
'images': ['images/1_delivery_method.jpeg','images/2_delivery_pricelist.jpeg'],
}

View File

@ -61,7 +61,7 @@ ATTENTION:
'test/document_test2.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0070515416461',
'images': ['images/1_directories.jpeg','images/2_storage_media.jpeg','images/3_directories_structure.jpeg'],
}

View File

@ -48,7 +48,7 @@ FTP client.
'test/document_ftp_test4.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '00934787762705016005',
'images': ['images/1_configure_ftp.jpeg','images/2_document_browse.jpeg','images/3_document_ftp.jpeg'],
'post_load': 'post_load',

View File

@ -38,7 +38,7 @@ Will allow you to synchronise your OpenERP calendars with your phone, outlook, S
'update_xml': ['document_view.xml', 'security/ir.model.access.csv','document_ics_config_wizard.xml'],
'demo_xml': ['document_demo.xml'],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0071242387229',
'images': ['images/1_config_calendars.jpeg','images/2_doc_type_ics.jpeg'],
}

View File

@ -67,7 +67,7 @@ which needs explicit configuration in openerp-server.conf, too.
"demo_xml" : [],
"test": [ #'test/webdav_test1.yml',
],
"active": False,
"auto_install": False,
"installable": True,
"certificate" : "001236490750845657973",
'images': ['images/dav_properties.jpeg','images/directories_structure_principals.jpeg'],

View File

@ -54,7 +54,7 @@ technical OpenERP documentation at http://doc.openerp.com
"static/src/xml/*.xml",
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '002046536359186',
}

View File

@ -69,7 +69,7 @@ Openlabs was kept
'res_partner_demo.yml',
],
"installable": True,
"active": False,
"auto_install": False,
"certificate" : "00817073628967384349",
'images': ['images/1_email_account.jpeg','images/2_email_template.jpeg','images/3_emails.jpeg'],
}

View File

@ -59,7 +59,7 @@ Note that:
'test/ui/duplicate_event.yml',
'test/ui/demo_data.yml'],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0083059161581',
'images': ['images/1_event_type_list.jpeg','images/2_events.jpeg','images/3_registrations.jpeg'],
}

View File

@ -37,7 +37,7 @@ This module allows you to create retro planning for managing your events.
'update_xml': ['wizard/event_project_retro_view.xml', 'event_project_view.xml'],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0069726863885',
}

View File

@ -70,7 +70,7 @@ mail.
],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '00692978332890137453',
'images': ['images/1_email_servers.jpeg'],
}

View File

@ -35,6 +35,6 @@
],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -39,7 +39,7 @@ Using this you can directly open Google Map from the URL widget.""",
],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0029498930765',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -60,7 +60,7 @@ You can manage:
],
'installable': True,
'application': True,
'active': False,
'auto_install': False,
'certificate': '0086710558965',
"css": [ 'static/src/css/hr.css' ],
}

View File

@ -52,7 +52,7 @@ actions(Sign in/Sign out) performed by them.
'test/hr_attendance_report.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0063495605613',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -49,7 +49,7 @@ You can assign several contracts per employee.
'test/test_hr_contract.yml'
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0046298028637',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -54,7 +54,7 @@ in the form of pdf file. Implements a dashboard for My Current Evaluations
"test/test_hr_evaluation.yml",
"test/hr_evalution_demo.yml",
],
"active": False,
"auto_install": False,
"installable": True,
"certificate" : "00883207679172998429",
'application': True,

View File

@ -68,7 +68,7 @@ re-invoice your customer's expenses if your work by project.
'test/expense_process.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0062479841789',
'application': True,
}

View File

@ -74,7 +74,7 @@ Note that:
],
'installable': True,
'application': True,
'active': False,
'auto_install': False,
'certificate': '0086579209325',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -70,7 +70,7 @@ Generic Payroll system.
'hr_payroll_demo.xml'
],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '001046261404562128861',
'application': True,
}

View File

@ -52,7 +52,7 @@ Generic Payroll system Integrated with Accountings.
'test/hr_payroll_account.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '00923971112835220957',
}

View File

@ -61,7 +61,7 @@ system to store and search in your CV base.
'test/recruitment_process.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '001073437025460275621',
'application': True,
}

View File

@ -62,7 +62,7 @@ to set up a management by affair.
'test/hr_timesheet_demo.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0071405533469',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -55,7 +55,7 @@ reports, etc.""",
'test/hr_timesheet_invoice_report.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0056091842381',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -68,7 +68,7 @@ The validation can be configured in the company:
],
'test':['test/test_hr_timesheet_sheet.yml'],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0073297700829',
'application': True,
}

View File

@ -14,7 +14,7 @@ Creates a sample form-view using HTML tags. It is visible only in OpenERP Web.
""",
'update_xml': ['security/ir.model.access.csv','html_view.xml',],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '001302129363003126557',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -35,7 +35,7 @@
'demo_xml': [],
'test': [], #TODO provide test
'installable': True,
'active': False,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -41,6 +41,6 @@
#'test/test_sync_google_calendar.yml',
],
'installable': True,
'active': False,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -36,6 +36,6 @@
'demo': [],
'test': [],
'installable': True,
'active': False,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -43,7 +43,7 @@ document and Wiki based Hidden.
],
'demo_xml': ['knowledge_demo.xml'],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '001278773815843749581',
'images': ['images/1_config_knowledge.jpeg'],
}

View File

@ -29,7 +29,7 @@
"description": "This module provides the standard Accounting Chart for Austria which is based on the Template from BMF.gv.at. Please keep in mind that you should review and adapt it with your Accountant, before using it in a live Environment.",
"demo_xml" : [],
"update_xml" : ['account_tax_code.xml',"account_chart.xml",'account_tax.xml',"l10n_chart_at_wizard.xml"],
"active": False,
"auto_install": False,
"installable": True
}

View File

@ -39,7 +39,7 @@ Belgian Payroll Rules
* Salary Maj, ONSS, Withholding Tax, Child Allowance, ...
""",
'active': False,
'auto_install': False,
'demo': [
'l10n_be_hr_payroll_demo.xml',
],

View File

@ -51,7 +51,7 @@ A 'random' Structured Communication will generated if no algorithm is specified
'partner_view.xml',
'account_invoice_view.xml',
],
'active': False,
'auto_install': False,
'installable': True,}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -103,7 +103,7 @@ TODO :
#'test/l10n_ch_v11.yml',
#'test/l10n_ch_v11_part.yml',
],
"active": False,
"auto_install": False,
"installable": True,
"certificate" : "001103836064567088989",
'images': ['images/config_chart_l10n_ch.jpeg','images/l10n_ch_chart.jpeg'],

View File

@ -40,7 +40,7 @@
"l10n_chart_cn_wizard.xml",
],
"license": "GPL-3",
"active": False,
"auto_install": False,
"installable": True,
"certificate": '00925445983542952285',
'images': ['images/config_chart_l10n_cn.jpeg','images/l10n_cn_chart.jpeg'],

View File

@ -67,7 +67,7 @@ http://translations.launchpad.net/openerp-costa-rica
],
'license': 'Other OSI approved licence',
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '00531476623680631853',
'images': ['images/config_chart_l10n_cr.jpeg','images/l10n_cr_chart.jpeg'],
}

View File

@ -54,7 +54,7 @@ for yearly account reporting (balance, profit & losses).
"demo_xml" : [],
"update_xml" : [
],
"active": False,
"auto_install": False,
"installable": True,
"certificate" : "00408828172062583229",
'images': ['images/config_chart_l10n_es.jpeg','images/l10n_es_chart.jpeg'],

View File

@ -54,7 +54,7 @@ Credits: Sistheo Zeekom CrysaLEAD
"test": ['test/l10n_fr_report.yml'],
"demo_xml" : [],
"certificate" : "00435321693876313629",
"active": False,
"auto_install": False,
"installable": True,
'images': ['images/config_chart_l10n_fr.jpeg','images/l10n_fr_chart.jpeg'],
}

View File

@ -43,7 +43,7 @@ The RIB and IBAN codes for a single account can be entered by recording two Bank
'update_xml': ['bank_view.xml', ],
'installable': True,
'certificate': '003407950790',
'active': False,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -39,7 +39,7 @@ Indian accounting chart and localization.
"l10n_in_chart.xml",
"l10n_in_wizard.xml",
],
"active": False,
"auto_install": False,
"installable": True,
"certificate" : "001308250150600713245",
'images': ['images/config_chart_l10n_in.jpeg','images/l10n_in_chart.jpeg'],

View File

@ -55,7 +55,7 @@ Italian accounting chart and localization.
'demo_xml': [
],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '00926677190009155165',
'images': ['images/config_chart_l10n_it.jpeg','images/l10n_it_chart.jpeg'],
}

View File

@ -45,7 +45,7 @@ This is the base module to manage the accounting chart for Luxembourg.
'test': ['test/l10n_lu_report.yml'],
'demo_xml': [],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0078164766621',
'images': ['images/config_chart_l10n_lu.jpeg','images/l10n_lu_chart.jpeg'],
}

View File

@ -43,7 +43,7 @@ Ce Module charge le modèle du plan de comptes standard Marocain et permet de g
],
"demo_xml" : [],
"active": False,
"auto_install": False,
"installable": True,
"certificate" : "00599614652359069981",
'images': ['images/config_chart_l10n_ma.jpeg','images/l10n_ma_chart.jpeg'],

View File

@ -38,6 +38,6 @@
'demo_xml': [
],
'installable': True,
'active': False,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -34,7 +34,7 @@ Mexican accounting chart and localization.
"demo_xml" : [],
"update_xml" : ['account_tax_code.xml',"account_chart.xml",
'account_tax.xml','l10n_chart_mx_wizard.xml'],
"active": False,
"auto_install": False,
"installable": True,
"certificate" : "00858539161332598061",
'images': ['images/config_chart_l10n_mx.jpeg','images/l10n_mx_chart.jpeg'],

View File

@ -38,7 +38,7 @@ VAT 0%, 7% i 22%. Moduł ustawia też konta do kupna i sprzedaży towarów zakł
"demo_xml" : [],
"update_xml" : ['account_tax_code.xml',"account_chart.xml",
'account_tax.xml','l10n_chart_pl_wizard.xml'],
"active": False,
"auto_install": False,
"installable": True,
"certificate" : "00885794372803776829",
'images': ['images/config_chart_l10n_pl.jpeg','images/l10n_pl_chart.jpeg'],

View File

@ -34,7 +34,7 @@ Romanian accounting chart and localization.
""",
"demo_xml" : [],
"update_xml" : ['partner_view.xml','account_tax_code.xml','account_chart.xml','account_tax.xml','l10n_chart_ro_wizard.xml'],
"active": False,
"auto_install": False,
"installable": True,
"certificate" : "001308250150602948125",
'images': ['images/config_chart_l10n_ro.jpeg','images/l10n_ro_chart.jpeg'],

View File

@ -36,7 +36,7 @@
"demo_xml" : [],
"init_xml":[],
"update_xml" : ["l10n_syscohada_data.xml","l10n_syscohada_wizard.xml"],
"active": False,
"auto_install": False,
"installable": True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -45,6 +45,6 @@
'test': [
],
'installable': True,
'active': False,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -48,7 +48,7 @@ Provide Templates for Chart of Accounts, Taxes for Uruguay
"l10n_uy_wizard.xml",
],
"demo_xml": [],
"active": False,
"auto_install": False,
"installable": True,
'certificate' : '',
"images": ["images/config_chart_l10n_uy.jpeg","images/l10n_uy_chart.jpeg"],

View File

@ -38,7 +38,7 @@ Este módulo es para manejar un catálogo de cuentas ejemplo para Venezuela.
"demo_xml" : [],
"update_xml" : ['account_tax_code.xml',"account_chart.xml",
'account_tax.xml','l10n_chart_ve_wizard.xml'],
"active": False,
"auto_install": False,
"installable": True,
"certificate" : "00763145921185574557",
'images': ['images/config_chart_l10n_ve.jpeg','images/l10n_ve_chart.jpeg'],

View File

@ -64,7 +64,7 @@ The main features are:
'mail_data.xml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '001056784984222247309',
'images': ['images/customer_history.jpeg','images/messages_form.jpeg','images/messages_list.jpeg'],
}

View File

@ -42,7 +42,7 @@ Contains the installer for marketing-related modules.
],
'demo_xml': ['marketing_demo.xml'],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '00598574977629228189',
'images': ['images/config_marketing.jpeg'],
}

View File

@ -64,7 +64,7 @@ Note: If you need demo data, you can install the marketing_campaign_crm_demo mod
'test/marketing_campaign.yml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '00421723279617928365',
'images': ['images/campaign.png', 'images/campaigns.jpeg','images/email_account.jpeg','images/email_templates.jpeg','images/segments.jpeg'],
}

View File

@ -41,7 +41,7 @@ Creates demo data like leads, campaigns and segments for the module marketing_ca
'marketing_campaign_demo.xml',
],
'installable': True,
'active': False,
'auto_install': False,
'certificate' : '001005497972871352957',
'images': ['images/campaigns.jpeg','images/email_templates.jpeg'],
}

View File

@ -50,7 +50,7 @@ invoice and send propositions for membership renewal.
'demo_xml': ['membership_demo.xml'],
'test': ['test/test_membership.yml'],
'installable': True,
'active': False,
'auto_install': False,
'certificate': '0042907796381',
'images': ['images/members.jpeg','images/membership_list.jpeg', 'images/membership_products.jpeg'],
}

View File

@ -99,7 +99,7 @@ Dashboard provided by this module:
],
'installable': True,
'application': True,
'active': False,
'auto_install': False,
'certificate': '0032052481373',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

Some files were not shown because too many files have changed in this diff Show More