[FIX] Revert

bzr revid: stephane@tinyerp.com-20090203165402-ge1pi3i0r8xn1ynq
This commit is contained in:
Stephane Wirtel 2009-02-03 17:54:02 +01:00
parent eefc03dbdd
commit 6c78bfe44e
109 changed files with 642 additions and 474 deletions

View File

@ -22,9 +22,11 @@
{ {
'name': 'Accounting and financial management', "name" : "Accounting and financial management",
'version': '1.1', "version" : "1.1",
'description': """Financial and accounting module that covers: "depends" : ["product", "base", "process"],
"author" : "Tiny",
"description": """Financial and accounting module that covers:
General accounting General accounting
Cost / Analytic accounting Cost / Analytic accounting
Third party accounting Third party accounting
@ -37,33 +39,37 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['product', 'base', 'process'], 'depends': ['product', 'base', 'process'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/account_security.xml', 'update_xml': [
'security/ir.model.access.csv', 'security/account_security.xml',
'account_menuitem.xml', 'security/ir.model.access.csv',
'account_wizard.xml', 'account_menuitem.xml',
'account_view.xml', 'account_wizard.xml',
'account_end_fy.xml', 'account_view.xml',
'account_invoice_view.xml', 'account_end_fy.xml',
'account_report.xml', 'account_invoice_view.xml',
'partner_view.xml', 'account_report.xml',
'data/account_invoice.xml', 'partner_view.xml',
'data/account_data2.xml', 'data/account_invoice.xml',
'account_invoice_workflow.xml', 'data/account_data2.xml',
'project/project_view.xml', 'account_invoice_workflow.xml',
'project/project_report.xml', 'project/project_view.xml',
'product_view.xml', 'project/project_report.xml',
'account_assert_test.xml', 'product_view.xml',
'process/statement_process.xml', 'account_assert_test.xml',
'process/customer_invoice_process.xml', 'process/statement_process.xml',
'process/supplier_invoice_process.xml', 'process/customer_invoice_process.xml',
'sequence_view.xml'], 'process/supplier_invoice_process.xml',
'demo_xml': [ 'account_demo.xml', 'sequence_view.xml'
'project/project_demo.xml', ],
'project/analytic_account_demo.xml', 'demo_xml': [
'demo/account_minimal.xml', 'account_demo.xml',
'account_unit_test.xml'], 'project/project_demo.xml',
'project/analytic_account_demo.xml',
'demo/account_minimal.xml',
'account_unit_test.xml'
],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0021841915058685', 'certificate': '80331923549',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -23,21 +23,26 @@
{ {
'name': 'report_account_analytic', 'name': 'report_account_analytic',
'version': '1.1', 'version': '1.0',
'category': 'Generic Modules/Accounting', 'category': 'Generic Modules/Accounting',
'description': """Modify account analytic view to show 'description': """Modify account analytic view to show
important data for project manager of services companies. important data for project manager of services companies.
Add menu to show relevant information for each manager.""", Add menu to show relevant information for each manager.""",
'author': 'Camptocamp', "version" : "1.1",
'website': 'http://www.camptocamp.com/', "author" : "Camptocamp",
'depends': ['account', 'hr_timesheet', 'hr_timesheet_invoice', 'project'], "category" : "Generic Modules/Accounting",
'init_xml': [], "module": "",
'update_xml': [ 'security/ir.model.access.csv', "website": "http://www.camptocamp.com/",
'account_analytic_analysis_view.xml', "depends" : ["account","hr_timesheet","hr_timesheet_invoice","project"],
'account_analytic_analysis_menu.xml'], "init_xml" : [],
"update_xml" : [
"security/ir.model.access.csv",
"account_analytic_analysis_view.xml",
"account_analytic_analysis_menu.xml",
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0018849810007757', 'certificate': '42927202589',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -41,6 +41,6 @@ Allows to automatically select analytic accounts based on criterions:
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0012267336671725', 'certificate': '74229833581',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -57,13 +57,15 @@ for one account entry.
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['account', 'account_analytic_default'], 'depends': ['account', 'account_analytic_default'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'model_wizard.xml', 'security/ir.model.access.csv',
'account_analytic_plans_view.xml', 'model_wizard.xml',
'account_analytic_plans_report.xml'], 'account_analytic_plans_view.xml',
'account_analytic_plans_report.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0018550331377437', 'certificate': '36417675373',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@ -48,14 +48,16 @@ Three reports are available:
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['account'], 'depends': ['account'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'account_budget_wizard.xml', 'security/ir.model.access.csv',
'crossovered_budget_view.xml', 'account_budget_wizard.xml',
'crossovered_budget_report.xml', 'crossovered_budget_view.xml',
'crossovered_budget_workflow.xml'], 'crossovered_budget_report.xml',
'crossovered_budget_workflow.xml'
],
'demo_xml': ['crossovered_budget_demo.xml'], 'demo_xml': ['crossovered_budget_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0020645028723437', 'certificate': '43819694157',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -33,6 +33,6 @@
'update_xml': [], 'update_xml': [],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'certificate': '0014960165741629', 'certificate': '73332443901',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -42,6 +42,6 @@ period !"
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0010472116996909', 'certificate': '66174843389',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -42,13 +42,15 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['account'], 'depends': ['account'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'wizard/wizard_view.xml', 'security/ir.model.access.csv',
'followup_view.xml', 'wizard/wizard_view.xml',
'followup_report_view.xml'], 'followup_view.xml',
'followup_report_view.xml'
],
'demo_xml': ['followup_demo.xml'], 'demo_xml': ['followup_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0015558742212861', 'certificate': '72481076453',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -40,12 +40,14 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'account'], 'depends': ['base', 'account'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'account_invoice_layout_view.xml', 'security/ir.model.access.csv',
'account_invoice_layout_report.xml'], 'account_invoice_layout_view.xml',
'account_invoice_layout_report.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0025731486677245', 'certificate': '57235078173',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,10 +22,13 @@
{ {
'name': 'Payment Management', "name": "Payment Management",
'version': '1.1', "version": "1.1",
'category': 'Generic Modules/Payment', "author": "Tiny",
'description': """ "category": "Generic Modules/Payment",
"depends": ["account"],
"init_xml": [],
"description": """
This module provide : This module provide :
* a more efficient way to manage invoice payment. * a more efficient way to manage invoice payment.
* a basic mechanism to easily plug various automated payment. * a basic mechanism to easily plug various automated payment.
@ -33,17 +36,19 @@
'author': 'Tiny', 'author': 'Tiny',
'depends': ['account'], 'depends': ['account'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/account_payment_security.xml', 'update_xml': [
'security/ir.model.access.csv', 'security/account_payment_security.xml',
'payment_wizard.xml', 'security/ir.model.access.csv',
'payment_view.xml', 'payment_wizard.xml',
'payment_workflow.xml', 'payment_view.xml',
'payment_sequence.xml', 'payment_workflow.xml',
'account_invoice_view.xml', 'payment_sequence.xml',
'payment_report.xml'], 'account_invoice_view.xml',
'payment_report.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0028723518223901', 'certificate': '61703998541',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -33,13 +33,15 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['account'], 'depends': ['account'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'account_view.xml', 'security/ir.model.access.csv',
'account_report.xml', 'account_view.xml',
'account_wizard.xml'], 'account_report.xml',
'account_wizard.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '009873710157725', 'certificate': '50976406925',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -30,13 +30,15 @@
'author': 'Tiny', 'author': 'Tiny',
'depends': ['account'], 'depends': ['account'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'account_view.xml', 'security/ir.model.access.csv',
'account_report.xml', 'account_view.xml',
'account_data.xml'], 'account_report.xml',
'account_data.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0010472149969149', 'certificate': '72305016797',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -38,6 +38,6 @@ This module implement the modification on the invoice form.
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0024534751356253', 'certificate': '70514190381',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -39,14 +39,16 @@ Basic Accounting, plus new things that are available:
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'account'], 'depends': ['base', 'account'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'account_voucher_sequence.xml', 'security/ir.model.access.csv',
'account_view.xml', 'account_voucher_sequence.xml',
'account_report.xml', 'account_view.xml',
'voucher_view.xml'], 'account_report.xml',
'voucher_view.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0013165089564733', 'certificate': '37580727101',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

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

View File

@ -33,13 +33,15 @@
'author': 'Tiny', 'author': 'Tiny',
'depends': ['base', 'account', 'hr_attendance'], 'depends': ['base', 'account', 'hr_attendance'],
'init_xml': ['auction_sequence.xml'], 'init_xml': ['auction_sequence.xml'],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'auction_view.xml', 'security/ir.model.access.csv',
'auction_report.xml', 'auction_view.xml',
'auction_wizard.xml'], 'auction_report.xml',
'auction_wizard.xml'
],
'demo_xml': ['auction_demo.xml'], 'demo_xml': ['auction_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '008676977189565', 'certificate': '39333102717',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -31,12 +31,14 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'account', 'purchase', 'mrp'], 'depends': ['base', 'account', 'purchase', 'mrp'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'audittrail_view.xml', 'update_xml': [
'security/ir.model.access.csv', 'audittrail_view.xml',
'security/audittrail_security.xml'], 'security/ir.model.access.csv',
'security/audittrail_security.xml'
],
'demo_xml': ['audittrail_demo.xml'], 'demo_xml': ['audittrail_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0010173008267165', 'certificate': '62572348749',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -43,12 +43,14 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'process'], 'depends': ['base', 'process'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'base_contact_view.xml', 'security/ir.model.access.csv',
'process/base_contact_process.xml'], 'base_contact_view.xml',
'process/base_contact_process.xml'
],
'demo_xml': ['base_contact_demo.xml'], 'demo_xml': ['base_contact_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0027227757067813', 'certificate': '31287885469',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -35,6 +35,6 @@ This module install the base for IBAN bank accounts.
'update_xml': ['base_iban_view.xml'], 'update_xml': ['base_iban_view.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0016157146365533', 'certificate': '50014379549',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -41,6 +41,6 @@
'update_xml': ['base_module_merge_wizard.xml'], 'update_xml': ['base_module_merge_wizard.xml'],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'certificate': '009275389048693', 'certificate': '35756279709',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -43,6 +43,6 @@ to call this button when you want to release a new version of your module.
'update_xml': ['base_module_publish_wizard.xml'], 'update_xml': ['base_module_publish_wizard.xml'],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'certificate': '008976182484749', 'certificate': '67939821245',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -51,6 +51,6 @@ How to use it:
'update_xml': ['security/ir.model.access.csv', 'base_module_record_wizard.xml'], 'update_xml': ['security/ir.model.access.csv', 'base_module_record_wizard.xml'],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'certificate': '0020046809368957', 'certificate': '83134865813',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -36,12 +36,14 @@ the "Dashboard" menu.
'website': '', 'website': '',
'depends': ['base', 'board'], 'depends': ['base', 'board'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'base_report_creator_wizard.xml', 'security/ir.model.access.csv',
'base_report_creator_view.xml'], 'base_report_creator_wizard.xml',
'base_report_creator_view.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0027826168589381', 'certificate': '31285794149',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -37,6 +37,6 @@ OpenOffice.
'demo_xml': ['base_report_data.xml'], 'demo_xml': ['base_report_data.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0018850014946253', 'certificate': '56379010493',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -46,6 +46,6 @@
'demo_xml': ['base_setup_demo.xml'], 'demo_xml': ['base_setup_demo.xml'],
'installable': True, 'installable': True,
'active': True, 'active': True,
'certificate': '0021243634084373', 'certificate': '86711085869',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -31,6 +31,6 @@
'update_xml': ['base_vat_data.xml'], 'update_xml': ['base_vat_data.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0014361902367773', 'certificate': '84849360989',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@ -35,17 +35,19 @@
* Graph of aged incomes * Graph of aged incomes
""", """,
'author': 'Tiny', 'author': 'Tiny',
'depends': [ 'account', 'depends': [
'hr_timesheet_invoice', 'account',
'board', 'hr_timesheet_invoice',
'report_account', 'board',
'report_analytic', 'report_account',
'report_analytic_line', 'report_analytic',
'account_report'], 'report_analytic_line',
'account_report'
],
'update_xml': ['board_account_view.xml'], 'update_xml': ['board_account_view.xml'],
'demo_xml': ['board_account_demo.xml'], 'demo_xml': ['board_account_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0014361759782429', 'certificate': '76016921229',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -34,6 +34,6 @@ This module implements a dashboard for associations.
'demo_xml': ['board_association_demo.xml'], 'demo_xml': ['board_association_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0023338115437757', 'certificate': '79647781773',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -35,6 +35,6 @@
'demo_xml': ['board_auction_demo.xml'], 'demo_xml': ['board_auction_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0027825909145421', 'certificate': '49187078189',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -40,6 +40,6 @@ This module implements a dashboard for CRM that includes:
'demo_xml': ['board_crm_demo.xml'], 'demo_xml': ['board_crm_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0023637319471165', 'certificate': '71599098909',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -32,6 +32,6 @@
'demo_xml': ['board_document_demo.xml'], 'demo_xml': ['board_document_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0019747483618397', 'certificate': '44628458429',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -38,6 +38,6 @@
'demo_xml': ['board_manufacturing_demo.xml'], 'demo_xml': ['board_manufacturing_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0026629097091997', 'certificate': '30407612797',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -34,17 +34,19 @@ This module implements a dashboard for project member that includes:
* Graph of my work analysis * Graph of my work analysis
""", """,
'author': 'Tiny', 'author': 'Tiny',
'depends': [ 'project', 'depends': [
'report_timesheet', 'project',
'board', 'report_timesheet',
'report_analytic_planning', 'board',
'report_analytic_line', 'report_analytic_planning',
'report_task', 'report_analytic_line',
'hr_timesheet_sheet'], 'report_task',
'hr_timesheet_sheet'
],
'update_xml': ['board_project_view.xml', 'board_project_manager_view.xml'], 'update_xml': ['board_project_view.xml', 'board_project_manager_view.xml'],
'demo_xml': ['board_project_demo.xml'], 'demo_xml': ['board_project_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0013464149376989', 'certificate': '39350482013',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -39,6 +39,6 @@ This module implements a dashboard for salesman that includes:
'demo_xml': ['board_sale_demo.xml'], 'demo_xml': ['board_sale_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0011668930186397', 'certificate': '46503501021',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -47,14 +47,16 @@ between mails and Open ERP.""",
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base'], 'depends': ['base'],
'init_xml': ['crm_data.xml'], 'init_xml': ['crm_data.xml'],
'update_xml': [ 'crm_view.xml', 'update_xml': [
'crm_report.xml', 'crm_view.xml',
'crm_wizard.xml', 'crm_report.xml',
'security/crm_security.xml', 'crm_wizard.xml',
'security/ir.model.access.csv'], 'security/crm_security.xml',
'security/ir.model.access.csv'
],
'demo_xml': ['crm_demo.xml'], 'demo_xml': ['crm_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0024235645566773', 'certificate': '79056041421',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -38,21 +38,23 @@ meetings, eso.
'author': 'Tiny', 'author': 'Tiny',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['crm', 'report_crm', 'process'], 'depends': ['crm', 'report_crm', 'process'],
'init_xml': [ 'crm_configuration_wizard.xml', 'init_xml': [
'crm_config_view.xml', 'crm_configuration_wizard.xml',
'crm_bugs_view.xml', 'crm_config_view.xml',
'crm_jobs_view.xml', 'crm_bugs_view.xml',
'crm_lead_view.xml', 'crm_jobs_view.xml',
'crm_meeting_view.xml', 'crm_lead_view.xml',
'crm_opportunity_view.xml', 'crm_meeting_view.xml',
'crm_fund_view.xml', 'crm_opportunity_view.xml',
'crm_claims_view.xml', 'crm_fund_view.xml',
'crm_phonecall_view.xml', 'crm_claims_view.xml',
'crm_report_view.xml'], 'crm_phonecall_view.xml',
'crm_report_view.xml'
],
'update_xml': ['security/ir.model.access.csv', 'process/crm_configuration_process.xml'], 'update_xml': ['security/ir.model.access.csv', 'process/crm_configuration_process.xml'],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0012865886253781', 'certificate': '80531386589',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -45,6 +45,6 @@
'demo_xml': ['crm_profiling_demo.xml'], 'demo_xml': ['crm_profiling_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0012566539614077', 'certificate': '33984979005',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -33,6 +33,6 @@
'update_xml': [], 'update_xml': [],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'certificate': '0017050451838029', 'certificate': '59915476845',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -29,13 +29,15 @@
'author': 'Tiny', 'author': 'Tiny',
'depends': ['sale', 'purchase', 'stock'], 'depends': ['sale', 'purchase', 'stock'],
'init_xml': ['delivery_data.xml'], 'init_xml': ['delivery_data.xml'],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'delivery_view.xml', 'security/ir.model.access.csv',
'delivery_wizard.xml', 'delivery_view.xml',
'partner_view.xml'], 'delivery_wizard.xml',
'partner_view.xml'
],
'demo_xml': ['delivery_demo.xml'], 'demo_xml': ['delivery_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0023337859283261', 'certificate': '33981912253',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -34,13 +34,15 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'process'], 'depends': ['base', 'process'],
'init_xml': ['document_data.xml', 'document_demo.xml'], 'init_xml': ['document_data.xml', 'document_demo.xml'],
'update_xml': [ 'document_view.xml', 'update_xml': [
'document_data.xml', 'document_view.xml',
'security/document_security.xml', 'document_data.xml',
'security/ir.model.access.csv'], 'security/document_security.xml',
'security/ir.model.access.csv'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0025133162533277', 'certificate': '70515416461',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -34,6 +34,6 @@
'demo_xml': ['document_demo.xml'], 'demo_xml': ['document_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0013463924422349', 'certificate': '71242387229',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -41,14 +41,16 @@
'author': 'Tiny', 'author': 'Tiny',
'depends': ['crm', 'base_contact', 'account'], 'depends': ['crm', 'base_contact', 'account'],
'init_xml': ['event_data.xml'], 'init_xml': ['event_data.xml'],
'update_xml': [ 'event_wizard.xml', 'update_xml': [
'event_view.xml', 'event_wizard.xml',
'event_sequence.xml', 'event_view.xml',
'security/event_security.xml', 'event_sequence.xml',
'security/ir.model.access.csv'], 'security/event_security.xml',
'security/ir.model.access.csv'
],
'demo_xml': ['event_demo.xml'], 'demo_xml': ['event_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0011369839138589', 'certificate': '83059161581',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@ -36,6 +36,6 @@ url widget.""",
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '009275388447293', 'certificate': '29498930765',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,10 +22,12 @@
{ {
'name': 'Human Resources', "name" : "Human Resources",
'version': '1.1', "version" : "1.1",
'category': 'Generic Modules/Human Resources', "author" : "Tiny",
'description': """ "category" : "Generic Modules/Human Resources",
"website" : "http://www.openerp.com",
"description": """
Module for human resource management. You can manage: Module for human resource management. You can manage:
* Employees and hierarchies * Employees and hierarchies
* Work hours sheets * Work hours sheets
@ -37,15 +39,17 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'process'], 'depends': ['base', 'process'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/hr_security.xml', 'update_xml': [
'security/ir.model.access.csv', 'security/hr_security.xml',
'hr_view.xml', 'security/ir.model.access.csv',
'hr_wizard.xml', 'hr_view.xml',
'hr_department_view.xml', 'hr_wizard.xml',
'process/hr_process.xml'], 'hr_department_view.xml',
'process/hr_process.xml'
],
'demo_xml': ['hr_demo.xml', 'hr_department_demo.xml'], 'demo_xml': ['hr_demo.xml', 'hr_department_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0021842042346741', 'certificate': '86710558965',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -28,14 +28,16 @@
'description': """This module aims to manage employee's attendances.""", 'description': """This module aims to manage employee's attendances.""",
'author': 'Tiny', 'author': 'Tiny',
'depends': ['base', 'hr'], 'depends': ['base', 'hr'],
'update_xml': [ 'security/hr_security.xml', 'update_xml': [
'hr_attendance_view.xml', 'security/hr_security.xml',
'hr_attendance_wizard.xml', 'hr_attendance_view.xml',
'hr_attendance_report.xml', 'hr_attendance_wizard.xml',
'security/ir.model.access.csv'], 'hr_attendance_report.xml',
'security/ir.model.access.csv'
],
'demo_xml': ['hr_attendance_demo.xml'], 'demo_xml': ['hr_attendance_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0021542640344093', 'certificate': '63495605613',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -37,12 +37,14 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['hr'], 'depends': ['hr'],
'init_xml': ['hr_contract_data.xml'], 'init_xml': ['hr_contract_data.xml'],
'update_xml': [ 'security/hr_contract_security.xml', 'update_xml': [
'security/ir.model.access.csv', 'security/hr_contract_security.xml',
'hr_contract_view.xml'], 'security/ir.model.access.csv',
'hr_contract_view.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0011369849872221', 'certificate': '46298028637',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -43,15 +43,17 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['hr', 'account', 'account_tax_include'], 'depends': ['hr', 'account', 'account_tax_include'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'hr_expense_sequence.xml', 'security/ir.model.access.csv',
'hr_expense_workflow.xml', 'hr_expense_sequence.xml',
'hr_expense_view.xml', 'hr_expense_workflow.xml',
'hr_expense_report.xml', 'hr_expense_view.xml',
'process/hr_expense_process.xml'], 'hr_expense_report.xml',
'process/hr_expense_process.xml'
],
'demo_xml': ['hr_expense_demo.xml', 'hr.expense.expense.csv'], 'demo_xml': ['hr_expense_demo.xml', 'hr.expense.expense.csv'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0028424408828349', 'certificate': '62479841789',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -2,10 +2,12 @@
{ {
'name': 'Human Resources: Holidays management', "name" : "Human Resources: Holidays management",
'version': '1.1', "version" : "1.1",
'category': 'Generic Modules/Human Resources', "author" : "Tiny & Axelor",
'description': """Human Ressources: Holidays tracking and workflow "category" : "Generic Modules/Human Resources",
"website" : "http://www.openerp.com",
"description": """Human Ressources: Holidays tracking and workflow
This module allows you to manage holidays and holidays requests. For each employee, you can also define a number of available holidays per holiday status. This module allows you to manage holidays and holidays requests. For each employee, you can also define a number of available holidays per holiday status.
@ -28,15 +30,17 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['hr', 'crm_configuration', 'process'], 'depends': ['hr', 'crm_configuration', 'process'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'hr_workflow.xml', 'security/ir.model.access.csv',
'hr_view.xml', 'hr_workflow.xml',
'hr_holidays_report.xml', 'hr_view.xml',
'hr_holidays_wizard.xml', 'hr_holidays_report.xml',
'process/hr_holidays_process.xml'], 'hr_holidays_wizard.xml',
'process/hr_holidays_process.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0020345896856477', 'certificate': '86579209325',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -40,14 +40,16 @@ to set up a management by affair.
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['account', 'hr', 'base', 'hr_attendance', 'process'], 'depends': ['account', 'hr', 'base', 'hr_attendance', 'process'],
'init_xml': ['hr_timesheet_data.xml'], 'init_xml': ['hr_timesheet_data.xml'],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'hr_timesheet_view.xml', 'security/ir.model.access.csv',
'hr_timesheet_report.xml', 'hr_timesheet_view.xml',
'hr_timesheet_wizard.xml', 'hr_timesheet_report.xml',
'process/hr_timesheet_process.xml'], 'hr_timesheet_wizard.xml',
'process/hr_timesheet_process.xml'
],
'demo_xml': ['hr_timesheet_demo.xml'], 'demo_xml': ['hr_timesheet_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0022739527534493', 'certificate': '71405533469',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -33,13 +33,15 @@ reports, eso.""",
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['account', 'hr_timesheet'], 'depends': ['account', 'hr_timesheet'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'hr_timesheet_invoice_view.xml', 'security/ir.model.access.csv',
'hr_timesheet_invoice_wizard.xml', 'hr_timesheet_invoice_view.xml',
'hr_timesheet_invoice_report.xml'], 'hr_timesheet_invoice_wizard.xml',
'hr_timesheet_invoice_report.xml'
],
'demo_xml': ['hr_timesheet_invoice_demo.xml'], 'demo_xml': ['hr_timesheet_invoice_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0020346051941629', 'certificate': '56091842381',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -48,13 +48,15 @@ The validation can be configured in te company:
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['hr_timesheet', 'hr_timesheet_invoice', 'process'], 'depends': ['hr_timesheet', 'hr_timesheet_invoice', 'process'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'hr_timesheet_sheet_view.xml', 'security/ir.model.access.csv',
'hr_timesheet_workflow.xml', 'hr_timesheet_sheet_view.xml',
'process/hr_timesheet_sheet_process.xml'], 'hr_timesheet_workflow.xml',
'process/hr_timesheet_sheet_process.xml'
],
'demo_xml': ['hr_timesheet_sheet_demo.xml'], 'demo_xml': ['hr_timesheet_sheet_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0011669036322245', 'certificate': '73297700829',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -30,12 +30,14 @@
'website': 'http://openerp.com', 'website': 'http://openerp.com',
'depends': ['base'], 'depends': ['base'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'idea_view.xml', 'update_xml': [
'idea_workflow.xml', 'idea_view.xml',
'security/idea_security.xml', 'idea_workflow.xml',
'security/ir.model.access.csv'], 'security/idea_security.xml',
'security/ir.model.access.csv'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'certificate': '0015857924651741', 'certificate': '71515601309',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -40,14 +40,24 @@
""", """,
'author': 'Tiny', 'author': 'Tiny',
'depends': ['account', 'account_report', 'base_vat', 'base_iban', 'account_chart'], 'depends': [
'account',
'account_report',
'base_vat',
'base_iban',
'account_chart'
],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'account_pcmn_belgium.xml', 'update_xml': [
'l10n_be_wizard.xml', 'account_pcmn_belgium.xml',
'l10n_be_sequence.xml', 'l10n_be_wizard.xml',
'fiscal_templates.xml'], 'l10n_be_sequence.xml',
'demo_xml': ['account.report.report.csv'], 'fiscal_templates.xml',
],
'demo_xml': [
'account.report.report.csv'
],
'installable': True, 'installable': True,
'certificate': '0019747560288749', 'certificate': '31977724637',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,6 +20,44 @@
# #
############################################################################## ##############################################################################
#
# This module provides a minimal UK chart of accounts for building upon further
# Open ERP's default currency and accounts are remapped to this chart
#
# This module works for Open ERP 4.1.0 (and, assumed, onwards).
# This module does not work for Open ERP 4.0.2 and before.
#
# VAT is structured thus:
# - the user company is assumed to be non-VAT exempt (easy to modify, however)
# - categories OVATS (Standard), OVATR (Reduced), OVATZ (Zero) should be
# assigned to the customer taxes section of products (depending on the product)
# - categories IVATS (Standard), IVATR (Reduced), IVATZ (Zero) should be
# assigned to the supplier taxes section of products (depending on the product)
# - categories OVATX (eXempt), OVATO (Out of scope), or nothing at all should be
# assigned to default tax field of customers (depending on the customer)
# - customer categorization trumps product categorization (unchanged Tiny functionality)
# - on purchases, upon invoicing
# - the base amount (ex-VAT) appears in the appropriate input base category (S, R, Z)
# - the VAT amount appears in the appropriate input VAT category (S, R)
# - invoice lines can be traced in these VAT categories
# - refunds of invoices are deducted from the input category
# - on sales, upon invoicing
# - the base amount (ex-VAT) appears in the appropriate output base category (S, R, Z, X, O)
# - the VAT amount appears in the appropriate output VAT category (S, R)
# - invoice lines can be traced in these VAT categories
# - refunds of invoices are deducted from the output category
#
# This forms a basis for accrual tax accounting
# Cash tax accounting can be accommodated with further processing in Open ERP
#
# Status beta 0.92 - tested on Open ERP 4.1.0
# Status beta 0.93 - tested on Open ERP 4.1.0
# - trivial change to depend only on 'account'
# (seemed to be important for importing with no demo data)
# Status 1.0 - tested on Open ERP 4.1.0, 4.0.3
# - COGS account type fixed
#
{ {
'name': 'United Kingdom - minimal', 'name': 'United Kingdom - minimal',
@ -30,12 +68,14 @@
'website': 'http://www.seathsolutions.com', 'website': 'http://www.seathsolutions.com',
'depends': ['base', 'account', 'base_iban', 'base_vat', 'account_chart'], 'depends': ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'account_types.xml', 'update_xml': [
'account_chart.xml', 'account_types.xml',
'account_tax.xml', 'account_chart.xml',
'l10n_uk_wizard.xml'], 'account_tax.xml',
'l10n_uk_wizard.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'certificate': '0025133078445917', 'certificate': '64392144797',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -25,33 +25,35 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# #
############################################################################## ##############################################################################
{ {
'name': 'France - Plan Comptable G\xc3\xa9n\xc3\xa9ral', "name" : "France - Plan Comptable Général",
'version': '1.0', "version" : "1.0",
'category': 'Localisation/Account Charts', "author" : "OpenERP",
'description': """This is the module to manage the accounting chart for France in Open ERP. "website": "http://www.openerp.com",
"category" : "Localisation/Account Charts",
"description": """This is the module to manage the accounting chart for France in Open ERP.
Credits: Sistheo Zeekom CrysaLEAD Credits: Sistheo Zeekom CrysaLEAD
""", """,
'author': 'OpenERP', "depends" : ['base', 'account', 'account_chart', 'account_report', 'base_vat'],
'website': 'http://www.openerp.com', "init_xml" : [
'depends': ['base', 'account', 'account_chart', 'account_report', 'base_vat'], ],
'init_xml': [], "update_xml" : [
'update_xml': [ 'report.xml', "report.xml",
'pcg.xml', "pcg.xml",
'l10n_fr_pcg_taxes.xml', "l10n_fr_pcg_taxes.xml",
'tax.xml', "tax.xml",
'fiscal_templates_fr.xml', "fiscal_templates_fr.xml",
'l10n_fr_pcg_account_report.xml', "l10n_fr_pcg_account_report.xml",
'l10n_fr_pcg_report.xml', "l10n_fr_pcg_report.xml",
'l10n_fr_pcg_wizard.xml', "l10n_fr_pcg_wizard.xml",
'l10n_fr_pcg_view.xml', "l10n_fr_pcg_view.xml",
'security/ir.model.access.csv'], "security/ir.model.access.csv",
'demo_xml': [], ],
'installable': True, "demo_xml" : [],
'active': False, "certificate" : "435321693876313629",
'certificate': '0012865552406941', "active": False,
"installable": True
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -35,13 +35,15 @@ This module installs:
'website': 'http://openerp.com', 'website': 'http://openerp.com',
'depends': ['account', 'account_report', 'base_vat', 'base_iban'], 'depends': ['account', 'account_report', 'base_vat', 'base_iban'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'account.tax.code.template.csv', 'update_xml': [
'l10n_lu_data.xml', 'account.tax.code.template.csv',
'account.tax.template.csv', 'l10n_lu_data.xml',
'l10n_lu_wizard.xml', 'account.tax.template.csv',
'l10n_lu_report.xml'], 'l10n_lu_wizard.xml',
'l10n_lu_report.xml'
],
'demo_xml': ['account.report.report.csv'], 'demo_xml': ['account.report.report.csv'],
'installable': True, 'installable': True,
'certificate': '0011967958241629', 'certificate': '78164766621',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -40,13 +40,15 @@ invoice and send propositions for membership renewal.
'author': 'Tiny', 'author': 'Tiny',
'depends': ['base', 'product', 'account', 'process'], 'depends': ['base', 'product', 'account', 'process'],
'init_xml': ['membership_data.xml'], 'init_xml': ['membership_data.xml'],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'membership_view.xml', 'security/ir.model.access.csv',
'membership_wizard.xml', 'membership_view.xml',
'process/membership_process.xml'], 'membership_wizard.xml',
'process/membership_process.xml'
],
'demo_xml': ['membership_demo.xml'], 'demo_xml': ['membership_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0025731724123933', 'certificate': '42907796381',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,10 +22,13 @@
{ {
'name': 'Manufacturing Resource Planning', "name" : "Manufacturing Resource Planning",
'version': '1.1', "version" : "1.1",
'category': 'Generic Modules/Production', "author" : "Tiny",
'description': """ "website" : "http://www.openerp.com",
"category" : "Generic Modules/Production",
"depends" : ["stock", "hr", "purchase", "product","process"],
"description": """
This is the base module to manage the manufacturing process in Open ERP. This is the base module to manage the manufacturing process in Open ERP.
Features: Features:
@ -56,20 +59,22 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['stock', 'hr', 'purchase', 'product', 'process'], 'depends': ['stock', 'hr', 'purchase', 'product', 'process'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/mrp_security.xml', 'update_xml': [
'security/ir.model.access.csv', 'security/mrp_security.xml',
'mrp_workflow.xml', 'security/ir.model.access.csv',
'mrp_data.xml', 'mrp_workflow.xml',
'mrp_view.xml', 'mrp_data.xml',
'mrp_wizard.xml', 'mrp_view.xml',
'mrp_report.xml', 'mrp_wizard.xml',
'company_view.xml', 'mrp_report.xml',
'process/stockable_product_process.xml', 'company_view.xml',
'process/service_product_process.xml', 'process/stockable_product_process.xml',
'process/procurement_process.xml'], 'process/service_product_process.xml',
'process/procurement_process.xml'
],
'demo_xml': ['mrp_demo.xml', 'mrp_order_point.xml'], 'demo_xml': ['mrp_demo.xml', 'mrp_order_point.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '009574614938141', 'certificate': '32052481373',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@ -54,14 +54,16 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['stock', 'hr', 'purchase', 'product', 'mrp'], 'depends': ['stock', 'hr', 'purchase', 'product', 'mrp'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'mrp_operations_workflow.xml', 'security/ir.model.access.csv',
'mrp_operations_view.xml', 'mrp_operations_workflow.xml',
'mrp_operations_report.xml', 'mrp_operations_view.xml',
'process/mrp_operation_process.xml'], 'mrp_operations_report.xml',
'process/mrp_operation_process.xml'
],
'demo_xml': ['mrp_operation_data.xml'], 'demo_xml': ['mrp_operation_data.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0016755442036509', 'certificate': '56233813133',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -36,15 +36,17 @@
""", """,
'author': 'Tiny', 'author': 'Tiny',
'depends': ['base', 'sale', 'account'], 'depends': ['base', 'sale', 'account'],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'mrp_repair_sequence.xml', 'security/ir.model.access.csv',
'mrp_repair_wizard.xml', 'mrp_repair_sequence.xml',
'mrp_repair_view.xml', 'mrp_repair_wizard.xml',
'mrp_repair_workflow.xml', 'mrp_repair_view.xml',
'mrp_repair_report.xml'], 'mrp_repair_workflow.xml',
'mrp_repair_report.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0019747418778941', 'certificate': '60814381277',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -41,6 +41,6 @@ With this module:
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0010472212219869', 'certificate': '50060616733',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -38,16 +38,18 @@ Main features :
'author': 'Tiny', 'author': 'Tiny',
'depends': ['sale', 'purchase', 'account', 'account_tax_include'], 'depends': ['sale', 'purchase', 'account', 'account_tax_include'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/point_of_sale_security.xml', 'update_xml': [
'security/ir.model.access.csv', 'security/point_of_sale_security.xml',
'pos_report.xml', 'security/ir.model.access.csv',
'pos_wizard.xml', 'pos_report.xml',
'pos_view.xml', 'pos_wizard.xml',
'pos_sequence.xml', 'pos_view.xml',
'pos_data.xml', 'pos_sequence.xml',
'pos_workflow.xml'], 'pos_data.xml',
'pos_workflow.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'certificate': '0014361891603101', 'certificate': '48272150909',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -36,6 +36,6 @@ This module allows you to manage your process for the end-users.
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0021841841982765', 'certificate': '55447636669',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,10 +22,14 @@
{ {
'name': 'Products & Pricelists', "name" : "Products & Pricelists",
'version': '1.1', "version" : "1.1",
'category': 'Generic Modules/Inventory Control', "author" : "Tiny",
'description': """ "category" : "Generic Modules/Inventory Control",
"depends" : ["base", "process"],
"init_xml" : [],
"demo_xml" : ["product_demo.xml"],
"description": """
This is the base module for managing products and pricelists in Open ERP. This is the base module for managing products and pricelists in Open ERP.
Products support variants, different pricing methods, suppliers Products support variants, different pricing methods, suppliers
@ -46,18 +50,20 @@
'author': 'Tiny', 'author': 'Tiny',
'depends': ['base', 'process'], 'depends': ['base', 'process'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/product_security.xml', 'update_xml': [
'security/ir.model.access.csv', 'security/product_security.xml',
'product_data.xml', 'security/ir.model.access.csv',
'product_report.xml', 'product_data.xml',
'product_view.xml', 'product_report.xml',
'pricelist_view.xml', 'product_view.xml',
'partner_view.xml', 'pricelist_view.xml',
'product_wizard.xml', 'partner_view.xml',
'process/product_process.xml'], 'product_wizard.xml',
'process/product_process.xml'
],
'demo_xml': ['product_demo.xml'], 'demo_xml': ['product_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0025731486276829', 'certificate': '68861431437',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -36,6 +36,6 @@ the report has several options to help you get the data you need.
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0021542640008861', 'certificate': '64392591773',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

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

View File

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

View File

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

View File

@ -27,16 +27,11 @@
'category': 'Profile', 'category': 'Profile',
'description': """Profile for manufacturing industries""", 'description': """Profile for manufacturing industries""",
'author': 'Tiny', 'author': 'Tiny',
'depends': [ 'mrp', 'depends': ['mrp', 'sale', 'delivery', 'board_manufacturing', 'product_margin', 'sale_delivery_report'],
'sale',
'delivery',
'board_manufacturing',
'product_margin',
'sale_delivery_report'],
'update_xml': ['security/ir.model.access.csv', 'profile_manufacturing.xml'], 'update_xml': ['security/ir.model.access.csv', 'profile_manufacturing.xml'],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0013464299079029', 'certificate': '27737506213',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@ -22,26 +22,29 @@
{ {
'name': 'Project Management', "name" : "Project Management",
'version': '1.1', "version": "1.1",
'category': 'Generic Modules/Projects & Services', "author" : "Tiny",
'description': """Project management module that track multi-level projects, tasks, "website" : "http://www.openerp.com",
"category" : "Generic Modules/Projects & Services",
"depends" : ["product", "account", "hr", "process"],
"description": """Project management module that track multi-level projects, tasks,
works done on tasks, eso. It is able to render planning, order tasks, eso. works done on tasks, eso. It is able to render planning, order tasks, eso.
""", """,
'author': 'Tiny', "init_xml" : [],
'website': 'http://www.openerp.com', "demo_xml" : ["project_demo.xml"],
'depends': ['product', 'account', 'hr', 'process'], "update_xml": [
'init_xml': [], "security/project_security.xml",
'update_xml': [ 'security/project_security.xml', "security/ir.model.access.csv",
'security/ir.model.access.csv', "project_data.xml",
'project_data.xml', "project_wizard.xml",
'project_wizard.xml', "project_view.xml",
'project_view.xml', "project_report.xml",
'project_report.xml', "process/task_process.xml"
'process/task_process.xml'], ],
'demo_xml': ['project_demo.xml'], 'demo_xml': ['project_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0020645028723437', 'certificate': '75116868317',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -41,12 +41,14 @@ performing those tasks.
'author': 'Tiny', 'author': 'Tiny',
'depends': ['project'], 'depends': ['project'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'project_gtd_view.xml', 'security/ir.model.access.csv',
'project_gtd_wizard.xml'], 'project_gtd_view.xml',
'project_gtd_wizard.xml'
],
'demo_xml': ['project_gtd_demo.xml'], 'demo_xml': ['project_gtd_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0022739115882013', 'certificate': '43525236301',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -40,6 +40,6 @@ created by sales orders.
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0025132707027485', 'certificate': '31976495453',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

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

View File

@ -31,20 +31,22 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'account', 'stock', 'process'], 'depends': ['base', 'account', 'stock', 'process'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/purchase_security.xml', 'update_xml': [
'security/ir.model.access.csv', 'security/purchase_security.xml',
'purchase_workflow.xml', 'security/ir.model.access.csv',
'purchase_sequence.xml', 'purchase_workflow.xml',
'purchase_data.xml', 'purchase_sequence.xml',
'purchase_view.xml', 'purchase_data.xml',
'purchase_report.xml', 'purchase_view.xml',
'purchase_wizard.xml', 'purchase_report.xml',
'stock_view.xml', 'purchase_wizard.xml',
'partner_view.xml', 'stock_view.xml',
'process/purchase_process.xml'], 'partner_view.xml',
'process/purchase_process.xml'
],
'demo_xml': ['purchase_demo.xml'], 'demo_xml': ['purchase_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0014361760229405', 'certificate': '57234283549',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

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

View File

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

View File

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

View File

@ -30,12 +30,14 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['account', 'hr_timesheet_invoice', 'project', 'report_analytic_line'], 'depends': ['account', 'hr_timesheet_invoice', 'project', 'report_analytic_line'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'report_analytic_planning_view.xml', 'security/ir.model.access.csv',
'report_analytic_planning_report.xml'], 'report_analytic_planning_view.xml',
'report_analytic_planning_report.xml'
],
'demo_xml': ['report_account_analytic.planning.csv'], 'demo_xml': ['report_account_analytic.planning.csv'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0019149225704477', 'certificate': '34901836973',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

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

View File

@ -30,12 +30,14 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'product', 'stock', 'sale', 'purchase'], 'depends': ['base', 'product', 'stock', 'sale', 'purchase'],
'init_xml': ['report_intrastat_data.xml'], 'init_xml': ['report_intrastat_data.xml'],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'report_intrastat_view.xml', 'security/ir.model.access.csv',
'intrastat_report.xml'], 'report_intrastat_view.xml',
'intrastat_report.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0027227801344045', 'certificate': '56982189085',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -34,6 +34,6 @@
'update_xml': ['security/ir.model.access.csv', 'report_mrp_view.xml'], 'update_xml': ['security/ir.model.access.csv', 'report_mrp_view.xml'],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'certificate': '0011070646110413', 'certificate': '71582896029',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

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

View File

@ -40,12 +40,14 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['sale'], 'depends': ['sale'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/ir.model.access.csv', 'update_xml': [
'report_sale_view.xml', 'security/ir.model.access.csv',
'report_sale_graph.xml'], 'report_sale_view.xml',
'report_sale_graph.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0027527007452477', 'certificate': '59949739573',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -32,6 +32,6 @@
'update_xml': ['security/ir.model.access.csv', 'report_task_view.xml'], 'update_xml': ['security/ir.model.access.csv', 'report_task_view.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0026629187427709', 'certificate': '27671328157',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@ -45,21 +45,23 @@
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['product', 'stock', 'mrp', 'process'], 'depends': ['product', 'stock', 'mrp', 'process'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'security/sale_security.xml', 'update_xml': [
'security/ir.model.access.csv', 'security/sale_security.xml',
'sale_workflow.xml', 'security/ir.model.access.csv',
'sale_sequence.xml', 'sale_workflow.xml',
'sale_data.xml', 'sale_sequence.xml',
'sale_wizard.xml', 'sale_data.xml',
'sale_view.xml', 'sale_wizard.xml',
'sale_report.xml', 'sale_view.xml',
'sale_wizard.xml', 'sale_report.xml',
'stock_view.xml', 'sale_wizard.xml',
'process/sale_process.xml', 'stock_view.xml',
'product_view.xml'], 'process/sale_process.xml',
'product_view.xml'
],
'demo_xml': ['sale_demo.xml'], 'demo_xml': ['sale_demo.xml'],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0013763479809933', 'certificate': '58103601429',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@ -46,6 +46,6 @@ crm_configuration modules.
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0025432520667869', 'certificate': '64360130141',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -29,10 +29,12 @@
'author': 'Tiny', 'author': 'Tiny',
'depends': ['sale', 'delivery'], 'depends': ['sale', 'delivery'],
'init_xml': [], 'init_xml': [],
'update_xml': ['delivery_report.xml'], 'update_xml': [
'delivery_report.xml'
],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate': '0026629095848845', 'certificate': '803459507494914221',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # 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