[IMP] Improved _openerp__.py of all modules by replacing demo_xml with demo, init_xml and update_xml with data and adding noupdate

bzr revid: pso@tinyerp.com-20120822130232-un52dks3sclyx8m5
This commit is contained in:
Saurang Suthar(OpenERP) 2012-08-22 18:32:32 +05:30 committed by pso (OpenERP)
parent c78a04bc68
commit 095843797c
117 changed files with 551 additions and 752 deletions

View File

@ -35,11 +35,11 @@ Adds menu to show relevant information to each manager.You can also view the rep
'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
'data': [
'security/ir.model.access.csv',
'account_analytic_analysis_view.xml',
'account_analytic_analysis_menu.xml',
'account_analytic_analysis_cron.xml',
],
'security/ir.model.access.csv',
'account_analytic_analysis_view.xml',
'account_analytic_analysis_menu.xml',
'account_analytic_analysis_cron.xml',
],
'demo': [],
'installable': True,
'auto_install': False,

View File

@ -20,8 +20,8 @@
##############################################################################
{
'name' : 'Account Analytic Defaults',
'version' : '1.0',
'name': 'Account Analytic Defaults',
'version': '1.0',
'category': 'Accounting & Finance',
'description': """
Set default values for your analytic accounts.
@ -35,16 +35,16 @@ Allows to automatically select analytic accounts based on criterions:
* Company
* Date
""",
'author' : 'OpenERP SA',
'website' : 'http://www.openerp.com',
'images' : ['images/analytic_defaults.jpeg'],
'depends' : ['sale'],
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/analytic_defaults.jpeg'],
'depends': ['sale'],
'data': [
'security/ir.model.access.csv',
'security/account_analytic_default_security.xml',
'account_analytic_default_view.xml'
],
'demo' : [],
'demo': [],
'installable': True,
'auto_install': False,
'certificate': '0074229833581',

View File

@ -20,10 +20,10 @@
##############################################################################
{
'name' : 'Assets Management',
'version' : '1.0',
'depends' : ['account'],
'author' : 'OpenERP S.A.',
'name': 'Assets Management',
'version': '1.0',
'depends': ['account'],
'author': 'OpenERP S.A.',
'description': """
Financial and accounting asset management.
==========================================
@ -33,17 +33,16 @@ track of depreciation's occurred on those assets. And it allows to create Move's
of the depreciation lines.
""",
'website' : 'http://www.openerp.com',
'category' : 'Accounting & Finance',
'website': 'http://www.openerp.com',
'category': 'Accounting & Finance',
'sequence': 32,
'demo' : [ 'account_asset_demo.xml'
],
'demo': [ 'account_asset_demo.xml'],
'test': [
'test/account_asset_demo.yml',
'test/account_asset.yml',
'test/account_asset_wizard.yml',
],
'data' : [
'data': [
'security/account_asset_security.xml',
'security/ir.model.access.csv',
'wizard/account_asset_change_duration_view.xml',

View File

@ -64,9 +64,9 @@ Three reports are available:
],
'demo': ['account_budget_demo.xml'],
'test':[
'test/account_budget.yml',
'test/account_budget_report.yml',
],
'test/account_budget.yml',
'test/account_budget_report.yml',
],
'installable': True,
'auto_install': False,
'certificate': '0043819694157',

View File

@ -20,9 +20,9 @@
##############################################################################
{
'name' : 'Cancel Journal Entries',
'version' : '1.1',
'author' : 'OpenERP SA',
'name': 'Cancel Journal Entries',
'version': '1.1',
'author': 'OpenERP SA',
'category': 'Accounting & Finance',
'description': """
Allows canceling accounting entries.
@ -32,13 +32,13 @@ This module adds 'Allow Canceling Entries' field on form view of account journal
If set to true it allows user to cancel entries & invoices.
""",
'website': 'http://www.openerp.com',
'images' : ['images/account_cancel.jpeg'],
'images': ['images/account_cancel.jpeg'],
'depends' : ['account'],
'data': ['account_cancel_view.xml' ],
'demo': [],
'installable': True,
'auto_install': False,
'certificate' : '001101250473177981989',
'certificate': '001101250473177981989',
}

View File

@ -19,29 +19,24 @@
#
##############################################################################
{
'name' : 'Check Writing',
'version' : '1.1',
'author' : 'OpenERP SA, NovaPoint Group',
'name': 'Check Writing',
'version': '1.1',
'author': 'OpenERP SA, NovaPoint Group',
'category': 'Generic Modules/Accounting',
'description': """
Module for the Check Writing and Check Printing.
================================================
""",
'website': 'http://www.openerp.com',
'depends' : [
'account_voucher',
],
'depends' : ['account_voucher'],
'data': [
'account_check_writing_report.xml',
'account_view.xml',
'account_voucher_view.xml',
'account_check_writing_data.xml',
],
'demo': [
'account_demo.xml',
],
'test': [
],
'demo': ['account_demo.xml'],
'test': [],
'installable': True,
'active': False,
}

View File

@ -34,13 +34,13 @@ In OpenERP, analytic accounts are linked to general accounts but are treated
totally independently. So, you can enter various different analytic operations
that have no counterpart in the general financial accounts.
""",
'data': ['security/analytic_security.xml',
'security/ir.model.access.csv',
'analytic_sequence.xml',
'analytic_view.xml'
],
'demo': [
'data': [
'security/analytic_security.xml',
'security/ir.model.access.csv',
'analytic_sequence.xml',
'analytic_view.xml'
],
'demo': [],
'installable': True,
'auto_install': False,
'certificate' : '00462253285027988541',

View File

@ -31,12 +31,9 @@ This module is for modifying project view to show some data related to the hr_ex
'author': 'OpenERP S.A.',
'website': 'http://www.openerp.com/',
'depends': ['analytic_contract_hr_expense','project'],
'data': [
'analytic_contract_expense_project_view.xml',
],
'data': ['analytic_contract_expense_project_view.xml'],
'demo': [],
'css' : [
],
'css' : [],
'installable': True,
'auto_install': True,
}

View File

@ -31,12 +31,9 @@ This module is for modifying account analytic view to show some data related to
'author': 'OpenERP S.A.',
'website': 'http://www.openerp.com/',
'depends': ['hr_expense','account_analytic_analysis'],
'data': [
'analytic_contract_hr_expense_view.xml',
],
'data': ['analytic_contract_hr_expense_view.xml'],
'demo': [],
'css' : [
],
'css' : [],
'installable': True,
'auto_install': True,
}

View File

@ -31,7 +31,7 @@ Add "Contract Data" in project view.
====================================
""",
'data': ['analytic_contract_project_view.xml'],
'demo_xml': [],
'demo': [],
'installable': True,
'auto_install': True,
}

View File

@ -40,9 +40,7 @@ anonymization process to recover your previous data.
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': ['base'],
'demo': [
'anonymization_demo.xml',
],
'demo': ['anonymization_demo.xml'],
'data': [
'ir.model.fields.anonymization.csv',
'security/ir.model.access.csv',

View File

@ -1,22 +1,16 @@
{
'name': 'Anonymous',
'description': """
'name': 'Anonymous',
'description': """
Allow anonymous access to OpenERP.
==================================
""",
'author': 'OpenERP SA',
'version': '1.0',
'category': 'Authentication',
'website': 'http://www.openerp.com',
'installable': True,
'depends': ['web'],
'data': [
'auth_anonymous.xml',
],
'js': [
'static/src/js/auth_anonymous.js',
],
'qweb': [
'static/src/xml/auth_anonymous.xml',
],
'author': 'OpenERP SA',
'version': '1.0',
'category': 'Authentication',
'website': 'http://www.openerp.com',
'installable': True,
'depends': ['web'],
'data': ['auth_anonymous.xml'],
'js': ['static/src/js/auth_anonymous.js'],
'qweb': ['static/src/xml/auth_anonymous.xml'],
}

View File

@ -98,8 +98,6 @@ Interaction with base_crypt:
The base_crypt module is not compatible with this module, and will disable LDAP
authentication if installed at the same time.
""",
'website' : 'http://www.openerp.com',
'category' : 'Authentication',
'data' : [

View File

@ -32,21 +32,12 @@ Allow users to login through Google OAuth2.
'maintainer': 'OpenERP s.a.',
'website': 'http://www.openerp.com',
'depends': ['base', 'web'],
'data': [
'auth_oauth_data.xml'
],
'update_xml': [
'auth_oauth_view.xml'
],
'js': [
'static/src/js/auth_oauth.js',
],
'css': [
'static/lib/zocial/css/zocial.css',
],
'qweb': [
'static/src/xml/auth_oauth.xml',
'data': ['auth_oauth_data.xml',
'auth_oauth_view.xml'
],
'js': ['static/src/js/auth_oauth.js'],
'css': ['static/lib/zocial/css/zocial.css'],
'qweb': ['static/src/xml/auth_oauth.xml'],
'installable': True,
'auto_install': False,
}

View File

@ -32,18 +32,10 @@ Allow users to login through OpenID.
'maintainer': 'OpenERP s.a.',
'website': 'http://www.openerp.com',
'depends': ['base', 'web'],
'data': [
'res_users.xml',
],
'js': [
'static/src/js/auth_openid.js',
],
'css': [
'static/src/css/openid.css',
],
'qweb': [
'static/src/xml/auth_openid.xml',
],
'data': ['res_users.xml'],
'js': ['static/src/js/auth_openid.js'],
'css': ['static/src/css/openid.css'],
'qweb': ['static/src/xml/auth_openid.xml'],
'external_dependencies': {
'python' : ['openid'],
},

View File

@ -1,25 +1,17 @@
{
'name': 'Reset Password',
'description': """
'name': 'Reset Password',
'description': """
Allow users to reset their password from the login page.
========================================================
""",
'author': 'OpenERP SA',
'version': '1.0',
'category': 'Authentication',
'website': 'http://www.openerp.com',
'installable': True,
'depends': ['auth_anonymous', 'email_template'],
'data': [
'auth_reset_password.xml',
],
'js': [
'static/src/js/reset_password.js',
],
'css': [
'static/src/css/reset_password.css',
],
'qweb': [
'static/src/xml/reset_password.xml',
],
'author': 'OpenERP SA',
'version': '1.0',
'category': 'Authentication',
'website': 'http://www.openerp.com',
'installable': True,
'depends': ['auth_anonymous', 'email_template'],
'data': ['auth_reset_password.xml'],
'js': ['static/src/js/reset_password.js'],
'css': ['static/src/css/reset_password.css'],
'qweb': ['static/src/xml/reset_password.xml'],
}

View File

@ -31,13 +31,7 @@ Allow users to sign up.
'website': 'http://www.openerp.com',
'installable': True,
'depends': ['base_setup'],
'data': [
'res_config.xml',
],
'js': [
'static/src/js/auth_signup.js',
],
'qweb': [
'static/src/xml/auth_signup.xml',
],
'data': ['res_config.xml'],
'js': ['static/src/js/auth_signup.js'],
'qweb': ['static/src/xml/auth_signup.xml'],
}

View File

@ -19,12 +19,12 @@
#
##############################################################################
{
'name' : 'DB Password Encryption',
'version' : '1.1',
'author' : ['OpenERP SA', 'FS3'],
'maintainer' : 'OpenERP SA',
'website' : 'http://www.openerp.com',
'category' : 'Tools',
'name': 'DB Password Encryption',
'version': '1.1',
'author': ['OpenERP SA', 'FS3'],
'maintainer': 'OpenERP SA',
'website': 'http://www.openerp.com',
'category': 'Tools',
'description': """
Replaces cleartext passwords in the database with a secure hash.
================================================================
@ -54,11 +54,11 @@ Interaction with LDAP authentication:
This module is currently not compatible with the ``user_ldap`` module and
will disable LDAP authentication completely if installed at the same time.
""",
'depends' : ['base'],
'data' : [],
'depends': ['base'],
'data': [],
'auto_install': False,
'installable': True,
'certificate' : '00721290471310299725',
'certificate': '00721290471310299725',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -60,9 +60,8 @@ def _create_module(self, cr, uid, ids, context=None):
"category" : "%(category)s",
"description": \"\"\"%(description)s\"\"\",
"depends" : [%(depends)s],
"init_xml" : [ ],
"demo_xml" : [ %(demo_name)s],
"update_xml" : [%(update_name)s],
"demo" : [ %(demo_name)s],
"data" : [%(update_name)s],
"installable": True
} """ % data
filewrite = {
@ -167,4 +166,4 @@ class base_module_save(osv.osv_memory):
base_module_save()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -11,9 +11,7 @@ Common base for tools modules.
Creates menu link for Tools from where tools like survey, lunch, idea are accessible if installed.
""",
'data': [
'tools_view.xml'
],
'data': ['tools_view.xml'],
'installable': True,
'certificate' : '00571588675379342237'
}

View File

@ -39,16 +39,9 @@ The user can also publish notes.
'board_view.xml',
'board_mydashboard_view.xml'
],
'js': [
'static/src/js/dashboard.js',
],
'css': [
'static/src/css/dashboard.css',
],
'qweb': [
'static/src/xml/*.xml',
],
'js': ['static/src/js/dashboard.js'],
'css': ['static/src/css/dashboard.css'],
'qweb': ['static/src/xml/*.xml'],
'installable': True,
'auto_install': False,
'certificate': '0076912305725',

View File

@ -24,10 +24,10 @@
'name': 'Share Calendar Using CalDAV',
'version': '1.1',
'depends': [
'base',
'document_webdav',
],
'description': """
'base',
'document_webdav',
],
'description': """
This module contains basic functionality for Caldav system.
===========================================================
@ -58,15 +58,15 @@ To access OpenERP Calendar using WebCal to remote site use the URL like:
'website': 'http://www.openerp.com',
'demo': [],
'data': [
'security/ir.model.access.csv',
'wizard/calendar_event_export_view.xml',
'wizard/calendar_event_import_view.xml',
'wizard/calendar_event_subscribe_view.xml',
'wizard/caldav_browse_view.xml',
'caldav_view.xml',
'caldav_setup.xml',
'caldav_data.xml'
],
'security/ir.model.access.csv',
'wizard/calendar_event_export_view.xml',
'wizard/calendar_event_import_view.xml',
'wizard/calendar_event_subscribe_view.xml',
'wizard/caldav_browse_view.xml',
'caldav_view.xml',
'caldav_setup.xml',
'caldav_data.xml'
],
'installable': True,
'auto_install': False,
'certificate': '00924841426645403741',

View File

@ -120,16 +120,16 @@ Creates a dashboard for CRM that includes:
'crm_phonecall_demo.xml',
],
'test': [
'test/process/communication_with_customer.yml',
'test/process/lead2opportunity2win.yml',
'test/process/merge_opportunity.yml',
'test/process/cancel_lead.yml',
'test/process/action_rule.yml',
'test/process/segmentation.yml',
'test/ui/crm_demo.yml',
'test/ui/duplicate_lead.yml',
'test/ui/delete_lead.yml'
],
'test/process/communication_with_customer.yml',
'test/process/lead2opportunity2win.yml',
'test/process/merge_opportunity.yml',
'test/process/cancel_lead.yml',
'test/process/action_rule.yml',
'test/process/segmentation.yml',
'test/ui/crm_demo.yml',
'test/ui/duplicate_lead.yml',
'test/ui/delete_lead.yml'
],
'installable': True,
'application': True,
'auto_install': False,

View File

@ -35,10 +35,10 @@ Caldav features in Meeting.
'website': 'http://www.openerp.com',
'depends': ['caldav', 'crm' ],
'data': [
'crm_caldav_data.xml',
'crm_caldav_setup.xml',
'crm_caldav_view.xml'
],
'crm_caldav_data.xml',
'crm_caldav_setup.xml',
'crm_caldav_view.xml'
],
'demo': [],
'installable': True,
'auto_install': False,

View File

@ -42,12 +42,10 @@ automatically new claims based on incoming emails.
'res_config_view.xml',
'crm_claim_data.xml',
],
'demo': [
'crm_claim_demo.xml',
],
'demo': ['crm_claim_demo.xml'],
'test': ['test/process/claim.yml',
'test/ui/claim_demo.yml'
],
],
'installable': True,
'auto_install': False,
'certificate' : '00612027414703404749',

View File

@ -21,8 +21,8 @@
{
'category': 'Customer Relationship Management',
'name': 'Helpdesk',
'category': 'Customer Relationship Management',
'version': '1.0',
'description': """
Helpdesk Management.
@ -43,9 +43,7 @@ and categorize your interventions with a channel and a priority level.
'report/crm_helpdesk_report_view.xml',
'crm_helpdesk_data.xml',
],
'demo': [
'crm_helpdesk_demo.xml',
],
'demo': ['crm_helpdesk_demo.xml'],
'test': ['test/process/help-desk.yml'],
'installable': True,
'auto_install': False,

View File

@ -38,9 +38,7 @@ You can also use the geolocalization without using the GPS coordinates.
""",
'author': 'OpenERP SA',
'depends': ['crm', 'account'],
'demo': [
'res_partner_demo.xml',
],
'demo': ['res_partner_demo.xml'],
'data': [
'security/ir.model.access.csv',
'res_partner_view.xml',
@ -49,9 +47,7 @@ You can also use the geolocalization without using the GPS coordinates.
'report/crm_lead_report_view.xml',
'report/crm_partner_report_view.xml',
],
'test': [
'test/partner_assign.yml'
],
'test': ['test/partner_assign.yml'],
'installable': True,
'auto_install': False,
'certificate': '00503409558942442061',

View File

@ -30,12 +30,8 @@ Todo list for CRM leads and opportunities.
""",
'author': 'OpenERP SA',
'depends': ['crm','project_gtd'],
'data': [
'crm_todo_view.xml',
],
'demo': [
'crm_todo_demo.xml',
],
'data': ['crm_todo_view.xml'],
'demo': ['crm_todo_demo.xml'],
'installable': True,
'auto_install': False,
}

View File

@ -41,9 +41,7 @@ invoices from picking, OpenERP is able to add and compute the shipping line.
'delivery_data.xml'
],
'demo': ['delivery_demo.xml'],
'test': [
'test/delivery_cost.yml',
],
'test': ['test/delivery_cost.yml'],
'installable': True,
'auto_install': False,
'certificate': '0033981912253',

View File

@ -56,9 +56,7 @@ ATTENTION:
'board_document_view.xml',
],
'demo': [ 'document_demo.xml','board_document_demo.xml'],
'test': [
'test/document_test2.yml',
],
'test': ['test/document_test2.yml'],
'installable': True,
'auto_install': False,
'certificate': '0070515416461',

View File

@ -38,12 +38,8 @@ Web pages
'security/document_page_security.xml',
'security/ir.model.access.csv',
],
'demo': [
'document_page_demo.xml'
],
'test': [
'test/document_page_test00.yml'
],
'demo': ['document_page_demo.xml'],
'test': ['test/document_page_test00.yml'],
'installable': True,
'auto_install': False,
'certificate': '0086363630317',
@ -52,8 +48,6 @@ Web pages
'static/src/lib/wiky/wiky.js',
'static/src/js/document_page.js'
],
'css' : [
'static/src/css/document_page.css'
],
'css' : ['static/src/css/document_page.css'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -29,12 +29,12 @@
##############################################################################
{
'name': 'Shared Repositories (WebDAV)',
'version': '2.3',
'author': 'OpenERP SA',
'category': 'Knowledge Management',
'website': 'http://www.openerp.com',
'description': """
'name': 'Shared Repositories (WebDAV)',
'version': '2.3',
'author': 'OpenERP SA',
'category': 'Knowledge Management',
'website': 'http://www.openerp.com',
'description': """
With this module, the WebDAV server for documents is activated.
===============================================================
@ -60,18 +60,18 @@ Server Configuration Parameter:
Also implements IETF RFC 5785 for services discovery on a http server,
which needs explicit configuration in openerp-server.conf too.
""",
'depends': ['base', 'document'],
'data': ['security/ir.model.access.csv',
'webdav_view.xml',
'webdav_setup.xml',
],
'demo': [],
'test': [ #'test/webdav_test1.yml',
],
'auto_install': False,
'installable': True,
'certificate' : '001236490750845657973',
'images': ['images/dav_properties.jpeg','images/directories_structure_principals.jpeg'],
'depends': ['base', 'document'],
'data': ['security/ir.model.access.csv',
'webdav_view.xml',
'webdav_setup.xml',
],
'demo': [],
'test': [ #'test/webdav_test1.yml',
],
'auto_install': False,
'installable': True,
'certificate' : '001236490750845657973',
'images': ['images/dav_properties.jpeg','images/directories_structure_principals.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -36,21 +36,11 @@ documentation at http://doc.openerp.com.
'website': 'http://www.openerp.com',
'depends': ['base', 'email_template'],
'icon': '/edi/static/src/img/knowledge.png',
'data': [
'security/ir.model.access.csv',
],
'test': [
'test/edi_partner_test.yml',
],
'js': [
'static/src/js/edi.js',
],
'css': [
'static/src/css/edi.css'
],
'qweb': [
'static/src/xml/*.xml',
],
'data': ['security/ir.model.access.csv'],
'test': ['test/edi_partner_test.yml'],
'js': ['static/src/js/edi.js'],
'css': ['static/src/css/edi.css'],
'qweb': ['static/src/xml/*.xml'],
'installable': True,
'auto_install': False,
'certificate': '002046536359186',

View File

@ -62,9 +62,7 @@ campaigns on any OpenERP document.
'wizard/mail_compose_message_view.xml',
'security/ir.model.access.csv'
],
'demo': [
'res_partner_demo.yml',
],
'demo': ['res_partner_demo.yml'],
'installable': True,
'auto_install': False,
'certificate' : '00817073628967384349',

View File

@ -64,10 +64,10 @@ confirmation email to communicate the login/password of moodle to your subscribe
'author': 'OpenERP SA',
'depends': ['event'],
'data': [
'wizard_moodle.xml',
'event_view.xml',
'security/ir.model.access.csv'
],
'wizard_moodle.xml',
'event_view.xml',
'security/ir.model.access.csv'
],
'demo': [],
'test': [],
'installable': True,

View File

@ -39,11 +39,9 @@ this event.
""",
'author': 'OpenERP SA',
'depends': ['event','sale','sale_crm'],
'data': [
'event_sale_view.xml',
],
'data': ['event_sale_view.xml'],
'demo': ['event_demo.xml'],
'test':['test/confirm.yml'],
'test': ['test/confirm.yml'],
'installable': True,
'active': False,
}

View File

@ -61,9 +61,7 @@ For more specific needs, you may also assign custom-defined actions
'security/ir.model.access.csv',
'fetchmail_installer_view.xml'
],
'demo': [
],
'demo': [],
'installable': True,
'auto_install': False,
'certificate' : '00692978332890137453',

View File

@ -32,9 +32,9 @@ The module adds google user in res user.
'website': 'http://www.openerp.com',
'depends': ['base'],
'data': [
'google_base_account_view.xml',
'wizard/google_login_view.xml',
],
'google_base_account_view.xml',
'wizard/google_login_view.xml',
],
'demo': [],
'installable': True,
'auto_install': False,

View File

@ -57,13 +57,11 @@ You can manage:
'hr_data.xml',
'res_config_view.xml',
],
'demo': [
'hr_demo.xml',
],
'demo': ['hr_demo.xml'],
'test': [
'test/open2recruit2close_job.yml',
'test/hr_demo.yml',
],
'test/open2recruit2close_job.yml',
'test/hr_demo.yml',
],
'installable': True,
'application': True,
'auto_install': False,

View File

@ -43,11 +43,9 @@ You can assign several contracts per employee.
'security/ir.model.access.csv',
'hr_contract_view.xml',
'hr_contract_data.xml'
],
],
'demo': [],
'test': [
'test/test_hr_contract.yml'
],
'test': ['test/test_hr_contract.yml'],
'installable': True,
'auto_install': False,
'certificate': '0046298028637',

View File

@ -59,13 +59,11 @@ re-invoice your customer's expenses if your work by project.
'board_hr_expense_view.xml',
'hr_expense_installer_view.xml',
],
'demo': [
'hr_expense_demo.xml',
],
'demo': ['hr_expense_demo.xml'],
'test': [
'test/expense_demo.yml',
'test/expense_process.yml',
],
'test/expense_demo.yml',
'test/expense_process.yml',
],
'installable': True,
'auto_install': False,
'certificate': '0062479841789',

View File

@ -75,7 +75,7 @@ Note that:
'demo': ['hr_holidays_demo.xml',],
'test': ['test/test_hr_holiday.yml',
'test/hr_holidays_report.yml',
],
],
'installable': True,
'application': True,
'auto_install': False,

View File

@ -59,14 +59,12 @@ Generic Payroll system.
'res_config_view.xml',
],
'test': [
'test/payslip.yml',
# 'test/payment_advice.yml',
# 'test/payroll_register.yml',
# 'test/hr_payroll_report.yml',
],
'demo': [
'hr_payroll_demo.xml'
'test/payslip.yml',
# 'test/payment_advice.yml',
# 'test/payroll_register.yml',
# 'test/hr_payroll_report.yml',
],
'demo': ['hr_payroll_demo.xml'],
'installable': True,
'auto_install': False,
'certificate' : '001046261404562128861',

View File

@ -39,15 +39,9 @@ Generic Payroll system Integrated with Accounting.
'account',
'hr_expense'
],
'data': [
'hr_payroll_account_view.xml',
],
'demo': [
'hr_payroll_account_demo.xml'
],
'test': [
'test/hr_payroll_account.yml',
],
'data': ['hr_payroll_account_view.xml'],
'demo': ['hr_payroll_account_demo.xml'],
'test': ['test/hr_payroll_account.yml'],
'installable': True,
'auto_install': False,
'certificate' : '00923971112835220957',

View File

@ -60,13 +60,9 @@ system to store and search in your CV base.
'res_config_view.xml',
'hr_recruitment_data.xml'
],
'demo': [
'hr_recruitment_demo.yml',
],
'demo': ['hr_recruitment_demo.yml'],
'js': ['static/src/js/hr_recruitment.js'],
'test': [
'test/recruitment_process.yml',
],
'test': ['test/recruitment_process.yml'],
'installable': True,
'auto_install': False,
'certificate': '001073437025460275621',

View File

@ -48,12 +48,10 @@ reports.""",
'wizard/hr_timesheet_invoice_create_view.xml',
'wizard/hr_timesheet_invoice_create_final_view.xml',
],
'demo': [
'hr_timesheet_invoice_demo.xml',
],
'demo': ['hr_timesheet_invoice_demo.xml'],
'test': ['test/test_hr_timesheet_invoice.yml',
'test/hr_timesheet_invoice_report.yml',
],
],
'installable': True,
'auto_install': False,
'certificate': '0056091842381',

View File

@ -66,9 +66,7 @@ The validation can be configured in the company:
'hr_timesheet_sheet_data.xml',
'res_config_view.xml',
],
'demo': ['hr_timesheet_sheet_demo.xml',
],
'demo': ['hr_timesheet_sheet_demo.xml'],
'test':['test/test_hr_timesheet_sheet.yml'],
'installable': True,
'auto_install': False,

View File

@ -42,11 +42,8 @@ Once installed, check the menu 'Ideas' in the 'Tools' main menu.""",
'idea_view.xml',
'idea_workflow.xml',
],
'demo': [
'idea_data.xml'
],
'test':[
],
'demo': ['idea_data.xml'],
'test':[],
'installable': True,
'images': [],
}

View File

@ -31,15 +31,14 @@ The module adds google contact in partner address and add google calendar events
'website': 'http://www.openerp.com',
'depends': ['base', 'import_base', 'google_base_account', 'base_calendar'],
'data': ['security/ir.model.access.csv',
'sync_google_calendar_view.xml',
'wizard/import_google_data_view.xml',
'wizard/google_import_message_view.xml'
],
'sync_google_calendar_view.xml',
'wizard/import_google_data_view.xml',
'wizard/google_import_message_view.xml'
],
'demo': [],
'test': [
#'test/test_sync_google_contact_import_partner.yml',
#'test/test_sync_google_calendar.yml',
#'test/test_sync_google_contact_import_partner.yml',
#'test/test_sync_google_calendar.yml',
],
'installable': True,
'auto_install': False,

View File

@ -31,9 +31,7 @@ Plan contable argentino e impuestos de acuerdo a disposiciones vigentes
'author': ['Cubic ERP'],
'website': 'http://cubicERP.com',
'category': 'Localization/Account Charts',
'depends': [
'account_chart',
],
'depends': ['account_chart'],
'data':[
'account_tax_code.xml',
'l10n_ar_chart.xml',

View File

@ -20,19 +20,19 @@
##############################################################################
{
'name' : 'Austria - Accounting',
'version' : '1.0',
'author' : 'conexus.at',
'website' : 'http://www.conexus.at',
'category' : 'Localization/Account Charts',
'depends' : ['account_chart', 'base_vat'],
'name': 'Austria - Accounting',
'version': '1.0',
'author': 'conexus.at',
'website': 'http://www.conexus.at',
'category': 'Localization/Account Charts',
'depends': ['account_chart', 'base_vat'],
'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' : [],
'data' : ['account_tax_code.xml','account_chart.xml','account_tax.xml','l10n_chart_at_wizard.xml'],
'demo': [],
'data': ['account_tax_code.xml','account_chart.xml','account_tax.xml','l10n_chart_at_wizard.xml'],
'auto_install': False,
'installable': True
}

View File

@ -18,7 +18,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{ 'name': 'Belgium - Accounting',
{
'name': 'Belgium - Accounting',
'version': '1.1',
'category': 'Localization/Account Charts',
'description': """

View File

@ -40,13 +40,11 @@ Belgian Payroll Rules.
""",
'auto_install': False,
'demo': [
'l10n_be_hr_payroll_demo.xml',
],
'demo': ['l10n_be_hr_payroll_demo.xml'],
'data':[
'l10n_be_hr_payroll_view.xml',
'l10n_be_hr_payroll_data.xml',
'data/hr.salary.rule.csv',
'l10n_be_hr_payroll_view.xml',
'l10n_be_hr_payroll_data.xml',
'data/hr.salary.rule.csv',
],
'installable': True
}

View File

@ -30,11 +30,10 @@ Accounting Data for Belgian Payroll Rules.
""",
'auto_install': True,
'demo': [
],
'demo': [],
'data':[
'l10n_be_hr_payroll_account_data.xml',
'data/hr.salary.rule.csv',
'l10n_be_hr_payroll_account_data.xml',
'data/hr.salary.rule.csv',
],
'installable': True
}

View File

@ -19,19 +19,19 @@
#
##############################################################################
{
'name' : 'Canada - Accounting',
'version' : '1.0',
'author' : 'Savoir-faire Linux',
'website' : 'http://www.savoirfairelinux.com',
'category' : 'Localization/Account Charts',
'name': 'Canada - Accounting',
'version': '1.0',
'author': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
'category': 'Localization/Account Charts',
'description': """
This is the module to manage the English and French - Canadian accounting chart in OpenERP.
===========================================================================================
Canadian accounting charts and localizations.
""",
'depends' : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
'data' : [
'depends': ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
'data': [
'account_chart_en.xml',
'account_tax_code_en.xml',
'account_chart_template_en.xml',
@ -44,9 +44,9 @@ Canadian accounting charts and localizations.
'fiscal_templates_fr.xml',
'l10n_ca_wizard.xml',
],
'demo' : [],
'installable' : True,
'certificate' : '00941680933773696173',
'demo': [],
'installable': True,
'certificate': '00941680933773696173',
'images': ['images/config_chart_l10n_ca.jpeg','images/l10n_ca_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,8 +20,8 @@
##############################################################################
{
'name' : 'Switzerland - Accounting',
'description' : """
'name': 'Switzerland - Accounting',
'description': """
Swiss localization :
====================
- DTA generation for a lot of payment types
@ -68,41 +68,41 @@ TODO :
'author': 'Camptocamp',
'category': 'Localization/Account Charts',
'website': 'http://www.camptocamp.com',
'depends' : [ 'account_cancel',
'base_iban',
'account_payment',
'account_voucher',
'report_webkit',
'l10n_multilang'],
'depends': ['account_cancel',
'base_iban',
'account_payment',
'account_voucher',
'report_webkit',
'l10n_multilang'
],
'data': ['dta_data.xml',
'journal_data.xml',
#FR sterchi chart data
'sterchi_chart/account.xml',
'sterchi_chart/vat.xml',
'sterchi_chart/vat2011.xml',
'sterchi_chart/fiscal_position.xml',
'wizard.xml',
'wizard/bvr_import_view.xml',
'wizard/create_dta_view.xml',
'company_view.xml',
'account_invoice.xml',
'bank_view.xml',
'security/ir.model.access.csv',
'report/report_webkit_html_view.xml'],
'journal_data.xml',
#FR sterchi chart data
'sterchi_chart/account.xml',
'sterchi_chart/vat.xml',
'sterchi_chart/vat2011.xml',
'sterchi_chart/fiscal_position.xml',
'wizard.xml',
'wizard/bvr_import_view.xml',
'wizard/create_dta_view.xml',
'company_view.xml',
'account_invoice.xml',
'bank_view.xml',
'security/ir.model.access.csv',
'report/report_webkit_html_view.xml'
],
'demo': ['demo/demo.xml',
'demo/dta_demo.xml'],
'demo/dta_demo.xml'
],
'test': ['test/l10n_ch_report.yml',
'test/l10n_ch_dta.yml',
'test/l10n_ch_dta.yml',
#TODO: uncomment the 2 following tests once they are fixed
#'test/l10n_ch_v11.yml',
#'test/l10n_ch_v11_part.yml'
],
],
'auto_install': False,
'installable': True,
'certificate': '001103836064567088989',
'images': ['images/config_chart_l10n_ch.jpeg','images/l10n_ch_chart.jpeg']}
'images': ['images/config_chart_l10n_ch.jpeg','images/l10n_ch_chart.jpeg']
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -30,10 +30,8 @@ Plan contable chileno e impuestos de acuerdo a disposiciones vigentes
'author': 'Cubic ERP',
'website': 'http://cubicERP.com',
'category': 'Localization/Account Charts',
'depends': [
'account_chart',
],
'data':[
'depends': ['account_chart'],
'data': [
'account_tax_code.xml',
'l10n_cl_chart.xml',
'account_tax.xml',

View File

@ -18,21 +18,21 @@
#
##############################################################################
{
'name' : '中国会计科目表 - Accounting',
'version' : '1.0',
'name': '中国会计科目表 - Accounting',
'version': '1.0',
'category': 'Localization/Account Charts',
'author' : 'openerp-china.org',
'author': 'openerp-china.org',
'maintainer':'openerp-china.org',
'website':'http://openerp-china.org',
'url':'http://code.google.com/p/openerp-china/source/browse/#svn/trunk/l10n_cn',
'url': 'http://code.google.com/p/openerp-china/source/browse/#svn/trunk/l10n_cn',
'description': """
添加中文省份数据
科目类型\会计科目表模板\增值税\辅助核算类别\管理会计凭证簿\财务会计凭证簿
============================================================
""",
'depends' : ['base','account'],
'demo' : [],
'data' : [
'depends': ['base','account'],
'demo': [],
'data': [
'account_chart.xml',
'l10n_chart_cn_wizard.xml',
'base_data.xml',

View File

@ -121,20 +121,20 @@
{
'name' : 'Deutschland - Accounting',
'version' : '1.0',
'author' : 'openbig.org',
'website' : 'http://www.openbig.org',
'category' : 'Localization/Account Charts',
'name': 'Deutschland - Accounting',
'version': '1.0',
'author': 'openbig.org',
'website': 'http://www.openbig.org',
'category': 'Localization/Account Charts',
'description': """
Dieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR03.
==============================================================================
German accounting chart and localization.
""",
'depends' : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
'demo' : [ ],
'data' : [
'depends': ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
'demo': [ ],
'data': [
'account_tax_skr03.xml',
'account_types_skr03.xml',
'account_chart_skr03.xml',

View File

@ -29,18 +29,18 @@ Accounting chart and localization for Ecuador.
""",
'author': 'OpenERP SA',
'depends': [
'account',
'base_vat',
'base_iban',
'account_chart',
'account_coda',
],
'account',
'base_vat',
'base_iban',
'account_chart',
'account_coda',
],
'data': [
'account_tax_code.xml',
'account_chart.xml',
'account_tax.xml',
'l10n_chart_ec_wizard.xml',
],
'account_tax_code.xml',
'account_chart.xml',
'account_tax.xml',
'l10n_chart_ec_wizard.xml',
],
'demo': [],
'installable': True,
'certificate' : '001226484516187330589',

View File

@ -22,11 +22,11 @@
##############################################################################
{
'name' : 'Spanish - Accounting (PGCE 2008)',
'version' : '3.0',
'author' : 'Spanish Localization Team',
'website' : 'https://launchpad.net/openerp-spain',
'category' : 'Localization/Account Charts',
'name': 'Spanish - Accounting (PGCE 2008)',
'version': '3.0',
'author': 'Spanish Localization Team',
'website': 'https://launchpad.net/openerp-spain',
'category': 'Localization/Account Charts',
'description': """
Spanish Charts of Accounts (PGCE 2008).
=======================================
@ -40,9 +40,9 @@ Spanish Charts of Accounts (PGCE 2008).
**Note:** You should install the l10n_ES_account_balance_report module for yearly
account reporting (balance, profit & losses).
""",
'license' : 'GPL-3',
'depends' : ['account', 'base_vat', 'base_iban'],
'data' : [
'license': 'GPL-3',
'depends': ['account', 'base_vat', 'base_iban'],
'data': [
'account_chart.xml',
'taxes_data.xml',
'fiscal_templates.xml',
@ -51,10 +51,10 @@ Spanish Charts of Accounts (PGCE 2008).
'fiscal_templates_pymes.xml',
'l10n_es_wizard.xml'
],
'demo' : [],
'demo': [],
'auto_install': False,
'installable': True,
'certificate' : '00408828172062583229',
'certificate': '00408828172062583229',
'images': ['images/config_chart_l10n_es.jpeg','images/l10n_es_chart.jpeg'],
}

View File

@ -26,11 +26,11 @@
#
##############################################################################
{
'name' : 'France - Accounting',
'version' : '1.1',
'author' : 'OpenERP SA',
'name': 'France - Accounting',
'version': '1.1',
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'category' : 'Localization/Account Charts',
'category': 'Localization/Account Charts',
'description': """
This is the module to manage the accounting chart for France in OpenERP.
========================================================================
@ -53,8 +53,8 @@ configuration of their taxes and fiscal positions manually.
**Credits:** Sistheo, Zeekom, CrysaLEAD, Akretion and Camptocamp.
""",
'depends' : ['base_iban', 'account', 'account_chart', 'base_vat', 'l10n_fr_rib'],
'data' : [
'depends': ['base_iban', 'account', 'account_chart', 'base_vat', 'l10n_fr_rib'],
'data': [
'fr_report.xml',
'plan_comptable_general.xml',
'l10n_fr_view.xml',
@ -65,11 +65,10 @@ configuration of their taxes and fiscal positions manually.
'security/ir.model.access.csv',
'wizard/fr_report_bilan_view.xml',
'wizard/fr_report_compute_resultant_view.xml',
],
'test': ['test/l10n_fr_report.yml'],
'demo' : [],
'certificate' : '00435321693876313629',
'demo': [],
'certificate': '00435321693876313629',
'auto_install': False,
'installable': True,
'images': ['images/config_chart_l10n_fr.jpeg','images/l10n_fr_chart.jpeg'],

View File

@ -45,9 +45,9 @@ TODO :
""",
'active': False,
'data':[
'l10n_fr_hr_payroll_view.xml',
'l10n_fr_hr_payroll_data.xml',
'data': [
'l10n_fr_hr_payroll_view.xml',
'l10n_fr_hr_payroll_data.xml',
],
'installable': True
}

View File

@ -20,25 +20,26 @@
#
##############################################################################
{
'name' : 'Greece - Accounting',
'version' : '0.2',
'author' : 'P. Christeas, OpenERP SA.',
'name': 'Greece - Accounting',
'version': '0.2',
'author': 'P. Christeas, OpenERP SA.',
'website': 'http://openerp.hellug.gr/',
'category' : 'Localization/Account Charts',
'category': 'Localization/Account Charts',
'description': """
This is the base module to manage the accounting chart for Greece.
==================================================================
Greek accounting chart and localization.
""",
'depends' : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
'demo' : [],
'data' : [ 'account_types.xml',
'account_chart.xml',
'account_full_chart.xml',
'account_tax.xml',
'account_tax_vat.xml',
'l10n_gr_wizard.xml'],
'depends': ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
'demo': [],
'data': [ 'account_types.xml',
'account_chart.xml',
'account_full_chart.xml',
'account_tax.xml',
'account_tax_vat.xml',
'l10n_gr_wizard.xml'
],
'installable': True,
'certificate': '001146244418929008029',
'images': ['images/config_chart_l10n_gr.jpeg','images/l10n_gr_chart.jpeg'],

View File

@ -28,10 +28,10 @@
##############################################################################
{
'name' : 'Italy - Accounting',
'version' : '0.1',
'depends' : ['base_vat','account_chart','base_iban'],
'author' : 'OpenERP Italian Community',
'name': 'Italy - Accounting',
'version': '0.1',
'depends': ['base_vat','account_chart','base_iban'],
'author': 'OpenERP Italian Community',
'description': """
Piano dei conti italiano di un'impresa generica.
================================================
@ -39,7 +39,7 @@ Piano dei conti italiano di un'impresa generica.
Italian accounting chart and localization.
""",
'license': 'AGPL-3',
'category' : 'Localization/Account Charts',
'category': 'Localization/Account Charts',
'website': 'http://www.openerp-italia.org/',
'data': [
'data/account.account.template.csv',
@ -49,8 +49,7 @@ Italian accounting chart and localization.
'data/account.fiscal.position.template.csv',
'l10n_chart_it_generic.xml',
],
'demo': [
],
'demo': [],
'installable': True,
'auto_install': False,
'certificate' : '00926677190009155165',

View File

@ -36,15 +36,14 @@ Seddik au cours du troisième trimestre 2010.""",
'website': 'http://www.kazacube.com',
'depends' : ['base', 'account'],
'data' : [
'security/compta_security.xml',
'security/ir.model.access.csv',
'account_type.xml',
'account_pcg_morocco.xml',
'l10n_ma_wizard.xml',
'l10n_ma_tax.xml',
'l10n_ma_journal.xml',
],
'security/compta_security.xml',
'security/ir.model.access.csv',
'account_type.xml',
'account_pcg_morocco.xml',
'l10n_ma_wizard.xml',
'l10n_ma_tax.xml',
'l10n_ma_journal.xml',
],
'demo' : [],
'auto_install': False,
'installable': True,

View File

@ -20,9 +20,9 @@
##############################################################################
{
'name' : 'Multi Language Chart of Accounts',
'version' : '1.1',
'author' : 'OpenERP SA',
'name': 'Multi Language Chart of Accounts',
'version': '1.1',
'author': 'OpenERP SA',
'category': 'Hidden/Dependency',
'description': """
* Multi language support for Chart of Accounts, Taxes, Tax Codes, Journals,

View File

@ -20,23 +20,24 @@
#
##############################################################################
{
'name' : 'Mexico - Accounting',
'version' : '1.0',
'author' : 'RelTek Mexico',
'category' : 'Localization/Account Charts',
'name': 'Mexico - Accounting',
'version': '1.0',
'author': 'RelTek Mexico',
'category': 'Localization/Account Charts',
'description': """
This is the module to manage the accounting chart for Mexico in OpenERP.
========================================================================
Mexican accounting chart and localization.
""",
'depends' : ['account', 'base_vat', 'account_chart'],
'demo' : [],
'data' : ['account_tax_code.xml','account_chart.xml',
'account_tax.xml','l10n_chart_mx_wizard.xml'],
'depends': ['account', 'base_vat', 'account_chart'],
'demo': [],
'data': ['account_tax_code.xml','account_chart.xml',
'account_tax.xml','l10n_chart_mx_wizard.xml'
],
'auto_install': False,
'installable': True,
'certificate' : '00858539161332598061',
'certificate': '00858539161332598061',
'images': ['images/config_chart_l10n_mx.jpeg','images/l10n_mx_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -121,10 +121,10 @@ De extra cijfers worden dan achter het rekeningnummer aangevult met 'nullen'.
'base_vat',
'base_iban',
'account_chart'
],
],
'data' : ['account_chart_netherlands.xml',
'l10n_nl_wizard.xml'
],
'l10n_nl_wizard.xml'
],
'demo' : [],
'installable': True,
'certificate': '00976041422960053277',

View File

@ -32,17 +32,14 @@ SUNAT 2011 (PCGE 2010).
'author': ['Cubic ERP'],
'website': 'http://cubicERP.com',
'category': 'Localization/Account Charts',
'depends': [
'account_chart',
],
'depends': ['account_chart'],
'data':[
'account_tax_code.xml',
'l10n_pe_chart.xml',
'account_tax.xml',
'l10n_pe_wizard.xml',
],
'demo': [
],
],
'demo': [],
'active': False,
'installable': True,
'certificate' : '0045046493412',

View File

@ -37,7 +37,8 @@ VAT 0%, 7% i 22%. Moduł ustawia też konta do kupna i sprzedaży towarów zakł
'depends' : ['account', 'base_iban', 'base_vat', 'account_chart'],
'demo' : [],
'data' : ['account_tax_code.xml','account_chart.xml',
'account_tax.xml','l10n_chart_pl_wizard.xml'],
'account_tax.xml','l10n_chart_pl_wizard.xml'
],
'auto_install': False,
'installable': True,
'certificate' : '00885794372803776829',

View File

@ -45,7 +45,7 @@ Bu modül kurulduktan sonra, Muhasebe yapılandırma sihirbazı çalışır
'account_chart_template.xml',
'account_tax_template.xml',
'l10n_tr_wizard.xml',
],
],
'demo': [],
'installable': True,
'images': ['images/chart_l10n_tr_1.jpg','images/chart_l10n_tr_2.jpg','images/chart_l10n_tr_3.jpg'],

View File

@ -42,9 +42,7 @@ This is the latest UK OpenERP localisation necessary to run OpenERP accounting f
'data/res.country.state.csv',
'l10n_uk_wizard.xml',
],
'demo' : [
'demo/demo.xml'
],
'demo' : ['demo/demo.xml'],
'installable': 'True',
'images': ['images/config_chart_l10n_uk.jpeg','images/l10n_uk_chart.jpeg'],
}

View File

@ -28,9 +28,7 @@ United States - Chart of accounts.
==================================
""",
'website': 'http://www.openerp.com',
'depends': [
'account_chart',
],
'depends': ['account_chart'],
'data': [
'l10n_us_account_type.xml',
'account_chart_template.xml',

View File

@ -22,11 +22,11 @@
##############################################################################
{
'name' : 'Uruguay - Chart of Accounts',
'version' : '0.1',
'author' : 'Uruguay l10n Team & Guillem Barba',
'category' : 'Localization/Account Charts',
'website' : 'https://launchpad.net/openerp-uruguay',
'name': 'Uruguay - Chart of Accounts',
'version': '0.1',
'author': 'Uruguay l10n Team & Guillem Barba',
'category': 'Localization/Account Charts',
'website': 'https://launchpad.net/openerp-uruguay',
'description': """
General Chart of Accounts.
==========================
@ -34,21 +34,19 @@ General Chart of Accounts.
Provide Templates for Chart of Accounts, Taxes for Uruguay.
""",
'license' : 'AGPL-3',
'depends' : [
'account',
],
'license': 'AGPL-3',
'depends': ['account'],
'data': [
'account_types.xml',
'taxes_code_template.xml',
'account_chart_template.xml',
'taxes_template.xml',
'l10n_uy_wizard.xml',
],
'account_types.xml',
'taxes_code_template.xml',
'account_chart_template.xml',
'taxes_template.xml',
'l10n_uy_wizard.xml',
],
'demo': [],
'auto_install': False,
'installable': True,
'certificate' : '0078287892698',
'certificate': '0078287892698',
'images': ['images/config_chart_l10n_uy.jpeg','images/l10n_uy_chart.jpeg'],
}

View File

@ -24,9 +24,9 @@
##############################################################################
{
'name' : 'Venezuela - Accounting',
'version' : '1.0',
'author' : ['OpenERP SA', 'Netquatro'],
'category' : 'Localization/Account Charts',
'version': '1.0',
'author': ['OpenERP SA', 'Netquatro'],
'category': 'Localization/Account Charts',
'description':
"""
This is the module to manage the accounting chart for Venezuela in OpenERP.
@ -34,13 +34,14 @@ This is the module to manage the accounting chart for Venezuela in OpenERP.
Este módulo es para manejar un catálogo de cuentas ejemplo para Venezuela.
""",
'depends' : ['account', 'base_vat', 'account_chart'],
'demo' : [],
'data' : ['account_tax_code.xml','account_chart.xml',
'account_tax.xml','l10n_chart_ve_wizard.xml'],
'depends': ['account', 'base_vat', 'account_chart'],
'demo': [],
'data': ['account_tax_code.xml','account_chart.xml',
'account_tax.xml','l10n_chart_ve_wizard.xml'
],
'auto_install': False,
'installable': True,
'certificate' : '00763145921185574557',
'certificate': '00763145921185574557',
'images': ['images/config_chart_l10n_ve.jpeg','images/l10n_ve_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,7 +22,7 @@
{
'name': 'Social Network',
'version': '1.0',
'category':'Social Network',
'category': 'Social Network',
'sequence': 2,
'summary': 'Discussions, Mailing Lists, News',
'description': """
@ -75,9 +75,7 @@ The main features of the module are:
'mail_alias_view.xml',
'res_users_view.xml',
],
'demo': [
'data/mail_demo.xml',
],
'demo': ['data/mail_demo.xml'],
'installable': True,
'auto_install': False,
'application': True,

View File

@ -21,10 +21,10 @@
{
'name' : 'Marketing',
'version' : '1.1',
'depends' : ['base', 'base_setup'],
'author' : 'OpenERP SA',
'name': 'Marketing',
'version': '1.1',
'depends': ['base', 'base_setup'],
'author': 'OpenERP SA',
'category': 'Hidden/Dependency',
'description': """
Menu for Marketing.
@ -42,7 +42,7 @@ Contains the installer for marketing-related modules.
'demo': ['marketing_demo.xml'],
'installable': True,
'auto_install': False,
'certificate' : '00598574977629228189',
'certificate': '00598574977629228189',
'images': ['images/config_marketing.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,14 +21,14 @@
{
'name' : 'Marketing Campaigns',
'version' : '1.1',
'depends' : ['marketing',
'name': 'Marketing Campaigns',
'version': '1.1',
'depends': ['marketing',
'document',
'email_template',
'decimal_precision'
],
'author' : 'OpenERP SA',
],
'author': 'OpenERP SA',
'category': 'Marketing',
'description': """
This module provides leads automation through marketing campaigns (campaigns can in fact be defined on any resource, not just CRM Leads).
@ -64,15 +64,11 @@ input segments, workflow.
'security/marketing_campaign_security.xml',
'security/ir.model.access.csv'
],
'demo': [
'marketing_campaign_demo.xml',
],
'test': [
'test/marketing_campaign.yml',
],
'demo': ['marketing_campaign_demo.xml'],
'test': ['test/marketing_campaign.yml'],
'installable': True,
'auto_install': False,
'certificate' : '00421723279617928365',
'certificate': '00421723279617928365',
'images': ['images/campaign.png', 'images/campaigns.jpeg','images/email_account.jpeg','images/email_templates.jpeg','images/segments.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,12 +21,12 @@
{
'name' : 'Marketing Campaign - Demo',
'version' : '1.0',
'depends' : ['marketing_campaign',
'name': 'Marketing Campaign - Demo',
'version': '1.0',
'depends': ['marketing_campaign',
'crm',
],
'author' : 'OpenERP SA',
],
'author': 'OpenERP SA',
'category': 'Marketing',
'description': """
Demo data for the module marketing_campaign.
@ -36,12 +36,10 @@ Creates demo data like leads, campaigns and segments for the module marketing_ca
""",
'website': 'http://www.openerp.com',
'data': [],
'demo': [
'marketing_campaign_demo.xml',
],
'demo': ['marketing_campaign_demo.xml'],
'installable': True,
'auto_install': False,
'certificate' : '001005497972871352957',
'certificate': '001005497972871352957',
'images': ['images/campaigns.jpeg','images/email_templates.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,15 +21,15 @@
{
'name' : 'MRP',
'version' : '1.1',
'author' : 'OpenERP SA',
'website' : 'http://www.openerp.com',
'category' : 'Manufacturing',
'name': 'MRP',
'version': '1.1',
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'category': 'Manufacturing',
'sequence': 18,
'summary': 'Manufacturing Orders, Bill of Materials, Routing',
'images' : ['images/bill_of_materials.jpeg', 'images/manufacturing_order.jpeg', 'images/planning_manufacturing_order.jpeg', 'images/production_analysis.jpeg', 'images/production_dashboard.jpeg','images/routings.jpeg','images/work_centers.jpeg'],
'depends' : ['procurement', 'stock', 'resource', 'purchase', 'product','process'],
'images': ['images/bill_of_materials.jpeg', 'images/manufacturing_order.jpeg', 'images/planning_manufacturing_order.jpeg', 'images/production_analysis.jpeg', 'images/production_dashboard.jpeg','images/routings.jpeg','images/work_centers.jpeg'],
'depends': ['procurement', 'stock', 'resource', 'purchase', 'product','process'],
'description': """
This is the base module to manage the manufacturing process in OpenERP.
=======================================================================
@ -87,9 +87,7 @@ Dashboard provided by this module:
'board_manufacturing_view.xml',
'res_config_view.xml',
],
'demo': [
'mrp_demo.xml',
],
'demo': ['mrp_demo.xml'],
#TODO: This yml tests are needed to be completely reviewed again because the product wood panel is removed in product demo as it does not suit for new demo context of computer and consultant company
# so the ymls are too complex to change at this stage
'test': [

View File

@ -66,9 +66,10 @@ So, that we can compare the theoretic delay and real delay.
'mrp_operations_workflow_instance.xml'
],
'demo': ['mrp_operation_data.xml',
'mrp_operations_demo.yml'],
'mrp_operations_demo.yml'
],
'test': [
# 'test/workcenter_operations.yml',
# 'test/workcenter_operations.yml',
],
'installable': True,
'auto_install': False,

View File

@ -55,7 +55,8 @@ The following topics should be covered by this module:
'test/test_mrp_repair_b4inv.yml',
'test/test_mrp_repair_afterinv.yml',
'test/test_mrp_repair_cancel.yml',
'test/mrp_repair_report.yml'],
'test/mrp_repair_report.yml'
],
'installable': True,
'auto_install': False,
'certificate': '0060814381277',

View File

@ -47,9 +47,7 @@ With this module:
'mrp_subproduct_view.xml'
],
'demo': [],
'test': [
'test/mrp_subproduct.yml'
],
'test': ['test/mrp_subproduct.yml'],
'installable': True,
'auto_install': False,
'certificate': '0050060616733',

View File

@ -37,12 +37,8 @@ This module is the base module for other multi-company modules.
'sale',
'project',
],
'data': [
'res_company_view.xml'
],
'demo': [
'multi_company_demo.xml'
],
'data': ['res_company_view.xml'],
'demo': ['multi_company_demo.xml'],
'installable': True,
'auto_install': False,
'certificate' : '001115526094673097933',

View File

@ -13,17 +13,13 @@ pads (by default, http://ietherpad.com/).
'author': 'OpenERP SA',
'website': 'http://openerp.com',
'depends': ['base'],
'data': [
'res_company.xml'
],
'data': ['res_company.xml'],
'installable': True,
'auto_install': False,
'web': True,
'certificate' : '001183545978470526509',
'js': ['static/src/js/pad.js'],
'qweb' : [
'static/src/xml/*.xml',
],
'qweb' : ['static/src/xml/*.xml'],
'images': ['static/src/img/pad_link_companies.jpeg'],
'css': ['static/src/css/etherpad.css',],
}

View File

@ -30,9 +30,7 @@ The common interface for plug-in.
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': [
'base',
],
'depends': ['base'],
'data': [],
'demo': [],
'test': [],

View File

@ -81,16 +81,16 @@ Main features:
'application': True,
# Web client
'js': [
'static/lib/backbone/backbone-0.9.2.js',
'static/lib/mousewheel/jquery.mousewheel-3.0.6.js',
'static/src/js/pos_models.js',
'static/src/js/pos_basewidget.js',
'static/src/js/pos_keyboard_widget.js',
'static/src/js/pos_scrollbar_widget.js',
'static/src/js/pos_widgets.js',
'static/src/js/pos_devices.js',
'static/src/js/pos_screens.js',
'static/src/js/pos_main.js'
'static/lib/backbone/backbone-0.9.2.js',
'static/lib/mousewheel/jquery.mousewheel-3.0.6.js',
'static/src/js/pos_models.js',
'static/src/js/pos_basewidget.js',
'static/src/js/pos_keyboard_widget.js',
'static/src/js/pos_scrollbar_widget.js',
'static/src/js/pos_widgets.js',
'static/src/js/pos_devices.js',
'static/src/js/pos_screens.js',
'static/src/js/pos_main.js'
],
'css': [
'static/src/css/pos.css',

View File

@ -21,13 +21,13 @@
{
'name' : 'Portal',
'version' : '1.0',
'depends' : [
'version': '1.0',
'depends': [
'base',
'share',
'auth_anonymous'
],
'author' : 'OpenERP SA',
'author': 'OpenERP SA',
'category': 'Portal',
'description': """
Customize access to your OpenERP database to external users by creating portals.
@ -50,9 +50,7 @@ very handy when used in combination with the module 'share'.
'wizard/portal_wizard_view.xml',
'wizard/share_wizard_view.xml',
],
'demo': [
'portal_demo.xml',
],
'demo': ['portal_demo.xml'],
'installable': True,
}

View File

@ -24,7 +24,7 @@
'name': 'Portal Claim',
'version': '0.1',
'category': 'Tools',
'complexity': "easy",
'complexity': 'easy',
'description': """
This module adds claim menu and features to your portal if claim and portal are installed.
==========================================================================================
@ -37,7 +37,7 @@ This module adds claim menu and features to your portal if claim and portal are
'security/portal_security.xml',
],
'installable': True,
'auto_install':True,
'category':'Hidden',
'auto_install': True,
'category': 'Hidden',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -31,15 +31,10 @@ This module adds a contact page (with a contact form creating a lead when submit
""",
'author': 'OpenERP SA',
'depends': ['crm','portal'],
'data': [
'wizard/contact_view.xml',
],
'installable': True
, 'auto_install':True,
'category':'Hidden',
'css': [
'static/src/css/portal_crm.css',
],
'data': ['wizard/contact_view.xml'],
'installable': True,
'auto_install': True,
'category': 'Hidden',
'css': ['static/src/css/portal_crm.css'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -38,7 +38,7 @@ This module adds event menu and features to your portal if event and portal are
'security/ir.model.access.csv',
],
'installable': True,
'auto_install':True,
'category':'Hidden',
'auto_install': True,
'category': 'Hidden',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -36,11 +36,8 @@ This module adds a list of employees to your portal's contact page if hr and por
'security/ir.model.access.csv',
],
'installable': True,
'auto_install':True,
'category':'Hidden',
'css': [
'static/src/css/portal_hr_employees.css',
],
'auto_install': True,
'category': 'Hidden',
'css': ['static/src/css/portal_hr_employees.css'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -37,7 +37,7 @@ This module adds project menu and features (tasks) to your portal if project and
'portal_project_view.xml',
],
'installable': True,
'auto_install':True,
'category':'Hidden',
'auto_install': True,
'category': 'Hidden',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -37,10 +37,8 @@ This module adds issue menu and features to your portal if project_issue and por
'portal_project_issue_view.xml',
],
'installable': True,
'auto_install':True,
'category':'Hidden',
'css': [
'static/src/css/portal_project_issue.css',
],
'auto_install': True,
'category': 'Hidden',
'css': ['static/src/css/portal_project_issue.css'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -37,7 +37,7 @@ This module adds sale menu and features to your portal if sale and portal are in
'security/ir.model.access.csv',
],
'installable': True,
'auto_install':True,
'category':'Hidden',
'auto_install': True,
'category': 'Hidden',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -37,8 +37,8 @@ This module shows the basic processes involved in the selected modules and in th
'website': 'http://www.openerp.com',
'depends': ['base'],
'data': [
'security/ir.model.access.csv',
'process_view.xml'
'security/ir.model.access.csv',
'process_view.xml'
],
'demo': [],
'installable': True,

View File

@ -21,12 +21,12 @@
{
'name' : 'Products & Pricelists',
'version' : '1.1',
'author' : 'OpenERP SA',
'name': 'Products & Pricelists',
'version': '1.1',
'author': 'OpenERP SA',
'category': 'Sales Management',
'depends' : ['base', 'process', 'decimal_precision', 'mail'],
'demo' : ['product_demo.xml', 'product_image_demo.xml'],
'depends': ['base', 'process', 'decimal_precision', 'mail'],
'demo': ['product_demo.xml', 'product_image_demo.xml'],
'description': """
This is the base module for managing products and pricelists in OpenERP.
========================================================================

View File

@ -18,12 +18,12 @@
#
##############################################################################
{
'name' : 'Products Manufacturers',
'version' : '1.0',
'author' : 'OpenERP SA',
'name': 'Products Manufacturers',
'version': '1.0',
'author': 'OpenERP SA',
'category': 'Purchase Management',
'depends' : ['stock'],
'demo' : [],
'depends': ['stock'],
'demo': [],
'description': """
A module that adds manufacturers and attributes on the product form.
====================================================================
@ -35,13 +35,13 @@ You can now define the following for a product:
* Manufacturer Product Code
* Product Attributes
""",
'data' : [
'data': [
'security/ir.model.access.csv',
'product_manufacturer_view.xml'
],
'auto_install': False,
'installable': True,
'certificate' : '00720153953662760781',
'certificate': '00720153953662760781',
'images': ['images/products_manufacturer.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -33,9 +33,9 @@ The wizard to launch the report has several options to help you get the data you
'author': 'OpenERP SA',
'depends': ['account'],
'data': [
'security/ir.model.access.csv',
'wizard/product_margin_view.xml',
'product_margin_view.xml'
'security/ir.model.access.csv',
'wizard/product_margin_view.xml',
'product_margin_view.xml'
],
'test':['test/product_margin.yml'],
'demo': [],

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