[MERGE] Merged HSA's branch to improve __openerp__.py of all modules by replacing init_xml, update_xml with data, demo_xml with demo, Adding noupdate in init_xml files

bzr revid: pso@tinyerp.com-20120822071445-yamr1s0zf3fk9jj7
This commit is contained in:
pso (OpenERP) 2012-08-22 12:44:45 +05:30
commit c78a04bc68
197 changed files with 1530 additions and 1694 deletions

View File

@ -19,11 +19,11 @@
# #
############################################################################## ##############################################################################
{ {
"name" : "eInvoicing", 'name' : 'eInvoicing',
"version" : "1.1", 'version' : '1.1',
"author" : "OpenERP SA", 'author' : 'OpenERP SA',
"category": 'Accounting & Finance', 'category' : 'Accounting & Finance',
"description": """ 'description' : """
Accounting and Financial Management. Accounting and Financial Management.
==================================== ====================================
@ -49,9 +49,8 @@ for a particular financial year and for preparation of vouchers there is a modul
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images' : ['images/accounts.jpeg','images/bank_statement.jpeg','images/cash_register.jpeg','images/chart_of_accounts.jpeg','images/customer_invoice.jpeg','images/journal_entries.jpeg'], 'images' : ['images/accounts.jpeg','images/bank_statement.jpeg','images/cash_register.jpeg','images/chart_of_accounts.jpeg','images/customer_invoice.jpeg','images/journal_entries.jpeg'],
'init_xml': [], 'depends' : ['base_setup', 'product', 'analytic', 'process', 'board', 'edi'],
"depends" : ["base_setup", "product", "analytic", "process", "board", "edi"], 'data': [
'update_xml': [
'security/account_security.xml', 'security/account_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'account_menuitem.xml', 'account_menuitem.xml',
@ -122,12 +121,12 @@ for a particular financial year and for preparation of vouchers there is a modul
'ir_sequence_view.xml', 'ir_sequence_view.xml',
'company_view.xml', 'company_view.xml',
'board_account_view.xml', 'board_account_view.xml',
"edi/invoice_action_data.xml", 'edi/invoice_action_data.xml',
"account_bank_view.xml", 'account_bank_view.xml',
"res_config_view.xml", 'res_config_view.xml',
"account_pre_install.yml" 'account_pre_install.yml'
], ],
'demo_xml': [ 'demo': [
'demo/account_demo.xml', 'demo/account_demo.xml',
'project/project_demo.xml', 'project/project_demo.xml',
'project/analytic_account_demo.xml', 'project/analytic_account_demo.xml',

View File

@ -19,13 +19,13 @@
# #
############################################################################## ##############################################################################
{ {
"name" : "Accounting and Finance", 'name' : 'Accounting and Finance',
"version" : "1.1", 'version' : '1.1',
"author" : "OpenERP SA", 'author' : 'OpenERP SA',
"category": 'Accounting & Finance', 'category': 'Accounting & Finance',
"sequence": 10, 'sequence': 10,
"summary": "Financial and Analytic Accounting", 'summary': 'Financial and Analytic Accounting',
"description": """ 'description': """
Accounting Access Rights. Accounting Access Rights.
========================= =========================
@ -36,13 +36,12 @@ It assigns manager and user access rights to the Administrator and only
user rights to Demo user. user rights to Demo user.
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'init_xml': [], 'depends' : ['account_voucher'],
"depends" : ["account_voucher"], 'data': [
'update_xml': [
'security/account_security.xml', 'security/account_security.xml',
'account_accountant_data.xml' 'account_accountant_data.xml'
], ],
'demo_xml': ['account_accountant_demo.xml'], 'demo': ['account_accountant_demo.xml'],
'test': [], 'test': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,

View File

@ -30,18 +30,17 @@ This module is for modifying account analytic view to show important data to pro
Adds menu to show relevant information to each manager.You can also view the report of account analytic summary user-wise as well as month-wise. Adds menu to show relevant information to each manager.You can also view the report of account analytic summary user-wise as well as month-wise.
""", """,
"author": "Camptocamp", 'author': 'Camptocamp',
"website": "http://www.camptocamp.com/", 'website': 'http://www.camptocamp.com/',
"images": ["images/bill_tasks_works.jpeg","images/overpassed_accounts.jpeg"], '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 'depends': ['hr_timesheet_invoice', 'sale'], #although sale is technically not required to install this module, all menuitems are located under 'Sales' application
"init_xml": [], 'data': [
"update_xml": [ 'security/ir.model.access.csv',
"security/ir.model.access.csv", 'account_analytic_analysis_view.xml',
"account_analytic_analysis_view.xml", 'account_analytic_analysis_menu.xml',
"account_analytic_analysis_menu.xml", 'account_analytic_analysis_cron.xml',
"account_analytic_analysis_cron.xml",
], ],
'demo_xml': [], 'demo': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate': '0042927202589', 'certificate': '0042927202589',

View File

@ -22,7 +22,7 @@
{ {
'name' : 'Account Analytic Defaults', 'name' : 'Account Analytic Defaults',
'version' : '1.0', 'version' : '1.0',
"category": 'Accounting & Finance', 'category': 'Accounting & Finance',
'description': """ 'description': """
Set default values for your analytic accounts. Set default values for your analytic accounts.
============================================== ==============================================
@ -39,13 +39,12 @@ Allows to automatically select analytic accounts based on criterions:
'website' : 'http://www.openerp.com', 'website' : 'http://www.openerp.com',
'images' : ['images/analytic_defaults.jpeg'], 'images' : ['images/analytic_defaults.jpeg'],
'depends' : ['sale'], 'depends' : ['sale'],
'init_xml' : [], 'data': [
'update_xml': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'security/account_analytic_default_security.xml', 'security/account_analytic_default_security.xml',
'account_analytic_default_view.xml' 'account_analytic_default_view.xml'
], ],
'demo_xml' : [], 'demo' : [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate': '0074229833581', 'certificate': '0074229833581',

View File

@ -67,8 +67,7 @@ The analytic plan validates the minimum and maximum percentage at the time of cr
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images': ['images/analytic_plan.jpeg'], 'images': ['images/analytic_plan.jpeg'],
'depends': ['account', 'account_analytic_default'], 'depends': ['account', 'account_analytic_default'],
'init_xml': [], 'data': [
'update_xml': [
'security/account_analytic_plan_security.xml', 'security/account_analytic_plan_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'account_analytic_plans_view.xml', 'account_analytic_plans_view.xml',
@ -76,7 +75,7 @@ The analytic plan validates the minimum and maximum percentage at the time of cr
'wizard/analytic_plan_create_model_view.xml', 'wizard/analytic_plan_create_model_view.xml',
'wizard/account_crossovered_analytic_view.xml', 'wizard/account_crossovered_analytic_view.xml',
], ],
'demo_xml': [], 'demo': [],
'test': ['test/acount_analytic_plans_report.yml'], 'test': ['test/acount_analytic_plans_report.yml'],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,

View File

@ -19,11 +19,11 @@
############################################################################## ##############################################################################
{ {
"name": "Anglo-Saxon Accounting", 'name': 'Anglo-Saxon Accounting',
"version": "1.2", 'version': '1.2',
"author": "OpenERP SA, Veritos", 'author': 'OpenERP SA, Veritos',
"website": "http://openerp.com - http://veritos.nl", 'website': 'http://openerp.com - http://veritos.nl',
"description": """ 'description': """
This module supports the Anglo-Saxon accounting methodology by changing the accounting logic with stock transactions. This module supports the Anglo-Saxon accounting methodology by changing the accounting logic with stock transactions.
===================================================================================================================== =====================================================================================================================
@ -39,15 +39,14 @@ account when the invoice is created to transfer this amount to the
debtor or creditor account. Secondly, price differences between actual debtor or creditor account. Secondly, price differences between actual
purchase price and fixed product standard price are booked on a separate purchase price and fixed product standard price are booked on a separate
account.""", account.""",
"images": ["images/account_anglo_saxon.jpeg"], 'images': ['images/account_anglo_saxon.jpeg'],
"depends": ["product", "purchase"], 'depends': ['product', 'purchase'],
"category": "Accounting & Finance", 'category': 'Accounting & Finance',
"init_xml": [], 'demo': [],
"demo_xml": [], 'data': ['product_view.xml',],
"update_xml": ["product_view.xml",], 'auto_install': False,
"auto_install": False, 'installable': True,
"installable": True, 'certificate':'00557423080410733581',
"certificate":"00557423080410733581",
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,11 +20,11 @@
############################################################################## ##############################################################################
{ {
"name" : "Assets Management", 'name' : 'Assets Management',
"version" : "1.0", 'version' : '1.0',
"depends" : ["account"], 'depends' : ['account'],
"author" : "OpenERP S.A.", 'author' : 'OpenERP S.A.',
"description": """ 'description': """
Financial and accounting asset management. Financial and accounting asset management.
========================================== ==========================================
@ -33,30 +33,28 @@ track of depreciation's occurred on those assets. And it allows to create Move's
of the depreciation lines. of the depreciation lines.
""", """,
"website" : "http://www.openerp.com", 'website' : 'http://www.openerp.com',
"category" : "Accounting & Finance", 'category' : 'Accounting & Finance',
"sequence": 32, 'sequence': 32,
"init_xml" : [ 'demo' : [ 'account_asset_demo.xml'
],
"demo_xml" : [ 'account_asset_demo.xml'
], ],
'test': [ 'test': [
'test/account_asset_demo.yml', 'test/account_asset_demo.yml',
'test/account_asset.yml', 'test/account_asset.yml',
'test/account_asset_wizard.yml', 'test/account_asset_wizard.yml',
], ],
"update_xml" : [ 'data' : [
"security/account_asset_security.xml", 'security/account_asset_security.xml',
"security/ir.model.access.csv", 'security/ir.model.access.csv',
"wizard/account_asset_change_duration_view.xml", 'wizard/account_asset_change_duration_view.xml',
"wizard/wizard_asset_compute_view.xml", 'wizard/wizard_asset_compute_view.xml',
"account_asset_view.xml", 'account_asset_view.xml',
"account_asset_invoice_view.xml", 'account_asset_invoice_view.xml',
"report/account_asset_report_view.xml", 'report/account_asset_report_view.xml',
], ],
"auto_install": False, 'auto_install': False,
"installable": True, 'installable': True,
"application": False, 'application': False,
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -42,10 +42,8 @@ This module adds:
and iban account numbers and iban account numbers
''', ''',
'depends': ['account'], 'depends': ['account'],
'demo_xml': [], 'demo': [],
'init_xml': [ 'data' : [
],
'update_xml' : [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'account_bank_statement_view.xml', 'account_bank_statement_view.xml',
'account_bank_statement_report.xml', 'account_bank_statement_report.xml',

View File

@ -51,8 +51,7 @@ Three reports are available:
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images': ['images/budget.jpeg','images/budgetary_position.jpeg'], 'images': ['images/budget.jpeg','images/budgetary_position.jpeg'],
'depends': ['account'], 'depends': ['account'],
'init_xml': [], 'data': [
'update_xml': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'security/account_budget_security.xml', 'security/account_budget_security.xml',
'account_budget_view.xml', 'account_budget_view.xml',
@ -63,7 +62,7 @@ Three reports are available:
'wizard/account_budget_crossovered_summary_report_view.xml', 'wizard/account_budget_crossovered_summary_report_view.xml',
'wizard/account_budget_crossovered_report_view.xml', 'wizard/account_budget_crossovered_report_view.xml',
], ],
'demo_xml': ['account_budget_demo.xml'], 'demo': ['account_budget_demo.xml'],
'test':[ 'test':[
'test/account_budget.yml', 'test/account_budget.yml',
'test/account_budget_report.yml', 'test/account_budget_report.yml',

View File

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

View File

@ -23,7 +23,7 @@
{ {
'name': 'Template of Charts of Accounts', 'name': 'Template of Charts of Accounts',
'version': '1.1', 'version': '1.1',
"category": 'Hidden/Dependency', 'category': 'Hidden/Dependency',
'description': """ 'description': """
Remove minimal account chart. Remove minimal account chart.
============================= =============================
@ -33,9 +33,8 @@ Deactivates minimal chart of accounts.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['account'], 'depends': ['account'],
'init_xml': [], 'data': [],
'update_xml': [], 'demo': [],
'demo_xml': [],
'installable': True, 'installable': True,
'certificate': '0073332443901', 'certificate': '0073332443901',
} }

View File

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

View File

@ -20,11 +20,11 @@
# #
############################################################################## ##############################################################################
{ {
"name": 'Belgium - Import Bank CODA Statements', 'name': 'Belgium - Import Bank CODA Statements',
"version": '2.1', 'version': '2.1',
"author": 'Noviat', 'author': 'Noviat',
"category": 'Accounting & Finance', 'category': 'Accounting & Finance',
"description": ''' 'description': '''
Module to import CODA bank statements. Module to import CODA bank statements.
====================================== ======================================
@ -89,25 +89,23 @@ description provided by the CODA configuration tables is based upon the CODA
V2.2 specifications. V2.2 specifications.
If required, you can manually adjust the descriptions via the CODA configuration menu. If required, you can manually adjust the descriptions via the CODA configuration menu.
''', ''',
"images" : ["images/coda_logs.jpeg","images/import_coda_logs.jpeg"], 'images' : ['images/coda_logs.jpeg','images/import_coda_logs.jpeg'],
"depends": ['account_voucher','base_iban', 'l10n_be_invoice_bba', 'account_bank_statement_extensions'], 'depends': ['account_voucher','base_iban', 'l10n_be_invoice_bba', 'account_bank_statement_extensions'],
"demo_xml": [], 'demo': [],
"init_xml": [ 'data': [
'account_coda_trans_type.xml', 'account_coda_trans_type.xml',
'account_coda_trans_code.xml', 'account_coda_trans_code.xml',
'account_coda_trans_category.xml', 'account_coda_trans_category.xml',
'account_coda_comm_type.xml', 'account_coda_comm_type.xml',
],
"update_xml" : [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'security/account_security.xml', 'security/account_security.xml',
'account_coda_wizard.xml', 'account_coda_wizard.xml',
'account_coda_view.xml', 'account_coda_view.xml',
], ],
"auto_install": False, 'auto_install': False,
"installable": True, 'installable': True,
"license": 'AGPL-3', 'license': 'AGPL-3',
"certificate" : "001237207321716002029", 'certificate' : '001237207321716002029',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -48,8 +48,7 @@ Note that if you want to check the follow-up level for a given partner/account e
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images': ['images/follow_ups.jpeg','images/send_followups.jpeg'], 'images': ['images/follow_ups.jpeg','images/send_followups.jpeg'],
'depends': ['account_accountant', 'mail'], 'depends': ['account_accountant', 'mail'],
'init_xml': [], 'data': [
'update_xml': [
'security/account_followup_security.xml', 'security/account_followup_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'wizard/account_followup_print_view.xml', 'wizard/account_followup_print_view.xml',
@ -58,7 +57,7 @@ Note that if you want to check the follow-up level for a given partner/account e
'account_followup_view.xml', 'account_followup_view.xml',
'account_followup_data.xml', 'account_followup_data.xml',
], ],
'demo_xml': [], 'demo': [],
'test': [ 'test': [
'test/account_followup.yml', 'test/account_followup.yml',
'test/account_followup_report.yml', 'test/account_followup_report.yml',

View File

@ -20,11 +20,11 @@
############################################################################## ##############################################################################
{ {
"name": "Suppliers Payment Management", 'name': 'Suppliers Payment Management',
"version": "1.1", 'version': '1.1',
"author": "OpenERP SA", 'author': 'OpenERP SA',
"category": "Accounting & Finance", 'category': 'Accounting & Finance',
"description": """ 'description': """
Module to manage the payment of your supplier invoices. Module to manage the payment of your supplier invoices.
======================================================= =======================================================
@ -44,8 +44,7 @@ have a new option to import payment orders as bank statement lines.
""", """,
'images': ['images/payment_mode.jpeg','images/payment_order.jpeg'], 'images': ['images/payment_mode.jpeg','images/payment_order.jpeg'],
'depends': ['account','account_voucher'], 'depends': ['account','account_voucher'],
'init_xml': [], 'data': [
'update_xml': [
'security/account_payment_security.xml', 'security/account_payment_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'wizard/account_payment_pay_view.xml', 'wizard/account_payment_pay_view.xml',
@ -57,7 +56,7 @@ have a new option to import payment orders as bank statement lines.
'account_invoice_view.xml', 'account_invoice_view.xml',
'account_payment_report.xml', 'account_payment_report.xml',
], ],
'demo_xml': ['account_payment_demo.xml'], 'demo': ['account_payment_demo.xml'],
'test': [ 'test': [
'test/account_payment_demo.yml', 'test/account_payment_demo.yml',
'test/cancel_payment_order.yml', 'test/cancel_payment_order.yml',

View File

@ -22,7 +22,7 @@
{ {
'name': 'Entries Sequence Numbering', 'name': 'Entries Sequence Numbering',
'version': '1.1', 'version': '1.1',
"category": 'Accounting & Finance', 'category': 'Accounting & Finance',
'description': """ 'description': """
This module maintains internal sequence number for accounting entries. This module maintains internal sequence number for accounting entries.
====================================================================== ======================================================================
@ -41,13 +41,12 @@ You can customize the following attributes of the sequence:
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images': ['images/internal_sequence_number.jpeg'], 'images': ['images/internal_sequence_number.jpeg'],
'depends': ['account'], 'depends': ['account'],
'init_xml': [], 'data': [
'update_xml': [
'account_sequence_data.xml', 'account_sequence_data.xml',
'account_sequence_installer_view.xml', 'account_sequence_installer_view.xml',
'account_sequence.xml' 'account_sequence.xml'
], ],
'demo_xml': [], 'demo': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate': '00475376442024623469', 'certificate': '00475376442024623469',

View File

@ -20,12 +20,12 @@
############################################################################## ##############################################################################
{ {
"name" : "eInvoicing & Payments", 'name' : 'eInvoicing & Payments',
"version" : "1.0", 'version' : '1.0',
"author" : 'OpenERP SA', 'author' : 'OpenERP SA',
"summary": 'Send Invoices and Track Payments', 'summary': 'Send Invoices and Track Payments',
"description": """ 'description': """
eInvoicing & Payments module manage all Voucher Entries such as "Reconciliation Entries", "Adjustment Entries", "Closing or Opening Entries" for Sales, Purchase, Bank, Cash, Expense, Contra. eInvoicing & Payments module manage all Voucher Entries such as 'Reconciliation Entries', 'Adjustment Entries', 'Closing or Opening Entries' for Sales, Purchase, Bank, Cash, Expense, Contra.
============================================================================================================================================================================================== ==============================================================================================================================================================================================
* Voucher Entry * Voucher Entry
@ -33,47 +33,43 @@ eInvoicing & Payments module manage all Voucher Entries such as "Reconciliation
* Voucher Payment [Customer & Supplier] * Voucher Payment [Customer & Supplier]
* Cheque Register * Cheque Register
""", """,
"category": 'Accounting & Finance', 'category': 'Accounting & Finance',
"sequence": 4, 'sequence': 4,
"website" : "http://openerp.com", 'website' : 'http://openerp.com',
"images" : ["images/customer_payment.jpeg","images/journal_voucher.jpeg","images/sales_receipt.jpeg","images/supplier_voucher.jpeg"], 'images' : ['images/customer_payment.jpeg','images/journal_voucher.jpeg','images/sales_receipt.jpeg','images/supplier_voucher.jpeg'],
"depends" : ["account"], 'depends' : ['account'],
"init_xml" : [ 'demo' : [],
'data' : [
'security/ir.model.access.csv',
'account_voucher_sequence.xml',
'account_voucher_workflow.xml',
'account_voucher_report.xml',
'wizard/account_statement_from_invoice_view.xml',
'account_voucher_view.xml',
'voucher_payment_receipt_view.xml',
'voucher_sales_purchase_view.xml',
'account_voucher_wizard.xml',
'account_voucher_pay_invoice.xml',
'report/account_voucher_sales_receipt_view.xml',
'security/account_voucher_security.xml',
'account_voucher_data.xml', 'account_voucher_data.xml',
], ],
'test' : [
"demo_xml" : [], 'test/account_voucher.yml',
'test/sales_receipt.yml',
"update_xml" : [ 'test/sales_payment.yml',
"security/ir.model.access.csv", 'test/account_voucher_report.yml',
"account_voucher_sequence.xml", 'test/case1_usd_usd.yml',
"account_voucher_workflow.xml", 'test/case2_usd_eur_debtor_in_eur.yml',
"account_voucher_report.xml", 'test/case2_usd_eur_debtor_in_usd.yml',
"wizard/account_statement_from_invoice_view.xml", 'test/case3_eur_eur.yml',
"account_voucher_view.xml", 'test/case4_cad_chf.yml',
"voucher_payment_receipt_view.xml", 'test/case_eur_usd.yml',
"voucher_sales_purchase_view.xml",
"account_voucher_wizard.xml",
"account_voucher_pay_invoice.xml",
"report/account_voucher_sales_receipt_view.xml",
"security/account_voucher_security.xml"
],
"test" : [
"test/account_voucher.yml",
"test/sales_receipt.yml",
"test/sales_payment.yml",
"test/account_voucher_report.yml",
"test/case1_usd_usd.yml",
"test/case2_usd_eur_debtor_in_eur.yml",
"test/case2_usd_eur_debtor_in_usd.yml",
"test/case3_eur_eur.yml",
"test/case4_cad_chf.yml",
"test/case_eur_usd.yml",
], ],
'certificate': '0037580727101', 'certificate': '0037580727101',
"auto_install": False, 'auto_install': False,
"application": True, 'application': True,
"installable": True, 'installable': True,
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,13 +20,13 @@
############################################################################## ##############################################################################
{ {
"name" : "Analytic Accounting", 'name' : 'Analytic Accounting',
"version": "1.1", 'version': '1.1',
"author" : "OpenERP SA", 'author' : 'OpenERP SA',
"website" : "http://www.openerp.com", 'website' : 'http://www.openerp.com',
"category": 'Hidden/Dependency', 'category': 'Hidden/Dependency',
"depends" : ["base", "decimal_precision", "mail"], 'depends' : ['base', 'decimal_precision', 'mail'],
"description": """ 'description': """
Module for defining analytic accounting object. Module for defining analytic accounting object.
=============================================== ===============================================
@ -34,16 +34,15 @@ In OpenERP, analytic accounts are linked to general accounts but are treated
totally independently. So, you can enter various different analytic operations totally independently. So, you can enter various different analytic operations
that have no counterpart in the general financial accounts. that have no counterpart in the general financial accounts.
""", """,
"init_xml" : [], 'data': ['security/analytic_security.xml',
"update_xml": ['security/analytic_security.xml', 'security/ir.model.access.csv',
"security/ir.model.access.csv", 'analytic_sequence.xml',
"analytic_sequence.xml", 'analytic_view.xml'
"analytic_view.xml"
], ],
'demo_xml': [ 'demo': [
], ],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate' : "00462253285027988541", 'certificate' : '00462253285027988541',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -28,15 +28,14 @@
This module is for modifying project view to show some data related to the hr_expense module. This module is for modifying project view to show some data related to the hr_expense module.
============================================================================================= =============================================================================================
""", """,
"author": "OpenERP S.A.", 'author': 'OpenERP S.A.',
"website": "http://www.openerp.com/", 'website': 'http://www.openerp.com/',
"depends": ["analytic_contract_hr_expense","project"], 'depends': ['analytic_contract_hr_expense','project'],
"init_xml": [], 'data': [
"update_xml": [ 'analytic_contract_expense_project_view.xml',
"analytic_contract_expense_project_view.xml",
], ],
'demo_xml': [], 'demo': [],
"css" : [ 'css' : [
], ],
'installable': True, 'installable': True,
'auto_install': True, 'auto_install': True,

View File

@ -28,15 +28,14 @@
This module is for modifying account analytic view to show some data related to the hr_expense module. This module is for modifying account analytic view to show some data related to the hr_expense module.
====================================================================================================== ======================================================================================================
""", """,
"author": "OpenERP S.A.", 'author': 'OpenERP S.A.',
"website": "http://www.openerp.com/", 'website': 'http://www.openerp.com/',
"depends": ["hr_expense","account_analytic_analysis"], 'depends': ['hr_expense','account_analytic_analysis'],
"init_xml": [], 'data': [
"update_xml": [ 'analytic_contract_hr_expense_view.xml',
"analytic_contract_hr_expense_view.xml",
], ],
'demo_xml': [], 'demo': [],
"css" : [ 'css' : [
], ],
'installable': True, 'installable': True,
'auto_install': True, 'auto_install': True,

View File

@ -20,18 +20,17 @@
############################################################################## ##############################################################################
{ {
"name" : "Contract on Project", 'name' : 'Contract on Project',
"version": "1.1", 'version': '1.1',
"author" : "OpenERP SA", 'author' : 'OpenERP SA',
'category': 'Hidden', 'category': 'Hidden',
"website" : "http://www.openerp.com", 'website' : 'http://www.openerp.com',
"depends" : ["project", "account_analytic_analysis"], 'depends' : ['project', 'account_analytic_analysis'],
"description": """ 'description': """
Add "Contract Data" in project view. Add "Contract Data" in project view.
==================================== ====================================
""", """,
"init_xml" : [], 'data': ['analytic_contract_project_view.xml'],
"update_xml": ["analytic_contract_project_view.xml"],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'auto_install': True, 'auto_install': True,

View File

@ -41,9 +41,8 @@ compatible with older configurations.
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images': ['images/analytic_user_function.jpeg'], 'images': ['images/analytic_user_function.jpeg'],
'depends': ['hr_timesheet_sheet'], 'depends': ['hr_timesheet_sheet'],
'init_xml': [], 'data': ['analytic_user_function_view.xml', 'security/ir.model.access.csv'],
'update_xml': ['analytic_user_function_view.xml', 'security/ir.model.access.csv'], 'demo': [],
'demo_xml': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate': '0082277138269', 'certificate': '0082277138269',

View File

@ -40,9 +40,7 @@ anonymization process to recover your previous data.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base'], 'depends': ['base'],
'init_xml': [], 'demo': [
'update_xml': [],
'demo_xml': [
'anonymization_demo.xml', 'anonymization_demo.xml',
], ],
'data': [ 'data': [

View File

@ -1,6 +1,6 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<openerp> <openerp>
<data> <data noupdate="1">
<!-- FIELD LIST --> <!-- FIELD LIST -->

View File

@ -33,8 +33,8 @@ membership products (schemes).
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['base_setup', 'membership', 'event'], 'depends': ['base_setup', 'membership', 'event'],
'update_xml': ['security/ir.model.access.csv', 'profile_association.xml'], 'data': ['security/ir.model.access.csv', 'profile_association.xml'],
'demo_xml': [], 'demo': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate': '0078696047261', 'certificate': '0078696047261',

View File

@ -34,13 +34,12 @@ and can check logs.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base'], 'depends': ['base'],
'init_xml': [], 'data': [
'update_xml': [
'wizard/audittrail_view_log_view.xml', 'wizard/audittrail_view_log_view.xml',
'audittrail_view.xml', 'audittrail_view.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
], ],
'demo_xml': ['audittrail_demo.xml'], 'demo': ['audittrail_demo.xml'],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate': '0062572348749', 'certificate': '0062572348749',

View File

@ -19,12 +19,12 @@
############################################################################## ##############################################################################
{ {
"name" : "Authentication via LDAP", 'name' : 'Authentication via LDAP',
"version" : "1.0", 'version' : '1.0',
"depends" : ["base"], 'depends' : ['base'],
"images" : ["images/ldap_configuration.jpeg"], 'images' : ['images/ldap_configuration.jpeg'],
"author" : "OpenERP SA", 'author' : 'OpenERP SA',
"description": """ 'description': """
Adds support for authentication by LDAP server. Adds support for authentication by LDAP server.
=============================================== ===============================================
This module allows users to login with their LDAP username and password, and This module allows users to login with their LDAP username and password, and
@ -100,17 +100,17 @@ authentication if installed at the same time.
""", """,
"website" : "http://www.openerp.com", 'website' : 'http://www.openerp.com',
"category" : "Authentication", 'category' : 'Authentication',
"data" : [ 'data' : [
"users_ldap_view.xml", 'users_ldap_view.xml',
"user_ldap_installer.xml", 'user_ldap_installer.xml',
"security/ir.model.access.csv", 'security/ir.model.access.csv',
], ],
"auto_install": False, 'auto_install': False,
"installable": True, 'installable': True,
"certificate" : "001141446349334700221", 'certificate' : '001141446349334700221',
"external_dependencies" : { 'external_dependencies' : {
'python' : ['ldap'], 'python' : ['ldap'],
} }
} }

View File

@ -36,14 +36,12 @@ trigger an automatic reminder email.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'mail'], 'depends': ['base', 'mail'],
'init_xml': [ 'data': [
'base_action_rule_data.xml'
],
'update_xml': [
'base_action_rule_view.xml', 'base_action_rule_view.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'base_action_rule_data.xml'
], ],
'demo_xml': [], 'demo': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate' : '001017908446466333429', 'certificate' : '001017908446466333429',

View File

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

View File

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

View File

@ -21,7 +21,7 @@
{ {
'name': 'IBAN Bank Accounts', 'name': 'IBAN Bank Accounts',
'version': '1.0', 'version': '1.0',
"category": 'Hidden/Dependency', 'category': 'Hidden/Dependency',
'description': """ 'description': """
This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for it's validity. This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for it's validity.
====================================================================================================================== ======================================================================================================================
@ -32,8 +32,7 @@ with a single statement.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base'], 'depends': ['base'],
'init_xml': ['base_iban_data.xml'], 'data': ['base_iban_data.xml' , 'base_iban_view.xml'],
'update_xml': ['base_iban_view.xml'],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate': '0050014379549', 'certificate': '0050014379549',

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data> <data noupdate="1">
<!-- <!--
Default bank account description Default bank account description

View File

@ -34,14 +34,13 @@ This module generates the Technical Guides of selected modules in Restructured T
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base'], 'depends': ['base'],
'init_xml': [], 'data': [
'update_xml': [
'base_module_doc_rst_view.xml', 'base_module_doc_rst_view.xml',
'wizard/generate_relation_graph_view.xml', 'wizard/generate_relation_graph_view.xml',
'wizard/tech_guide_rst_view.xml', 'wizard/tech_guide_rst_view.xml',
'module_report.xml', 'module_report.xml',
], ],
'demo_xml': [], 'demo': [],
'installable': True, 'installable': True,
'certificate': '001288481437217734509', 'certificate': '001288481437217734509',
'images': ['images/base_module_doc_rst1.jpeg'], 'images': ['images/base_module_doc_rst1.jpeg'],

View File

@ -46,13 +46,12 @@ Select datetime criteria of recording and objects to be recorded and Record modu
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base'], 'depends': ['base'],
'init_xml': [], 'data': [
'update_xml': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'wizard/base_module_record_object_view.xml', 'wizard/base_module_record_object_view.xml',
'wizard/base_module_record_data_view.xml', 'wizard/base_module_record_data_view.xml',
], ],
'demo_xml': [], 'demo': [],
'installable': True, 'installable': True,
'certificate': '0083134865813', 'certificate': '0083134865813',
'images': ['images/base_module_record1.jpeg','images/base_module_record2.jpeg','images/base_module_record3.jpeg',] 'images': ['images/base_module_record1.jpeg','images/base_module_record2.jpeg','images/base_module_record3.jpeg',]

View File

@ -34,9 +34,8 @@ Once you have modified it you can upload the report using the same wizard.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base'], 'depends': ['base'],
'init_xml': ['wizard/base_report_design_view.xml'], 'data': ['wizard/base_report_design_view.xml' , 'base_report_designer_installer.xml'],
'update_xml': ['base_report_designer_installer.xml'], 'demo': [],
'demo_xml': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate': '0056379010493', 'certificate': '0056379010493',

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data> <data noupdate="1">
<record id="view_base_report_sxw" model="ir.ui.view"> <record id="view_base_report_sxw" model="ir.ui.view">
<field name="name">Base Report sxw</field> <field name="name">Base Report sxw</field>
<field name="model">base.report.sxw</field> <field name="model">base.report.sxw</field>

View File

@ -33,9 +33,8 @@ This module handles state and stage. It is derived from the crm_base and crm_cas
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base'], 'depends': ['base'],
'init_xml': [], 'data': [],
'update_xml': [], 'demo': [],
'demo_xml': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
} }

View File

@ -1,22 +1,21 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
{ {
"name": "Base Tools", 'name': 'Base Tools',
"author": "OpenERP SA", 'author': 'OpenERP SA',
"version": "1.0", 'version': '1.0',
"depends": ["base"], 'depends': ['base'],
"category" : "Hidden/Dependency", 'category' : 'Hidden/Dependency',
'description': """ 'description': """
Common base for tools modules. Common base for tools modules.
============================== ==============================
Creates menu link for Tools from where tools like survey, lunch, idea are accessible if installed. Creates menu link for Tools from where tools like survey, lunch, idea are accessible if installed.
""", """,
"init_xml": [], 'data': [
"update_xml": [
'tools_view.xml' 'tools_view.xml'
], ],
"installable": True, 'installable': True,
"certificate" : "00571588675379342237" 'certificate' : '00571588675379342237'
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,7 +22,7 @@
{ {
'name': 'VAT Number Validation', 'name': 'VAT Number Validation',
'version': '1.0', 'version': '1.0',
"category": 'Hidden/Dependency', 'category': 'Hidden/Dependency',
'description': """ 'description': """
VAT validation for Partner's VAT numbers. VAT validation for Partner's VAT numbers.
========================================= =========================================

View File

@ -34,19 +34,19 @@ The user can also publish notes.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['base'], 'depends': ['base'],
'update_xml': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'board_view.xml', 'board_view.xml',
'board_mydashboard_view.xml' 'board_mydashboard_view.xml'
], ],
"js": [ 'js': [
'static/src/js/dashboard.js', 'static/src/js/dashboard.js',
], ],
"css": [ 'css': [
'static/src/css/dashboard.css', 'static/src/css/dashboard.css',
], ],
'qweb': [ 'qweb': [
"static/src/xml/*.xml", 'static/src/xml/*.xml',
], ],
'installable': True, 'installable': True,

View File

@ -21,11 +21,11 @@
{ {
"name": "Share Calendar Using CalDAV", 'name': 'Share Calendar Using CalDAV',
"version": "1.1", 'version': '1.1',
"depends": [ 'depends': [
"base", 'base',
"document_webdav", 'document_webdav',
], ],
'description': """ 'description': """
This module contains basic functionality for Caldav system. This module contains basic functionality for Caldav system.
@ -54,22 +54,22 @@ To access OpenERP Calendar using WebCal to remote site use the URL like:
**CALENDAR_NAME:** Name of calendar to access **CALENDAR_NAME:** Name of calendar to access
""", """,
'category': 'Hidden/Dependency', 'category': 'Hidden/Dependency',
"author": "OpenERP SA", 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
"init_xml": ["caldav_data.xml"], 'demo': [],
"demo_xml": [], 'data': [
"update_xml": [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'wizard/calendar_event_export_view.xml', 'wizard/calendar_event_export_view.xml',
'wizard/calendar_event_import_view.xml', 'wizard/calendar_event_import_view.xml',
'wizard/calendar_event_subscribe_view.xml', 'wizard/calendar_event_subscribe_view.xml',
'wizard/caldav_browse_view.xml', 'wizard/caldav_browse_view.xml',
'caldav_view.xml', 'caldav_view.xml',
'caldav_setup.xml' 'caldav_setup.xml',
'caldav_data.xml'
], ],
"installable": True, 'installable': True,
"auto_install": False, 'auto_install': False,
"certificate": "00924841426645403741", 'certificate': '00924841426645403741',
'images': ['images/calendar_collections.jpeg','images/calendars.jpeg','images/export_ics_file.jpeg'], 'images': ['images/calendar_collections.jpeg','images/calendars.jpeg','images/export_ics_file.jpeg'],
} }

View File

@ -18,23 +18,22 @@
# #
############################################################################## ##############################################################################
{ {
"name" : "Claim on Deliveries", 'name' : 'Claim on Deliveries',
"version" : "1.0", 'version' : '1.0',
"author" : "OpenERP SA", 'author' : 'OpenERP SA',
"category" : "Warehouse Management", 'category' : 'Warehouse Management',
"depends" : ["base", "crm_claim", "stock"], 'depends' : ['base', 'crm_claim', 'stock'],
"init_xml" : [], 'demo' : [],
"demo_xml" : [], 'description': """
"description": '''
Create a claim from a delivery order. Create a claim from a delivery order.
===================================== =====================================
Adds a Claim link to the delivery order. Adds a Claim link to the delivery order.
''', """,
"update_xml" : ["claim_delivery_view.xml"], 'data' : ['claim_delivery_view.xml'],
"auto_install": False, 'auto_install': False,
"installable": True, 'installable': True,
"certificate" : "001101649349223746957", 'certificate' : '001101649349223746957',
'images': ['images/1_claim_link_delivery_order.jpeg'], 'images': ['images/1_claim_link_delivery_order.jpeg'],
} }

View File

@ -24,8 +24,8 @@
'name': 'CRM', 'name': 'CRM',
'version': '1.0', 'version': '1.0',
'category': 'Customer Relationship Management', 'category': 'Customer Relationship Management',
"sequence": 2, 'sequence': 2,
"summary": "Leads, Opportunities, Agenda", 'summary': 'Leads, Opportunities, Agenda',
'description': """ 'description': """
The generic OpenERP Customer Relationship Management. The generic OpenERP Customer Relationship Management.
===================================================== =====================================================
@ -70,12 +70,11 @@ Creates a dashboard for CRM that includes:
'board', 'board',
'fetchmail' 'fetchmail'
], ],
'init_xml': [ 'data': [
'crm_data.xml', 'crm_data.xml',
'crm_lead_data.xml', 'crm_lead_data.xml',
'crm_phonecall_data.xml', 'crm_phonecall_data.xml',
],
'update_xml': [
'security/crm_security.xml', 'security/crm_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
@ -115,7 +114,7 @@ Creates a dashboard for CRM that includes:
'res_config_view.xml', 'res_config_view.xml',
], ],
'demo_xml': [ 'demo': [
'crm_demo.xml', 'crm_demo.xml',
'crm_lead_demo.xml', 'crm_lead_demo.xml',
'crm_phonecall_demo.xml', 'crm_phonecall_demo.xml',

View File

@ -34,13 +34,12 @@ Caldav features in Meeting.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['caldav', 'crm' ], 'depends': ['caldav', 'crm' ],
'init_xml': [ 'data': [
'crm_caldav_data.xml', 'crm_caldav_data.xml',
'crm_caldav_setup.xml', 'crm_caldav_setup.xml',
'crm_caldav_view.xml'
], ],
'demo': [],
'update_xml': ['crm_caldav_view.xml'],
'demo_xml': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate' : '001088048737252670109', 'certificate' : '001088048737252670109',

View File

@ -34,18 +34,15 @@ automatically new claims based on incoming emails.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['crm'], 'depends': ['crm'],
'init_xml': [ 'data': [
'crm_claim_data.xml',
],
'update_xml': [
'crm_claim_view.xml', 'crm_claim_view.xml',
'crm_claim_menu.xml', 'crm_claim_menu.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'report/crm_claim_report_view.xml', 'report/crm_claim_report_view.xml',
'res_config_view.xml', 'res_config_view.xml',
'crm_claim_data.xml',
], ],
'demo_xml': [ 'demo': [
'crm_claim_demo.xml', 'crm_claim_demo.xml',
], ],
'test': ['test/process/claim.yml', 'test': ['test/process/claim.yml',

View File

@ -36,16 +36,14 @@ and categorize your interventions with a channel and a priority level.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['crm'], 'depends': ['crm'],
'init_xml': [ 'data': [
'crm_helpdesk_data.xml',
],
'update_xml': [
'crm_helpdesk_view.xml', 'crm_helpdesk_view.xml',
'crm_helpdesk_menu.xml', 'crm_helpdesk_menu.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'report/crm_helpdesk_report_view.xml', 'report/crm_helpdesk_report_view.xml',
'crm_helpdesk_data.xml',
], ],
'demo_xml': [ 'demo': [
'crm_helpdesk_demo.xml', 'crm_helpdesk_demo.xml',
], ],
'test': ['test/process/help-desk.yml'], 'test': ['test/process/help-desk.yml'],

View File

@ -38,10 +38,10 @@ You can also use the geolocalization without using the GPS coordinates.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['crm', 'account'], 'depends': ['crm', 'account'],
'demo_xml': [ 'demo': [
'res_partner_demo.xml', 'res_partner_demo.xml',
], ],
'update_xml': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'res_partner_view.xml', 'res_partner_view.xml',
'wizard/crm_forward_to_partner_view.xml', 'wizard/crm_forward_to_partner_view.xml',

View File

@ -40,9 +40,8 @@ were overlapping.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'crm'], 'depends': ['base', 'crm'],
'init_xml': [], 'data': ['security/ir.model.access.csv', 'wizard/open_questionnaire_view.xml', 'crm_profiling_view.xml'],
'update_xml': ['security/ir.model.access.csv', 'wizard/open_questionnaire_view.xml', 'crm_profiling_view.xml'], 'demo': ['crm_profiling_demo.xml'],
'demo_xml': ['crm_profiling_demo.xml'],
'test': [ 'test': [
#'test/process/profiling.yml', #TODO:It's not debuging because problem to write data for open.questionnaire from partner section. #'test/process/profiling.yml', #TODO:It's not debuging because problem to write data for open.questionnaire from partner section.
], ],

View File

@ -23,14 +23,14 @@
{ {
'name': 'Tasks on CRM', 'name': 'Tasks on CRM',
'version': '1.0', 'version': '1.0',
"category": 'Customer Relationship Management', 'category': 'Customer Relationship Management',
'description': """ 'description': """
Todo list for CRM leads and opportunities. Todo list for CRM leads and opportunities.
========================================== ==========================================
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['crm','project_gtd'], 'depends': ['crm','project_gtd'],
'update_xml': [ 'data': [
'crm_todo_view.xml', 'crm_todo_view.xml',
], ],
'demo': [ 'demo': [

View File

@ -20,25 +20,24 @@
############################################################################## ##############################################################################
{ {
"name": "Decimal Precision Configuration", 'name': 'Decimal Precision Configuration',
"description": """ 'description': """
Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases. Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases.
================================================================================================= =================================================================================================
The decimal precision is configured per company. The decimal precision is configured per company.
""", """,
"author": "OpenERP SA", 'author': 'OpenERP SA',
"version": "0.1", 'version': '0.1',
"depends": ["base"], 'depends': ['base'],
"category" : "Hidden/Dependency", 'category' : 'Hidden/Dependency',
"init_xml": [], 'data': [
"update_xml": [
'decimal_precision_view.xml', 'decimal_precision_view.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
], ],
"demo_xml": [], 'demo': [],
"installable": True, 'installable': True,
"certificate" : "001307317809612974621", 'certificate' : '001307317809612974621',
'images': ['images/1_decimal_accuracy_form.jpeg','images/1_decimal_accuracy_list.jpeg'], 'images': ['images/1_decimal_accuracy_form.jpeg','images/1_decimal_accuracy_list.jpeg'],
} }

View File

@ -33,14 +33,14 @@ invoices from picking, OpenERP is able to add and compute the shipping line.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['sale', 'purchase', 'stock'], 'depends': ['sale', 'purchase', 'stock'],
'init_xml': ['delivery_data.xml'], 'data': [
'update_xml': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'delivery_report.xml', 'delivery_report.xml',
'delivery_view.xml', 'delivery_view.xml',
'partner_view.xml' 'partner_view.xml',
'delivery_data.xml'
], ],
'demo_xml': ['delivery_demo.xml'], 'demo': ['delivery_demo.xml'],
'test': [ 'test': [
'test/delivery_cost.yml', 'test/delivery_cost.yml',
], ],

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data noupdate="True"> <data noupdate="1">
<record forcecreate="True" id="property_delivery_carrier" model="ir.property"> <record forcecreate="True" id="property_delivery_carrier" model="ir.property">
<field name="name">property_delivery_carrier</field> <field name="name">property_delivery_carrier</field>
<field name="fields_id" search="[('model','=','res.partner'),('name','=','property_delivery_carrier')]"/> <field name="fields_id" search="[('model','=','res.partner'),('name','=','property_delivery_carrier')]"/>

View File

@ -46,8 +46,7 @@ ATTENTION:
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['process','board', 'knowledge'], 'depends': ['process','board', 'knowledge'],
'init_xml': [], 'data': [
'update_xml': [
'security/document_security.xml', 'security/document_security.xml',
'document_view.xml', 'document_view.xml',
'document_data.xml', 'document_data.xml',
@ -56,7 +55,7 @@ ATTENTION:
'report/document_report_view.xml', 'report/document_report_view.xml',
'board_document_view.xml', 'board_document_view.xml',
], ],
'demo_xml': [ 'document_demo.xml','board_document_demo.xml'], 'demo': [ 'document_demo.xml','board_document_demo.xml'],
'test': [ 'test': [
'test/document_test2.yml', 'test/document_test2.yml',
], ],

View File

@ -35,14 +35,13 @@ FTP client.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'document'], 'depends': ['base', 'document'],
'init_xml': [], 'data': [
'update_xml': [
'wizard/ftp_configuration_view.xml', 'wizard/ftp_configuration_view.xml',
'wizard/ftp_browse_view.xml', 'wizard/ftp_browse_view.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'res_config_view.xml', 'res_config_view.xml',
], ],
'demo_xml': [], 'demo': [],
'test': [ 'test': [
'test/document_ftp_test2.yml', 'test/document_ftp_test2.yml',
'test/document_ftp_test4.yml', 'test/document_ftp_test4.yml',

View File

@ -31,15 +31,14 @@ Web pages
'author': ['OpenERP SA'], 'author': ['OpenERP SA'],
'website': 'http://www.openerp.com/', 'website': 'http://www.openerp.com/',
'depends': ['knowledge'], 'depends': ['knowledge'],
'init_xml': [], 'data': [
'update_xml': [
'wizard/document_page_create_menu_view.xml', 'wizard/document_page_create_menu_view.xml',
'wizard/document_page_show_diff_view.xml', 'wizard/document_page_show_diff_view.xml',
'document_page_view.xml', 'document_page_view.xml',
'security/document_page_security.xml', 'security/document_page_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
], ],
'demo_xml': [ 'demo': [
'document_page_demo.xml' 'document_page_demo.xml'
], ],
'test': [ 'test': [
@ -54,7 +53,7 @@ Web pages
'static/src/js/document_page.js' 'static/src/js/document_page.js'
], ],
'css' : [ 'css' : [
"static/src/css/document_page.css" 'static/src/css/document_page.css'
], ],
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@ -45,11 +45,11 @@ documentation at http://doc.openerp.com.
'js': [ 'js': [
'static/src/js/edi.js', 'static/src/js/edi.js',
], ],
"css": [ 'css': [
"static/src/css/edi.css" 'static/src/css/edi.css'
], ],
'qweb': [ 'qweb': [
"static/src/xml/*.xml", 'static/src/xml/*.xml',
], ],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,

View File

@ -21,13 +21,13 @@
############################################################################## ##############################################################################
{ {
"name" : "Email Templates", 'name' : 'Email Templates',
"version" : "1.1", 'version' : '1.1',
"author" : "OpenERP,OpenLabs", 'author' : 'OpenERP,OpenLabs',
"website" : "http://openerp.com", 'website' : 'http://openerp.com',
"category" : "Marketing", 'category' : 'Marketing',
"depends" : ['mail'], 'depends' : ['mail'],
"description": """ 'description': """
Email Templating (simplified version of the original Power Email by Openlabs). Email Templating (simplified version of the original Power Email by Openlabs).
============================================================================== ==============================================================================
@ -55,19 +55,19 @@ campaigns on any OpenERP document.
**Technical note:** only the templating system of the original Power Email by Openlabs was kept. **Technical note:** only the templating system of the original Power Email by Openlabs was kept.
""", """,
"data": [ 'data': [
'wizard/email_template_preview_view.xml', 'wizard/email_template_preview_view.xml',
'email_template_view.xml', 'email_template_view.xml',
'res_partner_view.xml', 'res_partner_view.xml',
'wizard/mail_compose_message_view.xml', 'wizard/mail_compose_message_view.xml',
'security/ir.model.access.csv' 'security/ir.model.access.csv'
], ],
"demo": [ 'demo': [
'res_partner_demo.yml', 'res_partner_demo.yml',
], ],
"installable": True, 'installable': True,
"auto_install": False, 'auto_install': False,
"certificate" : "00817073628967384349", 'certificate' : '00817073628967384349',
'images': ['images/1_email_account.jpeg','images/2_email_template.jpeg','images/3_emails.jpeg'], 'images': ['images/1_email_account.jpeg','images/2_email_template.jpeg','images/3_emails.jpeg'],
} }

View File

@ -43,8 +43,7 @@ Note that:
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['base_setup', 'board', 'email_template', 'google_map'], 'depends': ['base_setup', 'board', 'email_template', 'google_map'],
'init_xml': [], 'data': [
'update_xml': [
'security/event_security.xml', 'security/event_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'wizard/event_confirm_view.xml', 'wizard/event_confirm_view.xml',
@ -54,7 +53,7 @@ Note that:
'res_partner_view.xml', 'res_partner_view.xml',
'email_template.xml', 'email_template.xml',
], ],
'demo_xml': ['event_demo.xml'], 'demo': ['event_demo.xml'],
'test': ['test/process/event_draft2done.yml'], 'test': ['test/process/event_draft2done.yml'],
'css': ['static/src/css/event.css'], 'css': ['static/src/css/event.css'],
'installable': True, 'installable': True,

View File

@ -63,13 +63,12 @@ confirmation email to communicate the login/password of moodle to your subscribe
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['event'], 'depends': ['event'],
'init_xml': [],
'data': [ 'data': [
'wizard_moodle.xml', 'wizard_moodle.xml',
'event_view.xml', 'event_view.xml',
'security/ir.model.access.csv' 'security/ir.model.access.csv'
], ],
'demo_xml': [], 'demo': [],
'test': [], 'test': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,

View File

@ -32,9 +32,8 @@ This module allows you to create retro planning for managing your events.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'images': ['images/event.jpeg'], 'images': ['images/event.jpeg'],
'depends': ['project_retro_planning', 'event'], 'depends': ['project_retro_planning', 'event'],
'init_xml': [], 'data': ['wizard/event_project_retro_view.xml', 'event_project_view.xml'],
'update_xml': ['wizard/event_project_retro_view.xml', 'event_project_view.xml'], 'demo': [],
'demo_xml': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate': '0069726863885', 'certificate': '0069726863885',

View File

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

View File

@ -21,12 +21,12 @@
############################################################################## ##############################################################################
{ {
"name" : "Email Gateway", 'name' : 'Email Gateway',
"version" : "1.0", 'version' : '1.0',
"depends" : ["base", 'mail'], 'depends' : ['base', 'mail'],
"author" : "OpenERP SA", 'author' : 'OpenERP SA',
"category": 'Tools', 'category': 'Tools',
"description": """ 'description': """
Retrieve incoming email on POP/IMAP servers. Retrieve incoming email on POP/IMAP servers.
============================================ ============================================
@ -55,14 +55,13 @@ For more specific needs, you may also assign custom-defined actions
(technically: Server Actions) to be triggered for each incoming mail. (technically: Server Actions) to be triggered for each incoming mail.
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'init_xml': [], 'data': [
'update_xml': [ 'fetchmail_view.xml',
"fetchmail_view.xml", 'fetchmail_data.xml',
"fetchmail_data.xml",
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'fetchmail_installer_view.xml' 'fetchmail_installer_view.xml'
], ],
'demo_xml': [ 'demo': [
], ],
'installable': True, 'installable': True,

View File

@ -31,12 +31,11 @@ The module adds google user in res user.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base'], 'depends': ['base'],
'init_xml': [], 'data': [
'update_xml': [
'google_base_account_view.xml', 'google_base_account_view.xml',
'wizard/google_login_view.xml', 'wizard/google_login_view.xml',
], ],
'demo_xml': [], 'demo': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
} }

View File

@ -29,7 +29,7 @@
'auto_install': False, 'auto_install': False,
'web': True, 'web': True,
'js': ['static/src/js/gdocs.js'], 'js': ['static/src/js/gdocs.js'],
'update_xml': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'res_config_user_view.xml' 'res_config_user_view.xml'
], ],

View File

@ -33,9 +33,8 @@ Using this you can directly open Google Map from the URL widget.""",
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images': ['images/google_map.jpeg'], 'images': ['images/google_map.jpeg'],
'depends': ['base'], 'depends': ['base'],
'init_xml': [], 'data': [],
'update_xml': [ ], 'demo': [],
'demo_xml': [],
'js': ['static/src/js/google_map.js'], 'js': ['static/src/js/google_map.js'],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,

View File

@ -20,14 +20,14 @@
############################################################################## ##############################################################################
{ {
"name": "Employee Directory", 'name': 'Employee Directory',
"version": "1.1", 'version': '1.1',
"author": "OpenERP SA", 'author': 'OpenERP SA',
"category": "Human Resources", 'category': 'Human Resources',
"sequence": 12, 'sequence': 12,
"website": "http://www.openerp.com", 'website': 'http://www.openerp.com',
"summary": "All Infos on Employees", 'summary': 'All Infos on Employees',
"description": """ 'description': """
Module for Human Resource Management. Module for Human Resource Management.
===================================== =====================================
@ -46,8 +46,7 @@ You can manage:
'static/src/img/default_image.png', 'static/src/img/default_image.png',
], ],
'depends': ['base_setup','mail', 'resource', 'board'], 'depends': ['base_setup','mail', 'resource', 'board'],
'init_xml': [], 'data': [
'update_xml': [
'security/hr_security.xml', 'security/hr_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'board_hr_view.xml', 'board_hr_view.xml',
@ -58,7 +57,7 @@ You can manage:
'hr_data.xml', 'hr_data.xml',
'res_config_view.xml', 'res_config_view.xml',
], ],
'demo_xml': [ 'demo': [
'hr_demo.xml', 'hr_demo.xml',
], ],
'test': [ 'test': [
@ -69,6 +68,6 @@ You can manage:
'application': True, 'application': True,
'auto_install': False, 'auto_install': False,
'certificate': '0086710558965', 'certificate': '0086710558965',
"css": [ 'static/src/css/hr.css' ], 'css': [ 'static/src/css/hr.css' ],
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -34,7 +34,7 @@ actions(Sign in/Sign out) performed by them.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'images': ['images/hr_attendances.jpeg'], 'images': ['images/hr_attendances.jpeg'],
'depends': ['hr'], 'depends': ['hr'],
'update_xml': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'hr_attendance_view.xml', 'hr_attendance_view.xml',
'hr_attendance_report.xml', 'hr_attendance_report.xml',
@ -45,7 +45,7 @@ actions(Sign in/Sign out) performed by them.
'wizard/hr_attendance_error_view.xml', 'wizard/hr_attendance_error_view.xml',
'wizard/hr_attendance_sign_in_out_view.xml', 'wizard/hr_attendance_sign_in_out_view.xml',
], ],
'demo_xml': ['hr_attendance_demo.xml'], 'demo': ['hr_attendance_demo.xml'],
'test': [ 'test': [
'test/attendance_process.yml', 'test/attendance_process.yml',
'test/hr_attendance_report.yml', 'test/hr_attendance_report.yml',

View File

@ -21,7 +21,7 @@
{ {
'name': "Employee Contracts", 'name': 'Employee Contracts',
'version': '1.0', 'version': '1.0',
'category': 'Human Resources', 'category': 'Human Resources',
'description': """ 'description': """
@ -39,12 +39,12 @@ You can assign several contracts per employee.
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images': ['images/hr_contract.jpeg'], 'images': ['images/hr_contract.jpeg'],
'depends': ['hr'], 'depends': ['hr'],
'init_xml': ['hr_contract_data.xml'], 'data': [
'update_xml': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'hr_contract_view.xml' 'hr_contract_view.xml',
'hr_contract_data.xml'
], ],
'demo_xml': [], 'demo': [],
'test': [ 'test': [
'test/test_hr_contract.yml' 'test/test_hr_contract.yml'
], ],

View File

@ -20,15 +20,15 @@
############################################################################## ##############################################################################
{ {
"name" : "Employee Appraisals", 'name' : 'Employee Appraisals',
"version": "0.1", 'version': '0.1',
"author": "OpenERP SA", 'author': 'OpenERP SA',
"category": "Human Resources", 'category': 'Human Resources',
"website": "http://www.openerp.com", 'website': 'http://www.openerp.com',
"summary": "Periodical Evaluations, Surveys", 'summary': 'Periodical Evaluations, Surveys',
"images": ["images/hr_evaluation_analysis.jpeg","images/hr_evaluation.jpeg"], 'images': ['images/hr_evaluation_analysis.jpeg','images/hr_evaluation.jpeg'],
"depends": ["hr","base_calendar","survey"], 'depends': ['hr','base_calendar','survey'],
"description": """ 'description': """
Ability to create employees evaluation. Ability to create employees evaluation.
======================================= =======================================
@ -38,24 +38,24 @@ created and it can be defined which level of employee hierarchy fills what and
final review and evaluation is done by the manager. Every evaluation filled by final review and evaluation is done by the manager. Every evaluation filled by
the employees can be viewed in the form of pdf file. the employees can be viewed in the form of pdf file.
""", """,
"demo": ["hr_evaluation_demo.xml"], 'demo': ['hr_evaluation_demo.xml'],
"data": [ 'data': [
"security/ir.model.access.csv", 'security/ir.model.access.csv',
"security/hr_evaluation_security.xml", 'security/hr_evaluation_security.xml',
# "wizard/hr_evaluation_mail_view.xml", # 'wizard/hr_evaluation_mail_view.xml',
"hr_evaluation_view.xml", 'hr_evaluation_view.xml',
"report/hr_evaluation_report_view.xml", 'report/hr_evaluation_report_view.xml',
"board_hr_evaluation_view.xml", 'board_hr_evaluation_view.xml',
'hr_evaluation_data.xml', 'hr_evaluation_data.xml',
'hr_evaluation_installer.xml', 'hr_evaluation_installer.xml',
], ],
"test": [ 'test': [
"test/test_hr_evaluation.yml", 'test/test_hr_evaluation.yml',
"test/hr_evalution_demo.yml", 'test/hr_evalution_demo.yml',
], ],
"auto_install": False, 'auto_install': False,
"installable": True, 'installable': True,
"certificate" : "00883207679172998429", 'certificate' : '00883207679172998429',
'application': True, 'application': True,
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,8 +24,8 @@
'name': 'Expenses Management', 'name': 'Expenses Management',
'version': '1.0', 'version': '1.0',
'category': 'Human Resources', 'category': 'Human Resources',
"sequence": 30, 'sequence': 30,
"summary": "Expenses Validation, Invoicing", 'summary': 'Expenses Validation, Invoicing',
'description': """ 'description': """
This module aims to manage employee's expenses. This module aims to manage employee's expenses.
=============================================== ===============================================
@ -46,8 +46,7 @@ re-invoice your customer's expenses if your work by project.
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images': ['images/hr_expenses_analysis.jpeg', 'images/hr_expenses.jpeg'], 'images': ['images/hr_expenses_analysis.jpeg', 'images/hr_expenses.jpeg'],
'depends': ['hr', 'account'], 'depends': ['hr', 'account'],
'init_xml': [], 'data': [
'update_xml': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'hr_expense_data.xml', 'hr_expense_data.xml',
'hr_expense_sequence.xml', 'hr_expense_sequence.xml',
@ -60,7 +59,7 @@ re-invoice your customer's expenses if your work by project.
'board_hr_expense_view.xml', 'board_hr_expense_view.xml',
'hr_expense_installer_view.xml', 'hr_expense_installer_view.xml',
], ],
'demo_xml': [ 'demo': [
'hr_expense_demo.xml', 'hr_expense_demo.xml',
], ],
'test': [ 'test': [

View File

@ -21,14 +21,14 @@
{ {
"name": "Leaves Management", 'name': 'Leaves Management',
"version": "1.5", 'version': '1.5',
"author": "OpenERP SA", 'author': 'OpenERP SA',
"category": "Human Resources", 'category': 'Human Resources',
"sequence": 28, 'sequence': 28,
"summary": "Holidays, Allocation and Leave Requests", 'summary': 'Holidays, Allocation and Leave Requests',
"website": "http://www.openerp.com", 'website': 'http://www.openerp.com',
"description": """ 'description': """
This module allows you to manage leaves and leave's requests. This module allows you to manage leaves and leave's requests.
============================================================= =============================================================
@ -59,8 +59,7 @@ Note that:
""", """,
'images': ['images/hr_allocation_requests.jpeg', 'images/hr_leave_requests.jpeg', 'images/leaves_analysis.jpeg'], 'images': ['images/hr_allocation_requests.jpeg', 'images/hr_leave_requests.jpeg', 'images/leaves_analysis.jpeg'],
'depends': ['hr', 'base_calendar', 'process', 'resource'], 'depends': ['hr', 'base_calendar', 'process', 'resource'],
'init_xml': [], 'data': [
'update_xml': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'security/ir_rule.xml', 'security/ir_rule.xml',
'hr_holidays_workflow.xml', 'hr_holidays_workflow.xml',
@ -73,7 +72,7 @@ Note that:
'wizard/hr_holidays_summary_employees_view.xml', 'wizard/hr_holidays_summary_employees_view.xml',
'board_hr_holidays_view.xml', 'board_hr_holidays_view.xml',
], ],
'demo_xml': ['hr_holidays_demo.xml',], 'demo': ['hr_holidays_demo.xml',],
'test': ['test/test_hr_holiday.yml', 'test': ['test/test_hr_holiday.yml',
'test/hr_holidays_report.yml', 'test/hr_holidays_report.yml',
], ],

View File

@ -23,7 +23,7 @@
'name': 'Payroll', 'name': 'Payroll',
'version': '1.0', 'version': '1.0',
'category': 'Human Resources', 'category': 'Human Resources',
"sequence": 38, 'sequence': 38,
'description': """ 'description': """
Generic Payroll system. Generic Payroll system.
======================= =======================
@ -46,9 +46,7 @@ Generic Payroll system.
'hr_holidays', 'hr_holidays',
'decimal_precision', 'decimal_precision',
], ],
'init_xml': [ 'data': [
],
'update_xml': [
'security/hr_security.xml', 'security/hr_security.xml',
'wizard/hr_payroll_payslips_by_employees.xml', 'wizard/hr_payroll_payslips_by_employees.xml',
'hr_payroll_view.xml', 'hr_payroll_view.xml',
@ -66,7 +64,7 @@ Generic Payroll system.
# 'test/payroll_register.yml', # 'test/payroll_register.yml',
# 'test/hr_payroll_report.yml', # 'test/hr_payroll_report.yml',
], ],
'demo_xml': [ 'demo': [
'hr_payroll_demo.xml' 'hr_payroll_demo.xml'
], ],
'installable': True, 'installable': True,

View File

@ -39,12 +39,10 @@ Generic Payroll system Integrated with Accounting.
'account', 'account',
'hr_expense' 'hr_expense'
], ],
'init_xml': [ 'data': [
'hr_payroll_account_view.xml',
], ],
'update_xml': [ 'demo': [
"hr_payroll_account_view.xml",
],
'demo_xml': [
'hr_payroll_account_demo.xml' 'hr_payroll_account_demo.xml'
], ],
'test': [ 'test': [

View File

@ -23,7 +23,7 @@
{ {
'name': 'Timesheets', 'name': 'Timesheets',
'version': '1.0', 'version': '1.0',
"category": "Human Resources", 'category': 'Human Resources',
'description': """ 'description': """
This module implements a timesheet system. This module implements a timesheet system.
========================================== ==========================================
@ -41,8 +41,7 @@ up a management by affair.
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images': ['images/hr_timesheet_lines.jpeg'], 'images': ['images/hr_timesheet_lines.jpeg'],
'depends': ['account', 'hr', 'base', 'hr_attendance', 'process'], 'depends': ['account', 'hr', 'base', 'hr_attendance', 'process'],
'init_xml': ['hr_timesheet_data.xml'], 'data': [
'update_xml': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'security/hr_timesheet_security.xml', 'security/hr_timesheet_security.xml',
'hr_timesheet_view.xml', 'hr_timesheet_view.xml',
@ -53,8 +52,9 @@ up a management by affair.
'wizard/hr_timesheet_print_users_view.xml', 'wizard/hr_timesheet_print_users_view.xml',
'wizard/hr_timesheet_sign_in_out_view.xml', 'wizard/hr_timesheet_sign_in_out_view.xml',
'hr_timesheet_installer.xml', 'hr_timesheet_installer.xml',
'hr_timesheet_data.xml'
], ],
'demo_xml': ['hr_timesheet_demo.xml'], 'demo': ['hr_timesheet_demo.xml'],
'test': [ 'test': [
'test/test_hr_timesheet.yml', 'test/test_hr_timesheet.yml',
'test/hr_timesheet_report.yml', 'test/hr_timesheet_report.yml',

View File

@ -24,8 +24,8 @@
'name': 'Timesheets', 'name': 'Timesheets',
'version': '1.0', 'version': '1.0',
'category': 'Human Resources', 'category': 'Human Resources',
"sequence": 16, 'sequence': 16,
"summary": "Timesheets, Attendances, Activities", 'summary': 'Timesheets, Attendances, Activities',
'description': """ 'description': """
This module helps you to easily encode and validate timesheet and attendances within the same view. This module helps you to easily encode and validate timesheet and attendances within the same view.
=================================================================================================== ===================================================================================================
@ -53,8 +53,7 @@ The validation can be configured in the company:
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images': ['images/hr_my_timesheet.jpeg','images/hr_timesheet_analysis.jpeg','images/hr_timesheet_sheet_analysis.jpeg','images/hr_timesheets.jpeg'], 'images': ['images/hr_my_timesheet.jpeg','images/hr_timesheet_analysis.jpeg','images/hr_timesheet_sheet_analysis.jpeg','images/hr_timesheets.jpeg'],
'depends': ['hr_timesheet', 'hr_timesheet_invoice', 'process'], 'depends': ['hr_timesheet', 'hr_timesheet_invoice', 'process'],
'init_xml': [], 'data': [
'update_xml': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'security/hr_timesheet_sheet_security.xml', 'security/hr_timesheet_sheet_security.xml',
'hr_timesheet_sheet_view.xml', 'hr_timesheet_sheet_view.xml',
@ -67,7 +66,7 @@ The validation can be configured in the company:
'hr_timesheet_sheet_data.xml', 'hr_timesheet_sheet_data.xml',
'res_config_view.xml', 'res_config_view.xml',
], ],
'demo_xml': ['hr_timesheet_sheet_demo.xml', 'demo': ['hr_timesheet_sheet_demo.xml',
], ],
'test':['test/test_hr_timesheet_sheet.yml'], 'test':['test/test_hr_timesheet_sheet.yml'],

View File

@ -36,15 +36,14 @@ Once installed, check the menu 'Ideas' in the 'Tools' main menu.""",
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://openerp.com', 'website': 'http://openerp.com',
'depends': ['base_tools','mail'], 'depends': ['base_tools','mail'],
'init_xml': [], 'data': [
'update_xml': [
'security/idea_security.xml', 'security/idea_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'idea_view.xml', 'idea_view.xml',
'idea_workflow.xml', 'idea_workflow.xml',
], ],
'demo_xml': [ 'demo': [
"idea_data.xml" 'idea_data.xml'
], ],
'test':[ 'test':[
], ],

View File

@ -30,9 +30,8 @@ This module provide a class import_framework to help importing complex data from
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base','mail'], 'depends': ['base','mail'],
'init_xml': [], 'data': ['import_base_view.xml'],
'update_xml': ["import_base_view.xml"], 'demo': [],
'demo_xml': [],
'test': [], #TODO provide test 'test': [], #TODO provide test
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,

View File

@ -30,14 +30,13 @@ The module adds google contact in partner address and add google calendar events
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'import_base', 'google_base_account', 'base_calendar'], 'depends': ['base', 'import_base', 'google_base_account', 'base_calendar'],
'init_xml': [], 'data': ['security/ir.model.access.csv',
'update_xml': ['security/ir.model.access.csv',
'sync_google_calendar_view.xml', 'sync_google_calendar_view.xml',
'wizard/import_google_data_view.xml', 'wizard/import_google_data_view.xml',
'wizard/google_import_message_view.xml' 'wizard/google_import_message_view.xml'
], ],
'demo_xml': [], 'demo': [],
'test': [ 'test': [
#'test/test_sync_google_contact_import_partner.yml', #'test/test_sync_google_contact_import_partner.yml',
#'test/test_sync_google_calendar.yml', #'test/test_sync_google_calendar.yml',

View File

@ -31,9 +31,9 @@ This Module Import SugarCRM Leads, Opportunities, Users, Accounts, Contacts, Emp
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['import_base','crm', 'document'], 'depends': ['import_base','crm', 'document'],
'data': [ 'data': [
"wizard/import_message_view.xml", 'wizard/import_message_view.xml',
"import_sugarcrm_view.xml", 'import_sugarcrm_view.xml',
"security/ir.model.access.csv", 'security/ir.model.access.csv',
], ],
'demo': [], 'demo': [],
'test': [], 'test': [],

View File

@ -21,12 +21,12 @@
{ {
"name" : "Knowledge Management System", 'name' : 'Knowledge Management System',
"version" : "1.0", 'version' : '1.0',
"depends" : ["base","base_setup"], 'depends' : ['base','base_setup'],
"author" : "OpenERP SA", 'author' : 'OpenERP SA',
'category': 'Hidden/Dependency', 'category': 'Hidden/Dependency',
"description": """ 'description': """
Installer for knowledge-based Hidden. Installer for knowledge-based Hidden.
===================================== =====================================
@ -34,14 +34,13 @@ Makes the Knowledge Application Configuration available from where you can insta
document and Wiki based Hidden. document and Wiki based Hidden.
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'init_xml': [], 'data': [
'update_xml': [
'security/knowledge_security.xml', 'security/knowledge_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'knowledge_view.xml', 'knowledge_view.xml',
'res_config_view.xml', 'res_config_view.xml',
], ],
'demo_xml': ['knowledge_demo.xml'], 'demo': ['knowledge_demo.xml'],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate' : '001278773815843749581', 'certificate' : '001278773815843749581',

View File

@ -17,35 +17,32 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
############################################################################## ##############################################################################
{ {
"name": "Argentina Localization Chart Account", 'name': 'Argentina Localization Chart Account',
"version": "1.0", 'version': '1.0',
"description": """ 'description': """
Argentinian accounting chart and tax localization. Argentinian accounting chart and tax localization.
================================================== ==================================================
Plan contable argentino e impuestos de acuerdo a disposiciones vigentes Plan contable argentino e impuestos de acuerdo a disposiciones vigentes
""", """,
"author": ["Cubic ERP"], 'author': ['Cubic ERP'],
"website": "http://cubicERP.com", 'website': 'http://cubicERP.com',
"category": "Localization/Account Charts", 'category': 'Localization/Account Charts',
"depends": [ 'depends': [
"account_chart", 'account_chart',
], ],
"data":[ 'data':[
"account_tax_code.xml", 'account_tax_code.xml',
"l10n_ar_chart.xml", 'l10n_ar_chart.xml',
"account_tax.xml", 'account_tax.xml',
"l10n_ar_wizard.xml", 'l10n_ar_wizard.xml',
], ],
"demo_xml": [ 'demo': [],
], 'active': False,
"update_xml": [ 'installable': True,
],
"active": False,
"installable": True,
'images': ['images/config_chart_l10n_ar.jpeg','images/l10n_ar_chart.jpeg'], 'images': ['images/config_chart_l10n_ar.jpeg','images/l10n_ar_chart.jpeg'],
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,21 +20,21 @@
############################################################################## ##############################################################################
{ {
"name" : "Austria - Accounting", 'name' : 'Austria - Accounting',
"version" : "1.0", 'version' : '1.0',
"author" : "conexus.at", 'author' : 'conexus.at',
"website" : "http://www.conexus.at", 'website' : 'http://www.conexus.at',
"category" : "Localization/Account Charts", 'category' : 'Localization/Account Charts',
"depends" : ["account_chart", 'base_vat'], 'depends' : ['account_chart', 'base_vat'],
"description": """ 'description': """
This module provides the standard Accounting Chart for Austria which is based on the Template from BMF.gv.at. 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. Please keep in mind that you should review and adapt it with your Accountant, before using it in a live Environment.
""", """,
"demo_xml" : [], 'demo' : [],
"update_xml" : ['account_tax_code.xml',"account_chart.xml",'account_tax.xml',"l10n_chart_at_wizard.xml"], 'data' : ['account_tax_code.xml','account_chart.xml','account_tax.xml','l10n_chart_at_wizard.xml'],
"auto_install": False, 'auto_install': False,
"installable": True 'installable': True
} }

View File

@ -58,8 +58,7 @@ Wizards provided by this module:
'account_chart', 'account_chart',
'account_coda', 'account_coda',
], ],
'init_xml': [], 'data': [
'update_xml': [
'account_financial_report.xml', 'account_financial_report.xml',
'account_pcmn_belgium.xml', 'account_pcmn_belgium.xml',
'account_tax_code_template.xml', 'account_tax_code_template.xml',
@ -74,7 +73,7 @@ Wizards provided by this module:
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'l10n_be_wizard.yml' 'l10n_be_wizard.yml'
], ],
'demo_xml': [], 'demo': [],
'installable': True, 'installable': True,
'certificate': '0031977724637', 'certificate': '0031977724637',
'images': ['images/1_config_chart_l10n_be.jpeg','images/2_l10n_be_chart.jpeg'], 'images': ['images/1_config_chart_l10n_be.jpeg','images/2_l10n_be_chart.jpeg'],

View File

@ -48,9 +48,8 @@ generated if no algorithm is specified on the Partner record.
""", """,
'depends': ['account'], 'depends': ['account'],
'demo_xml': [], 'demo': [],
'init_xml': [], 'data' : [
'update_xml' : [
'partner_view.xml', 'partner_view.xml',
'account_invoice_view.xml', 'account_invoice_view.xml',
], ],

View File

@ -63,7 +63,7 @@ for online use of 'private modules'.""",
'website': 'http://openerpbrasil.org', 'website': 'http://openerpbrasil.org',
'version': '0.6', 'version': '0.6',
'depends': ['account','account_chart'], 'depends': ['account','account_chart'],
'init_xml': [ 'data': [
'data/account.account.type.csv', 'data/account.account.type.csv',
'data/account.tax.code.template.csv', 'data/account.tax.code.template.csv',
'data/account.account.template.csv', 'data/account.account.template.csv',
@ -71,11 +71,9 @@ for online use of 'private modules'.""",
'data/account_tax_template.xml', 'data/account_tax_template.xml',
'data/l10n_br_data.xml', 'data/l10n_br_data.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
],
'update_xml': [
'account_view.xml', 'account_view.xml',
'l10n_br_view.xml', 'l10n_br_view.xml',
], ],
'installable': True, 'installable': True,
'certificate' : '001280994939126801405', 'certificate' : '001280994939126801405',
} }

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data noupdate="True"> <data noupdate="1">
<record id="tax_template_1" model="account.tax.template"> <record id="tax_template_1" model="account.tax.template">
<field name="description">IPI</field> <field name="description">IPI</field>

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openerp> <openerp>
<data> <data noupdate="1">
<record id="l10n_br_account_chart_template" model="account.chart.template"> <record id="l10n_br_account_chart_template" model="account.chart.template">
<field name="name">Planilha de Contas Brasileira</field> <field name="name">Planilha de Contas Brasileira</field>

View File

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

View File

@ -19,8 +19,9 @@
# #
############################################################################## ##############################################################################
{"name" : "Switzerland - Accounting", {
"description" : """ 'name' : 'Switzerland - Accounting',
'description' : """
Swiss localization : Swiss localization :
==================== ====================
- DTA generation for a lot of payment types - DTA generation for a lot of payment types
@ -63,47 +64,45 @@ TODO :
- Improve demo data - Improve demo data
""", """,
"version": "6.1", 'version': '6.1',
"author": "Camptocamp", 'author': 'Camptocamp',
'category': 'Localization/Account Charts', 'category': 'Localization/Account Charts',
"website": "http://www.camptocamp.com", 'website': 'http://www.camptocamp.com',
"depends" : [ "account_cancel", 'depends' : [ 'account_cancel',
"base_iban", 'base_iban',
"account_payment", 'account_payment',
"account_voucher", 'account_voucher',
"report_webkit", 'report_webkit',
"l10n_multilang"], 'l10n_multilang'],
"init_xml": ["dta_data.xml", 'data': ['dta_data.xml',
"journal_data.xml", 'journal_data.xml',
#FR sterchi chart data #FR sterchi chart data
'sterchi_chart/account.xml', 'sterchi_chart/account.xml',
'sterchi_chart/vat.xml', 'sterchi_chart/vat.xml',
'sterchi_chart/vat2011.xml', 'sterchi_chart/vat2011.xml',
'sterchi_chart/fiscal_position.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_xml": ["demo/demo.xml", 'demo': ['demo/demo.xml',
"demo/dta_demo.xml"], 'demo/dta_demo.xml'],
'test': ['test/l10n_ch_report.yml',
"update_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"],
"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 #TODO: uncomment the 2 following tests once they are fixed
#'test/l10n_ch_v11.yml', #'test/l10n_ch_v11.yml',
#'test/l10n_ch_v11_part.yml' #'test/l10n_ch_v11_part.yml'
], ],
"auto_install": False, 'auto_install': False,
"installable": True, 'installable': True,
"certificate": "001103836064567088989", '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: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<openerp> <openerp>
<data noupdate="True"> <data noupdate="1">
<record id="account_type_view" model="account.account.type"> <record id="account_type_view" model="account.account.type">
<field name="name">Autre : Vue</field> <field name="name">Autre : Vue</field>
<field name="code">view</field> <field name="code">view</field>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<openerp> <openerp>
<data noupdate="True"> <data noupdate="1">
<!-- journal configuration of account --> <!-- journal configuration of account -->
<record id="expenses_journal" model="account.journal"> <record id="expenses_journal" model="account.journal">

View File

@ -17,34 +17,31 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
############################################################################## ##############################################################################
{ {
"name": "Chile Localization Chart Account", 'name': 'Chile Localization Chart Account',
"version": "1.0", 'version': '1.0',
"description": """ 'description': """
Chilean accounting chart and tax localization. Chilean accounting chart and tax localization.
============================================== ==============================================
Plan contable chileno e impuestos de acuerdo a disposiciones vigentes Plan contable chileno e impuestos de acuerdo a disposiciones vigentes
""", """,
"author": "Cubic ERP", 'author': 'Cubic ERP',
"website": "http://cubicERP.com", 'website': 'http://cubicERP.com',
"category": "Localization/Account Charts", 'category': 'Localization/Account Charts',
"depends": [ 'depends': [
"account_chart", 'account_chart',
], ],
"data":[ 'data':[
"account_tax_code.xml", 'account_tax_code.xml',
"l10n_cl_chart.xml", 'l10n_cl_chart.xml',
"account_tax.xml", 'account_tax.xml',
"l10n_cl_wizard.xml", 'l10n_cl_wizard.xml',
], ],
"demo_xml": [ 'demo': [],
], 'active': False,
"update_xml": [ 'installable': True,
],
"active": False,
"installable": True,
'images': ['images/config_chart_l10n_cl.jpeg','images/l10n_cl_chart.jpeg'], 'images': ['images/config_chart_l10n_cl.jpeg','images/l10n_cl_chart.jpeg'],
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -18,31 +18,29 @@
# #
############################################################################## ##############################################################################
{ {
"name" : "中国会计科目表 - Accounting", 'name' : '中国会计科目表 - Accounting',
"version" : "1.0", 'version' : '1.0',
"category": "Localization/Account Charts", 'category': 'Localization/Account Charts',
"author" : "openerp-china.org", 'author' : 'openerp-china.org',
"maintainer":"openerp-china.org", 'maintainer':'openerp-china.org',
"website":"http://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": """ 'description': """
添加中文省份数据 添加中文省份数据
科目类型\会计科目表模板\增值税\辅助核算类别\管理会计凭证簿\财务会计凭证簿 科目类型\会计科目表模板\增值税\辅助核算类别\管理会计凭证簿\财务会计凭证簿
============================================================ ============================================================
""", """,
"depends" : ["base","account"], 'depends' : ['base','account'],
'init_xml': [ 'demo' : [],
'data' : [
'account_chart.xml',
'l10n_chart_cn_wizard.xml',
'base_data.xml', 'base_data.xml',
], ],
"demo_xml" : [], 'license': 'GPL-3',
"update_xml" : [ 'auto_install': False,
'account_chart.xml', 'installable': True,
"l10n_chart_cn_wizard.xml", 'certificate': '00925445983542952285',
],
"license": "GPL-3",
"auto_install": False,
"installable": True,
"certificate": '00925445983542952285',
'images': ['images/config_chart_l10n_cn.jpeg','images/l10n_cn_chart.jpeg'], 'images': ['images/config_chart_l10n_cn.jpeg','images/l10n_cn_chart.jpeg'],
} }

View File

@ -1,162 +1,162 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openerp> <openerp>
<data> <data noupdate="1">
<!-- 添加省份数据 --> <!-- 添加省份数据 -->
<record id="state_BJ" model="res.country.state"> <record id="state_BJ" model="res.country.state">
<field name="name">北京市</field> <field name="name">北京市</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_SH" model="res.country.state"> <record id="state_SH" model="res.country.state">
<field name="name">上海市</field> <field name="name">上海市</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_ZJ" model="res.country.state"> <record id="state_ZJ" model="res.country.state">
<field name="name">浙江省</field> <field name="name">浙江省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_TJ" model="res.country.state"> <record id="state_TJ" model="res.country.state">
<field name="name">天津市</field> <field name="name">天津市</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_AH" model="res.country.state"> <record id="state_AH" model="res.country.state">
<field name="name">安徽省</field> <field name="name">安徽省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_FJ" model="res.country.state"> <record id="state_FJ" model="res.country.state">
<field name="name">福建省</field> <field name="name">福建省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_CQ" model="res.country.state"> <record id="state_CQ" model="res.country.state">
<field name="name">重庆市</field> <field name="name">重庆市</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_JX" model="res.country.state"> <record id="state_JX" model="res.country.state">
<field name="name">江西省</field> <field name="name">江西省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_SD" model="res.country.state"> <record id="state_SD" model="res.country.state">
<field name="name">山东省</field> <field name="name">山东省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_HeN" model="res.country.state"> <record id="state_HeN" model="res.country.state">
<field name="name">河南省</field> <field name="name">河南省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_NM" model="res.country.state"> <record id="state_NM" model="res.country.state">
<field name="name">内蒙古自治区</field> <field name="name">内蒙古自治区</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_HuB" model="res.country.state"> <record id="state_HuB" model="res.country.state">
<field name="name">湖北省</field> <field name="name">湖北省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_XJ" model="res.country.state"> <record id="state_XJ" model="res.country.state">
<field name="name">新疆维吾尔自治区</field> <field name="name">新疆维吾尔自治区</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_HuN" model="res.country.state"> <record id="state_HuN" model="res.country.state">
<field name="name">湖南省</field> <field name="name">湖南省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_NX" model="res.country.state"> <record id="state_NX" model="res.country.state">
<field name="name">宁夏回族自治区</field> <field name="name">宁夏回族自治区</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_GD" model="res.country.state"> <record id="state_GD" model="res.country.state">
<field name="name">广东省</field> <field name="name">广东省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_XZ" model="res.country.state"> <record id="state_XZ" model="res.country.state">
<field name="name">西藏自治区</field> <field name="name">西藏自治区</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_HaN" model="res.country.state"> <record id="state_HaN" model="res.country.state">
<field name="name">海南省</field> <field name="name">海南省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_GX" model="res.country.state"> <record id="state_GX" model="res.country.state">
<field name="name">广西壮族自治区</field> <field name="name">广西壮族自治区</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_SC" model="res.country.state"> <record id="state_SC" model="res.country.state">
<field name="name">四川省</field> <field name="name">四川省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_HeB" model="res.country.state"> <record id="state_HeB" model="res.country.state">
<field name="name">河北省</field> <field name="name">河北省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_GZ" model="res.country.state"> <record id="state_GZ" model="res.country.state">
<field name="name">贵州省</field> <field name="name">贵州省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_SX" model="res.country.state"> <record id="state_SX" model="res.country.state">
<field name="name">山西省</field> <field name="name">山西省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_YN" model="res.country.state"> <record id="state_YN" model="res.country.state">
<field name="name">云南省</field> <field name="name">云南省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_LN" model="res.country.state"> <record id="state_LN" model="res.country.state">
<field name="name">辽宁省</field> <field name="name">辽宁省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_SX" model="res.country.state"> <record id="state_SX" model="res.country.state">
<field name="name">陕西省</field> <field name="name">陕西省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_JL" model="res.country.state"> <record id="state_JL" model="res.country.state">
<field name="name">吉林省</field> <field name="name">吉林省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_GS" model="res.country.state"> <record id="state_GS" model="res.country.state">
<field name="name">甘肃省</field> <field name="name">甘肃省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_HL" model="res.country.state"> <record id="state_HL" model="res.country.state">
<field name="name">黑龙江省</field> <field name="name">黑龙江省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_QH" model="res.country.state"> <record id="state_QH" model="res.country.state">
<field name="name">青海省</field> <field name="name">青海省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
<record id="state_JS" model="res.country.state"> <record id="state_JS" model="res.country.state">
<field name="name">江苏省</field> <field name="name">江苏省</field>
<field name="code"></field> <field name="code"></field>
<field name="country_id" ref="base.cn"/> <field name="country_id" ref="base.cn"/>
</record> </record>
</data> </data>
</openerp> </openerp>

View File

@ -55,9 +55,8 @@ Everything is in English with Spanish translation. Further translations are welc
please go to http://translations.launchpad.net/openerp-costa-rica. please go to http://translations.launchpad.net/openerp-costa-rica.
""", """,
'depends': ['account', 'account_chart', 'base'], 'depends': ['account', 'account_chart', 'base'],
'init_xml': [], 'demo': [],
'demo_xml': [], 'data': [
'update_xml': [
'l10n_cr_base_data.xml', 'l10n_cr_base_data.xml',
'data/account_account_type.xml', 'data/account_account_type.xml',
'data/account_account_template.xml', 'data/account_account_template.xml',

View File

@ -38,19 +38,19 @@
# Die Zuordnung der Steuern für Ein- und Ausfuhren aus EU Ländern, sowie auch # Die Zuordnung der Steuern für Ein- und Ausfuhren aus EU Ländern, sowie auch
# für den Ein- und Verkauf aus und in Drittländer sollten beim Partner # für den Ein- und Verkauf aus und in Drittländer sollten beim Partner
# (Lieferant/Kunde)hinterlegt werden (in Anhängigkeit vom Herkunftsland # (Lieferant/Kunde)hinterlegt werden (in Anhängigkeit vom Herkunftsland
# des Lieferanten/Kunden). Die Zuordnung beim Kunden ist "höherwertig" als # des Lieferanten/Kunden). Die Zuordnung beim Kunden ist 'höherwertig' als
# die Zuordnung bei Produkten und überschreibt diese im Einzelfall. # die Zuordnung bei Produkten und überschreibt diese im Einzelfall.
# #
# Zur Vereinfachung der Steuerausweise und Buchung bei Auslandsgeschäften # Zur Vereinfachung der Steuerausweise und Buchung bei Auslandsgeschäften
# erlaubt OpenERP ein generelles Mapping von Steuerausweis und Steuerkonten # erlaubt OpenERP ein generelles Mapping von Steuerausweis und Steuerkonten
# (z.B. Zuordnung "Umsatzsteuer 19%" zu "steuerfreie Einfuhren aus der EU") # (z.B. Zuordnung 'Umsatzsteuer 19%' zu 'steuerfreie Einfuhren aus der EU')
# zwecks Zuordnung dieses Mappings zum ausländischen Partner (Kunde/Lieferant). # zwecks Zuordnung dieses Mappings zum ausländischen Partner (Kunde/Lieferant).
# Die Rechnungsbuchung beim Einkauf bewirkt folgendes: # Die Rechnungsbuchung beim Einkauf bewirkt folgendes:
# Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den # Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den
# jeweiligen Kategorien für den Vorsteuer Steuermessbetrag (z.B. Vorsteuer # jeweiligen Kategorien für den Vorsteuer Steuermessbetrag (z.B. Vorsteuer
# Steuermessbetrag Voller Steuersatz 19%). # Steuermessbetrag Voller Steuersatz 19%).
# Der Steuerbetrag erscheint unter der Kategorie "Vorsteuern" (z.B. Vorsteuer # Der Steuerbetrag erscheint unter der Kategorie 'Vorsteuern' (z.B. Vorsteuer
# 19%). Durch multidimensionale Hierachien können verschiedene Positionen # 19%). Durch multidimensionale Hierachien können verschiedene Positionen
# zusammengefasst werden und dann in Form eines Reports ausgegeben werden. # zusammengefasst werden und dann in Form eines Reports ausgegeben werden.
# #
@ -58,7 +58,7 @@
# Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den # Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den
# jeweiligen Kategorien für den Umsatzsteuer Steuermessbetrag # jeweiligen Kategorien für den Umsatzsteuer Steuermessbetrag
# (z.B. Umsatzsteuer Steuermessbetrag Voller Steuersatz 19%). # (z.B. Umsatzsteuer Steuermessbetrag Voller Steuersatz 19%).
# Der Steuerbetrag erscheint unter der Kategorie "Umsatzsteuer" # Der Steuerbetrag erscheint unter der Kategorie 'Umsatzsteuer'
# (z.B. Umsatzsteuer 19%). Durch multidimensionale Hierachien können # (z.B. Umsatzsteuer 19%). Durch multidimensionale Hierachien können
# verschiedene Positionen zusammengefasst werden. # verschiedene Positionen zusammengefasst werden.
# Die zugewiesenen Steuerausweise können auf Ebene der einzelnen # Die zugewiesenen Steuerausweise können auf Ebene der einzelnen
@ -89,19 +89,19 @@
# Die Zuordnung der Steuern für Ein- und Ausfuhren aus EU Ländern, sowie auch # Die Zuordnung der Steuern für Ein- und Ausfuhren aus EU Ländern, sowie auch
# für den Ein- und Verkauf aus und in Drittländer sollten beim Partner # für den Ein- und Verkauf aus und in Drittländer sollten beim Partner
# (Lieferant/Kunde) hinterlegt werden (in Anhängigkeit vom Herkunftsland # (Lieferant/Kunde) hinterlegt werden (in Anhängigkeit vom Herkunftsland
# des Lieferanten/Kunden). Die Zuordnung beim Kunden ist "höherwertig" als # des Lieferanten/Kunden). Die Zuordnung beim Kunden ist 'höherwertig' als
# die Zuordnung bei Produkten und überschreibt diese im Einzelfall. # die Zuordnung bei Produkten und überschreibt diese im Einzelfall.
# #
# Zur Vereinfachung der Steuerausweise und Buchung bei Auslandsgeschäften # Zur Vereinfachung der Steuerausweise und Buchung bei Auslandsgeschäften
# erlaubt OpenERP ein generelles Mapping von Steuerausweis und Steuerkonten # erlaubt OpenERP ein generelles Mapping von Steuerausweis und Steuerkonten
# (z.B. Zuordnung "Umsatzsteuer 19%" zu "steuerfreie Einfuhren aus der EU") # (z.B. Zuordnung 'Umsatzsteuer 19%' zu 'steuerfreie Einfuhren aus der EU')
# zwecks Zuordnung dieses Mappings zum ausländischen Partner (Kunde/Lieferant). # zwecks Zuordnung dieses Mappings zum ausländischen Partner (Kunde/Lieferant).
# Die Rechnungsbuchung beim Einkauf bewirkt folgendes: # Die Rechnungsbuchung beim Einkauf bewirkt folgendes:
# Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den # Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den
# jeweiligen Kategorien für den Vorsteuer Steuermessbetrag (z.B. Vorsteuer # jeweiligen Kategorien für den Vorsteuer Steuermessbetrag (z.B. Vorsteuer
# Steuermessbetrag Voller Steuersatz 19%). # Steuermessbetrag Voller Steuersatz 19%).
# Der Steuerbetrag erscheint unter der Kategorie "Vorsteuern" (z.B. Vorsteuer # Der Steuerbetrag erscheint unter der Kategorie 'Vorsteuern' (z.B. Vorsteuer
# 19%). Durch multidimensionale Hierachien können verschiedene Positionen # 19%). Durch multidimensionale Hierachien können verschiedene Positionen
# zusammengefasst werden und dann in Form eines Reports ausgegeben werden. # zusammengefasst werden und dann in Form eines Reports ausgegeben werden.
# #
@ -109,7 +109,7 @@
# Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den # Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den
# jeweiligen Kategorien für den Umsatzsteuer Steuermessbetrag # jeweiligen Kategorien für den Umsatzsteuer Steuermessbetrag
# (z.B. Umsatzsteuer Steuermessbetrag Voller Steuersatz 19%). # (z.B. Umsatzsteuer Steuermessbetrag Voller Steuersatz 19%).
# Der Steuerbetrag erscheint unter der Kategorie "Umsatzsteuer" # Der Steuerbetrag erscheint unter der Kategorie 'Umsatzsteuer'
# (z.B. Umsatzsteuer 19%). Durch multidimensionale Hierachien können # (z.B. Umsatzsteuer 19%). Durch multidimensionale Hierachien können
# verschiedene Positionen zusammengefasst werden. # verschiedene Positionen zusammengefasst werden.
# Die zugewiesenen Steuerausweise können auf Ebene der einzelnen # Die zugewiesenen Steuerausweise können auf Ebene der einzelnen
@ -121,35 +121,34 @@
{ {
"name" : "Deutschland - Accounting", 'name' : 'Deutschland - Accounting',
"version" : "1.0", 'version' : '1.0',
"author" : "openbig.org", 'author' : 'openbig.org',
"website" : "http://www.openbig.org", 'website' : 'http://www.openbig.org',
"category" : "Localization/Account Charts", 'category' : 'Localization/Account Charts',
"description": """ 'description': """
Dieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR03. Dieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR03.
============================================================================== ==============================================================================
German accounting chart and localization. German accounting chart and localization.
""", """,
"depends" : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'], 'depends' : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
"init_xml" : [ ], 'demo' : [ ],
"demo_xml" : [ ], 'data' : [
"update_xml" : [ 'account_tax_skr03.xml',
"account_tax_skr03.xml", 'account_types_skr03.xml',
"account_types_skr03.xml", 'account_chart_skr03.xml',
"account_chart_skr03.xml", 'account_chart_template_skr03.xml',
"account_chart_template_skr03.xml", 'account_tax_fiscal_position_skr03.xml',
"account_tax_fiscal_position_skr03.xml", 'account_tax_skr04.xml',
"account_tax_skr04.xml", 'account_types_skr04.xml',
"account_types_skr04.xml", 'account_chart_skr04.xml',
"account_chart_skr04.xml", 'account_chart_template_skr04.xml',
"account_chart_template_skr04.xml", 'account_tax_fiscal_position_skr04.xml',
"account_tax_fiscal_position_skr04.xml", 'l10n_de_wizard.xml',
"l10n_de_wizard.xml",
], ],
"installable": True, 'installable': True,
"certificate": "00517849017945584893", 'certificate': '00517849017945584893',
'images': ['images/config_chart_l10n_de.jpeg','images/l10n_de_chart.jpeg'], 'images': ['images/config_chart_l10n_de.jpeg','images/l10n_de_chart.jpeg'],
} }

View File

@ -35,14 +35,13 @@ Accounting chart and localization for Ecuador.
'account_chart', 'account_chart',
'account_coda', 'account_coda',
], ],
'init_xml': [], 'data': [
'update_xml': [
'account_tax_code.xml', 'account_tax_code.xml',
'account_chart.xml', 'account_chart.xml',
'account_tax.xml', 'account_tax.xml',
'l10n_chart_ec_wizard.xml', 'l10n_chart_ec_wizard.xml',
], ],
'demo_xml': [], 'demo': [],
'installable': True, 'installable': True,
'certificate' : '001226484516187330589', 'certificate' : '001226484516187330589',
'images': ['images/config_chart_l10n_ec.jpeg','images/l10n_ec_chart.jpeg'], 'images': ['images/config_chart_l10n_ec.jpeg','images/l10n_ec_chart.jpeg'],

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data noupdate="0"> <data noupdate="1">
<!-- Tipos de cuenta para PGCE y PGCE PYMES --> <!-- Tipos de cuenta para PGCE y PGCE PYMES -->

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