diff --git a/addons/account/__openerp__.py b/addons/account/__openerp__.py index aaa71db0a7d..86166ec0125 100644 --- a/addons/account/__openerp__.py +++ b/addons/account/__openerp__.py @@ -19,11 +19,11 @@ # ############################################################################## { - "name" : "eInvoicing", - "version" : "1.1", - "author" : "OpenERP SA", - "category": 'Accounting & Finance', - "description": """ + 'name' : 'eInvoicing', + 'version' : '1.1', + 'author' : 'OpenERP SA', + 'category' : 'Accounting & Finance', + 'description' : """ 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', '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"], - 'update_xml': [ + 'depends' : ['base_setup', 'product', 'analytic', 'process', 'board', 'edi'], + 'data': [ 'security/account_security.xml', 'security/ir.model.access.csv', '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', 'company_view.xml', 'board_account_view.xml', - "edi/invoice_action_data.xml", - "account_bank_view.xml", - "res_config_view.xml", - "account_pre_install.yml" + 'edi/invoice_action_data.xml', + 'account_bank_view.xml', + 'res_config_view.xml', + 'account_pre_install.yml' ], - 'demo_xml': [ + 'demo': [ 'demo/account_demo.xml', 'project/project_demo.xml', 'project/analytic_account_demo.xml', diff --git a/addons/account_accountant/__openerp__.py b/addons/account_accountant/__openerp__.py index 7c97112b875..ea4d7887a15 100644 --- a/addons/account_accountant/__openerp__.py +++ b/addons/account_accountant/__openerp__.py @@ -19,13 +19,13 @@ # ############################################################################## { - "name" : "Accounting and Finance", - "version" : "1.1", - "author" : "OpenERP SA", - "category": 'Accounting & Finance', - "sequence": 10, - "summary": "Financial and Analytic Accounting", - "description": """ + 'name' : 'Accounting and Finance', + 'version' : '1.1', + 'author' : 'OpenERP SA', + 'category': 'Accounting & Finance', + 'sequence': 10, + 'summary': 'Financial and Analytic Accounting', + 'description': """ Accounting Access Rights. ========================= @@ -36,13 +36,12 @@ It assigns manager and user access rights to the Administrator and only user rights to Demo user. """, 'website': 'http://www.openerp.com', - 'init_xml': [], - "depends" : ["account_voucher"], - 'update_xml': [ + 'depends' : ['account_voucher'], + 'data': [ 'security/account_security.xml', 'account_accountant_data.xml' ], - 'demo_xml': ['account_accountant_demo.xml'], + 'demo': ['account_accountant_demo.xml'], 'test': [], 'installable': True, 'auto_install': False, diff --git a/addons/account_analytic_analysis/__openerp__.py b/addons/account_analytic_analysis/__openerp__.py index 4e328f84e28..71aa1753ecf 100644 --- a/addons/account_analytic_analysis/__openerp__.py +++ b/addons/account_analytic_analysis/__openerp__.py @@ -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. """, - "author": "Camptocamp", - "website": "http://www.camptocamp.com/", - "images": ["images/bill_tasks_works.jpeg","images/overpassed_accounts.jpeg"], - "depends": ["hr_timesheet_invoice", "sale"], #although sale is technically not required to install this module, all menuitems are located under 'Sales' application - "init_xml": [], - "update_xml": [ - "security/ir.model.access.csv", - "account_analytic_analysis_view.xml", - "account_analytic_analysis_menu.xml", - "account_analytic_analysis_cron.xml", + 'author': 'Camptocamp', + 'website': 'http://www.camptocamp.com/', + 'images': ['images/bill_tasks_works.jpeg','images/overpassed_accounts.jpeg'], + 'depends': ['hr_timesheet_invoice', 'sale'], #although sale is technically not required to install this module, all menuitems are located under 'Sales' application + 'data': [ + 'security/ir.model.access.csv', + 'account_analytic_analysis_view.xml', + 'account_analytic_analysis_menu.xml', + 'account_analytic_analysis_cron.xml', ], - 'demo_xml': [], + 'demo': [], 'installable': True, 'auto_install': False, 'certificate': '0042927202589', diff --git a/addons/account_analytic_default/__openerp__.py b/addons/account_analytic_default/__openerp__.py index 72e196a49b6..f91a255ba50 100644 --- a/addons/account_analytic_default/__openerp__.py +++ b/addons/account_analytic_default/__openerp__.py @@ -22,7 +22,7 @@ { 'name' : 'Account Analytic Defaults', 'version' : '1.0', - "category": 'Accounting & Finance', + 'category': 'Accounting & Finance', 'description': """ 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', 'images' : ['images/analytic_defaults.jpeg'], 'depends' : ['sale'], - 'init_xml' : [], - 'update_xml': [ + 'data': [ 'security/ir.model.access.csv', 'security/account_analytic_default_security.xml', 'account_analytic_default_view.xml' ], - 'demo_xml' : [], + 'demo' : [], 'installable': True, 'auto_install': False, 'certificate': '0074229833581', diff --git a/addons/account_analytic_plans/__openerp__.py b/addons/account_analytic_plans/__openerp__.py index 54048bae22f..675723f423a 100644 --- a/addons/account_analytic_plans/__openerp__.py +++ b/addons/account_analytic_plans/__openerp__.py @@ -67,8 +67,7 @@ The analytic plan validates the minimum and maximum percentage at the time of cr 'website': 'http://www.openerp.com', 'images': ['images/analytic_plan.jpeg'], 'depends': ['account', 'account_analytic_default'], - 'init_xml': [], - 'update_xml': [ + 'data': [ 'security/account_analytic_plan_security.xml', 'security/ir.model.access.csv', '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/account_crossovered_analytic_view.xml', ], - 'demo_xml': [], + 'demo': [], 'test': ['test/acount_analytic_plans_report.yml'], 'installable': True, 'auto_install': False, diff --git a/addons/account_anglo_saxon/__openerp__.py b/addons/account_anglo_saxon/__openerp__.py index 9856add884e..330d0df0000 100644 --- a/addons/account_anglo_saxon/__openerp__.py +++ b/addons/account_anglo_saxon/__openerp__.py @@ -19,11 +19,11 @@ ############################################################################## { - "name": "Anglo-Saxon Accounting", - "version": "1.2", - "author": "OpenERP SA, Veritos", - "website": "http://openerp.com - http://veritos.nl", - "description": """ + 'name': 'Anglo-Saxon Accounting', + 'version': '1.2', + 'author': 'OpenERP SA, Veritos', + 'website': 'http://openerp.com - http://veritos.nl', + 'description': """ 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 purchase price and fixed product standard price are booked on a separate account.""", - "images": ["images/account_anglo_saxon.jpeg"], - "depends": ["product", "purchase"], - "category": "Accounting & Finance", - "init_xml": [], - "demo_xml": [], - "update_xml": ["product_view.xml",], - "auto_install": False, - "installable": True, - "certificate":"00557423080410733581", + 'images': ['images/account_anglo_saxon.jpeg'], + 'depends': ['product', 'purchase'], + 'category': 'Accounting & Finance', + 'demo': [], + 'data': ['product_view.xml',], + 'auto_install': False, + 'installable': True, + 'certificate':'00557423080410733581', } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/account_asset/__openerp__.py b/addons/account_asset/__openerp__.py index 1c205808b26..fdb4e4e11d1 100644 --- a/addons/account_asset/__openerp__.py +++ b/addons/account_asset/__openerp__.py @@ -20,11 +20,11 @@ ############################################################################## { - "name" : "Assets Management", - "version" : "1.0", - "depends" : ["account"], - "author" : "OpenERP S.A.", - "description": """ + 'name' : 'Assets Management', + 'version' : '1.0', + 'depends' : ['account'], + 'author' : 'OpenERP S.A.', + 'description': """ 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. """, - "website" : "http://www.openerp.com", - "category" : "Accounting & Finance", - "sequence": 32, - "init_xml" : [ - ], - "demo_xml" : [ 'account_asset_demo.xml' + 'website' : 'http://www.openerp.com', + 'category' : 'Accounting & Finance', + 'sequence': 32, + 'demo' : [ 'account_asset_demo.xml' ], 'test': [ 'test/account_asset_demo.yml', 'test/account_asset.yml', 'test/account_asset_wizard.yml', ], - "update_xml" : [ - "security/account_asset_security.xml", - "security/ir.model.access.csv", - "wizard/account_asset_change_duration_view.xml", - "wizard/wizard_asset_compute_view.xml", - "account_asset_view.xml", - "account_asset_invoice_view.xml", - "report/account_asset_report_view.xml", + 'data' : [ + 'security/account_asset_security.xml', + 'security/ir.model.access.csv', + 'wizard/account_asset_change_duration_view.xml', + 'wizard/wizard_asset_compute_view.xml', + 'account_asset_view.xml', + 'account_asset_invoice_view.xml', + 'report/account_asset_report_view.xml', ], - "auto_install": False, - "installable": True, - "application": False, + 'auto_install': False, + 'installable': True, + 'application': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/account_bank_statement_extensions/__openerp__.py b/addons/account_bank_statement_extensions/__openerp__.py index 2e3ec89e2e3..7571eef3e54 100644 --- a/addons/account_bank_statement_extensions/__openerp__.py +++ b/addons/account_bank_statement_extensions/__openerp__.py @@ -42,10 +42,8 @@ This module adds: and iban account numbers ''', 'depends': ['account'], - 'demo_xml': [], - 'init_xml': [ - ], - 'update_xml' : [ + 'demo': [], + 'data' : [ 'security/ir.model.access.csv', 'account_bank_statement_view.xml', 'account_bank_statement_report.xml', diff --git a/addons/account_budget/__openerp__.py b/addons/account_budget/__openerp__.py index dd1a1c71883..ebab71e2e53 100644 --- a/addons/account_budget/__openerp__.py +++ b/addons/account_budget/__openerp__.py @@ -51,8 +51,7 @@ Three reports are available: 'website': 'http://www.openerp.com', 'images': ['images/budget.jpeg','images/budgetary_position.jpeg'], 'depends': ['account'], - 'init_xml': [], - 'update_xml': [ + 'data': [ 'security/ir.model.access.csv', 'security/account_budget_security.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_report_view.xml', ], - 'demo_xml': ['account_budget_demo.xml'], + 'demo': ['account_budget_demo.xml'], 'test':[ 'test/account_budget.yml', 'test/account_budget_report.yml', diff --git a/addons/account_cancel/__openerp__.py b/addons/account_cancel/__openerp__.py index 0cd61a8be1d..f04977cd4c7 100644 --- a/addons/account_cancel/__openerp__.py +++ b/addons/account_cancel/__openerp__.py @@ -20,26 +20,25 @@ ############################################################################## { - "name" : "Cancel Journal Entries", - "version" : "1.1", - "author" : "OpenERP SA", - "category": 'Accounting & Finance', - "description": """ + 'name' : 'Cancel Journal Entries', + 'version' : '1.1', + 'author' : 'OpenERP SA', + 'category': 'Accounting & Finance', + 'description': """ Allows canceling accounting entries. -===================================== +==================================== This module adds 'Allow Canceling Entries' field on form view of account journal. If set to true it allows user to cancel entries & invoices. """, 'website': 'http://www.openerp.com', - "images" : ["images/account_cancel.jpeg"], - "depends" : ["account"], - 'init_xml': [], - 'update_xml': ['account_cancel_view.xml' ], - 'demo_xml': [], + 'images' : ['images/account_cancel.jpeg'], + 'depends' : ['account'], + 'data': ['account_cancel_view.xml' ], + 'demo': [], 'installable': True, 'auto_install': False, - "certificate" : "001101250473177981989", + 'certificate' : '001101250473177981989', } diff --git a/addons/account_chart/__openerp__.py b/addons/account_chart/__openerp__.py index c0c9245a477..2c458ceb49f 100644 --- a/addons/account_chart/__openerp__.py +++ b/addons/account_chart/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Template of Charts of Accounts', 'version': '1.1', - "category": 'Hidden/Dependency', + 'category': 'Hidden/Dependency', 'description': """ Remove minimal account chart. ============================= @@ -33,9 +33,8 @@ Deactivates minimal chart of accounts. 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'depends': ['account'], - 'init_xml': [], - 'update_xml': [], - 'demo_xml': [], + 'data': [], + 'demo': [], 'installable': True, 'certificate': '0073332443901', } diff --git a/addons/account_check_writing/__openerp__.py b/addons/account_check_writing/__openerp__.py index ecac0fe6e86..f8bb8ade4b4 100644 --- a/addons/account_check_writing/__openerp__.py +++ b/addons/account_check_writing/__openerp__.py @@ -19,26 +19,25 @@ # ############################################################################## { - "name" : "Check Writing", - "version" : "1.1", - "author" : "OpenERP SA, NovaPoint Group", - "category": "Generic Modules/Accounting", - "description": """ + 'name' : 'Check Writing', + 'version' : '1.1', + 'author' : 'OpenERP SA, NovaPoint Group', + 'category': 'Generic Modules/Accounting', + 'description': """ Module for the Check Writing and Check Printing. ================================================ """, 'website': 'http://www.openerp.com', - 'init_xml': [], - "depends" : [ - "account_voucher", + 'depends' : [ + 'account_voucher', ], - 'update_xml': [ + 'data': [ 'account_check_writing_report.xml', 'account_view.xml', 'account_voucher_view.xml', 'account_check_writing_data.xml', ], - 'demo_xml': [ + 'demo': [ 'account_demo.xml', ], 'test': [ diff --git a/addons/account_coda/__openerp__.py b/addons/account_coda/__openerp__.py index a98d40a9e40..03527eaa2ec 100644 --- a/addons/account_coda/__openerp__.py +++ b/addons/account_coda/__openerp__.py @@ -20,11 +20,11 @@ # ############################################################################## { - "name": 'Belgium - Import Bank CODA Statements', - "version": '2.1', - "author": 'Noviat', - "category": 'Accounting & Finance', - "description": ''' + 'name': 'Belgium - Import Bank CODA Statements', + 'version': '2.1', + 'author': 'Noviat', + 'category': 'Accounting & Finance', + 'description': ''' 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. If required, you can manually adjust the descriptions via the CODA configuration menu. ''', - "images" : ["images/coda_logs.jpeg","images/import_coda_logs.jpeg"], - "depends": ['account_voucher','base_iban', 'l10n_be_invoice_bba', 'account_bank_statement_extensions'], - "demo_xml": [], - "init_xml": [ + 'images' : ['images/coda_logs.jpeg','images/import_coda_logs.jpeg'], + 'depends': ['account_voucher','base_iban', 'l10n_be_invoice_bba', 'account_bank_statement_extensions'], + 'demo': [], + 'data': [ 'account_coda_trans_type.xml', 'account_coda_trans_code.xml', 'account_coda_trans_category.xml', 'account_coda_comm_type.xml', - ], - "update_xml" : [ 'security/ir.model.access.csv', 'security/account_security.xml', 'account_coda_wizard.xml', 'account_coda_view.xml', ], - "auto_install": False, - "installable": True, - "license": 'AGPL-3', - "certificate" : "001237207321716002029", + 'auto_install': False, + 'installable': True, + 'license': 'AGPL-3', + 'certificate' : '001237207321716002029', } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/account_followup/__openerp__.py b/addons/account_followup/__openerp__.py index d6bb507df49..43b1c4b2859 100644 --- a/addons/account_followup/__openerp__.py +++ b/addons/account_followup/__openerp__.py @@ -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', 'images': ['images/follow_ups.jpeg','images/send_followups.jpeg'], 'depends': ['account_accountant', 'mail'], - 'init_xml': [], - 'update_xml': [ + 'data': [ 'security/account_followup_security.xml', 'security/ir.model.access.csv', '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_data.xml', ], - 'demo_xml': [], + 'demo': [], 'test': [ 'test/account_followup.yml', 'test/account_followup_report.yml', diff --git a/addons/account_payment/__openerp__.py b/addons/account_payment/__openerp__.py index 814b0dabcae..dd08386b064 100644 --- a/addons/account_payment/__openerp__.py +++ b/addons/account_payment/__openerp__.py @@ -20,11 +20,11 @@ ############################################################################## { - "name": "Suppliers Payment Management", - "version": "1.1", - "author": "OpenERP SA", - "category": "Accounting & Finance", - "description": """ + 'name': 'Suppliers Payment Management', + 'version': '1.1', + 'author': 'OpenERP SA', + 'category': 'Accounting & Finance', + 'description': """ 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'], 'depends': ['account','account_voucher'], - 'init_xml': [], - 'update_xml': [ + 'data': [ 'security/account_payment_security.xml', 'security/ir.model.access.csv', '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_payment_report.xml', ], - 'demo_xml': ['account_payment_demo.xml'], + 'demo': ['account_payment_demo.xml'], 'test': [ 'test/account_payment_demo.yml', 'test/cancel_payment_order.yml', diff --git a/addons/account_sequence/__openerp__.py b/addons/account_sequence/__openerp__.py index c366d01ff60..16f13dc5178 100644 --- a/addons/account_sequence/__openerp__.py +++ b/addons/account_sequence/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Entries Sequence Numbering', 'version': '1.1', - "category": 'Accounting & Finance', + 'category': 'Accounting & Finance', 'description': """ 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', 'images': ['images/internal_sequence_number.jpeg'], 'depends': ['account'], - 'init_xml': [], - 'update_xml': [ + 'data': [ 'account_sequence_data.xml', 'account_sequence_installer_view.xml', 'account_sequence.xml' ], - 'demo_xml': [], + 'demo': [], 'installable': True, 'auto_install': False, 'certificate': '00475376442024623469', diff --git a/addons/account_voucher/__openerp__.py b/addons/account_voucher/__openerp__.py index 16ea771d123..03befcc3acd 100644 --- a/addons/account_voucher/__openerp__.py +++ b/addons/account_voucher/__openerp__.py @@ -20,12 +20,12 @@ ############################################################################## { - "name" : "eInvoicing & Payments", - "version" : "1.0", - "author" : 'OpenERP SA', - "summary": 'Send Invoices and Track Payments', - "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. + 'name' : 'eInvoicing & Payments', + 'version' : '1.0', + 'author' : 'OpenERP SA', + 'summary': 'Send Invoices and Track Payments', + '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. ============================================================================================================================================================================================== * Voucher Entry @@ -33,47 +33,43 @@ eInvoicing & Payments module manage all Voucher Entries such as "Reconciliation * Voucher Payment [Customer & Supplier] * Cheque Register """, - "category": 'Accounting & Finance', - "sequence": 4, - "website" : "http://openerp.com", - "images" : ["images/customer_payment.jpeg","images/journal_voucher.jpeg","images/sales_receipt.jpeg","images/supplier_voucher.jpeg"], - "depends" : ["account"], - "init_xml" : [ + 'category': 'Accounting & Finance', + 'sequence': 4, + 'website' : 'http://openerp.com', + 'images' : ['images/customer_payment.jpeg','images/journal_voucher.jpeg','images/sales_receipt.jpeg','images/supplier_voucher.jpeg'], + 'depends' : ['account'], + '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', ], - - "demo_xml" : [], - - "update_xml" : [ - "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" - ], - "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", + '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', - "auto_install": False, - "application": True, - "installable": True, + 'auto_install': False, + 'application': True, + 'installable': True, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/analytic/__openerp__.py b/addons/analytic/__openerp__.py index 859a65e7856..5baf8d9130a 100644 --- a/addons/analytic/__openerp__.py +++ b/addons/analytic/__openerp__.py @@ -20,13 +20,13 @@ ############################################################################## { - "name" : "Analytic Accounting", - "version": "1.1", - "author" : "OpenERP SA", - "website" : "http://www.openerp.com", - "category": 'Hidden/Dependency', - "depends" : ["base", "decimal_precision", "mail"], - "description": """ + 'name' : 'Analytic Accounting', + 'version': '1.1', + 'author' : 'OpenERP SA', + 'website' : 'http://www.openerp.com', + 'category': 'Hidden/Dependency', + 'depends' : ['base', 'decimal_precision', 'mail'], + 'description': """ 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 that have no counterpart in the general financial accounts. """, - "init_xml" : [], - "update_xml": ['security/analytic_security.xml', - "security/ir.model.access.csv", - "analytic_sequence.xml", - "analytic_view.xml" + 'data': ['security/analytic_security.xml', + 'security/ir.model.access.csv', + 'analytic_sequence.xml', + 'analytic_view.xml' ], - 'demo_xml': [ + 'demo': [ ], 'installable': True, 'auto_install': False, - 'certificate' : "00462253285027988541", + 'certificate' : '00462253285027988541', } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/analytic_contract_expense_project/__openerp__.py b/addons/analytic_contract_expense_project/__openerp__.py index e5cc6af2c1b..7486099399b 100644 --- a/addons/analytic_contract_expense_project/__openerp__.py +++ b/addons/analytic_contract_expense_project/__openerp__.py @@ -28,15 +28,14 @@ This module is for modifying project view to show some data related to the hr_expense module. ============================================================================================= """, - "author": "OpenERP S.A.", - "website": "http://www.openerp.com/", - "depends": ["analytic_contract_hr_expense","project"], - "init_xml": [], - "update_xml": [ - "analytic_contract_expense_project_view.xml", + 'author': 'OpenERP S.A.', + 'website': 'http://www.openerp.com/', + 'depends': ['analytic_contract_hr_expense','project'], + 'data': [ + 'analytic_contract_expense_project_view.xml', ], - 'demo_xml': [], - "css" : [ + 'demo': [], + 'css' : [ ], 'installable': True, 'auto_install': True, diff --git a/addons/analytic_contract_hr_expense/__openerp__.py b/addons/analytic_contract_hr_expense/__openerp__.py index e95e1f49670..bd11ab8e606 100644 --- a/addons/analytic_contract_hr_expense/__openerp__.py +++ b/addons/analytic_contract_hr_expense/__openerp__.py @@ -28,15 +28,14 @@ This module is for modifying account analytic view to show some data related to the hr_expense module. ====================================================================================================== """, - "author": "OpenERP S.A.", - "website": "http://www.openerp.com/", - "depends": ["hr_expense","account_analytic_analysis"], - "init_xml": [], - "update_xml": [ - "analytic_contract_hr_expense_view.xml", + 'author': 'OpenERP S.A.', + 'website': 'http://www.openerp.com/', + 'depends': ['hr_expense','account_analytic_analysis'], + 'data': [ + 'analytic_contract_hr_expense_view.xml', ], - 'demo_xml': [], - "css" : [ + 'demo': [], + 'css' : [ ], 'installable': True, 'auto_install': True, diff --git a/addons/analytic_contract_project/__openerp__.py b/addons/analytic_contract_project/__openerp__.py index 2ca11521614..33f63a51c34 100644 --- a/addons/analytic_contract_project/__openerp__.py +++ b/addons/analytic_contract_project/__openerp__.py @@ -20,18 +20,17 @@ ############################################################################## { - "name" : "Contract on Project", - "version": "1.1", - "author" : "OpenERP SA", + 'name' : 'Contract on Project', + 'version': '1.1', + 'author' : 'OpenERP SA', 'category': 'Hidden', - "website" : "http://www.openerp.com", - "depends" : ["project", "account_analytic_analysis"], - "description": """ + 'website' : 'http://www.openerp.com', + 'depends' : ['project', 'account_analytic_analysis'], + 'description': """ Add "Contract Data" in project view. ==================================== """, - "init_xml" : [], - "update_xml": ["analytic_contract_project_view.xml"], + 'data': ['analytic_contract_project_view.xml'], 'demo_xml': [], 'installable': True, 'auto_install': True, diff --git a/addons/analytic_user_function/__openerp__.py b/addons/analytic_user_function/__openerp__.py index 1c1f345aca0..f23296012d2 100644 --- a/addons/analytic_user_function/__openerp__.py +++ b/addons/analytic_user_function/__openerp__.py @@ -41,9 +41,8 @@ compatible with older configurations. 'website': 'http://www.openerp.com', 'images': ['images/analytic_user_function.jpeg'], 'depends': ['hr_timesheet_sheet'], - 'init_xml': [], - 'update_xml': ['analytic_user_function_view.xml', 'security/ir.model.access.csv'], - 'demo_xml': [], + 'data': ['analytic_user_function_view.xml', 'security/ir.model.access.csv'], + 'demo': [], 'installable': True, 'auto_install': False, 'certificate': '0082277138269', diff --git a/addons/anonymization/__openerp__.py b/addons/anonymization/__openerp__.py index acfc5ac3792..b0387dd626b 100644 --- a/addons/anonymization/__openerp__.py +++ b/addons/anonymization/__openerp__.py @@ -40,9 +40,7 @@ anonymization process to recover your previous data. 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'depends': ['base'], - 'init_xml': [], - 'update_xml': [], - 'demo_xml': [ + 'demo': [ 'anonymization_demo.xml', ], 'data': [ diff --git a/addons/anonymization/anonymization_view.xml b/addons/anonymization/anonymization_view.xml index 5aba288d4f8..6d11dbe37fb 100644 --- a/addons/anonymization/anonymization_view.xml +++ b/addons/anonymization/anonymization_view.xml @@ -1,6 +1,6 @@ - + diff --git a/addons/association/__openerp__.py b/addons/association/__openerp__.py index 2b7fcab8b12..665968c6613 100644 --- a/addons/association/__openerp__.py +++ b/addons/association/__openerp__.py @@ -33,8 +33,8 @@ membership products (schemes). """, 'author': 'OpenERP SA', 'depends': ['base_setup', 'membership', 'event'], - 'update_xml': ['security/ir.model.access.csv', 'profile_association.xml'], - 'demo_xml': [], + 'data': ['security/ir.model.access.csv', 'profile_association.xml'], + 'demo': [], 'installable': True, 'auto_install': False, 'certificate': '0078696047261', diff --git a/addons/audittrail/__openerp__.py b/addons/audittrail/__openerp__.py index 9ba403bcee3..3ba8c59a2f3 100644 --- a/addons/audittrail/__openerp__.py +++ b/addons/audittrail/__openerp__.py @@ -34,13 +34,12 @@ and can check logs. 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'depends': ['base'], - 'init_xml': [], - 'update_xml': [ + 'data': [ 'wizard/audittrail_view_log_view.xml', 'audittrail_view.xml', 'security/ir.model.access.csv', ], - 'demo_xml': ['audittrail_demo.xml'], + 'demo': ['audittrail_demo.xml'], 'installable': True, 'auto_install': False, 'certificate': '0062572348749', diff --git a/addons/auth_ldap/__openerp__.py b/addons/auth_ldap/__openerp__.py index 8182fa51a11..21e07f175db 100644 --- a/addons/auth_ldap/__openerp__.py +++ b/addons/auth_ldap/__openerp__.py @@ -19,12 +19,12 @@ ############################################################################## { - "name" : "Authentication via LDAP", - "version" : "1.0", - "depends" : ["base"], - "images" : ["images/ldap_configuration.jpeg"], - "author" : "OpenERP SA", - "description": """ + 'name' : 'Authentication via LDAP', + 'version' : '1.0', + 'depends' : ['base'], + 'images' : ['images/ldap_configuration.jpeg'], + 'author' : 'OpenERP SA', + 'description': """ Adds support for authentication by LDAP server. =============================================== 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", - "category" : "Authentication", - "data" : [ - "users_ldap_view.xml", - "user_ldap_installer.xml", - "security/ir.model.access.csv", + 'website' : 'http://www.openerp.com', + 'category' : 'Authentication', + 'data' : [ + 'users_ldap_view.xml', + 'user_ldap_installer.xml', + 'security/ir.model.access.csv', ], - "auto_install": False, - "installable": True, - "certificate" : "001141446349334700221", - "external_dependencies" : { + 'auto_install': False, + 'installable': True, + 'certificate' : '001141446349334700221', + 'external_dependencies' : { 'python' : ['ldap'], } } diff --git a/addons/base_action_rule/__openerp__.py b/addons/base_action_rule/__openerp__.py index ad75ab65b60..c9483f00360 100644 --- a/addons/base_action_rule/__openerp__.py +++ b/addons/base_action_rule/__openerp__.py @@ -36,14 +36,12 @@ trigger an automatic reminder email. 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'depends': ['base', 'mail'], - 'init_xml': [ - 'base_action_rule_data.xml' - ], - 'update_xml': [ + 'data': [ 'base_action_rule_view.xml', 'security/ir.model.access.csv', + 'base_action_rule_data.xml' ], - 'demo_xml': [], + 'demo': [], 'installable': True, 'auto_install': False, 'certificate' : '001017908446466333429', diff --git a/addons/base_calendar/__openerp__.py b/addons/base_calendar/__openerp__.py index 8f431d46dd2..48ec05e2e92 100644 --- a/addons/base_calendar/__openerp__.py +++ b/addons/base_calendar/__openerp__.py @@ -20,9 +20,9 @@ ############################################################################## { - "name": "Calendar Layer", - "version": "1.0", - "depends": ["base", "base_status", "mail", "base_action_rule"], + 'name': 'Calendar Layer', + 'version': '1.0', + 'depends': ['base', 'base_status', 'mail', 'base_action_rule'], 'description': """ 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. """, - "author": "OpenERP SA", + 'author': 'OpenERP SA', 'category': 'Hidden/Dependency', 'website': 'http://www.openerp.com', - "init_xml": [ - 'base_calendar_data.xml', - 'crm_meeting_data.xml', - ], - "demo_xml": ['crm_meeting_demo.xml'], - "update_xml": [ + 'demo': ['crm_meeting_demo.xml'], + 'data': [ 'security/calendar_security.xml', 'security/ir.model.access.csv', 'wizard/base_calendar_invite_attendee_view.xml', 'base_calendar_view.xml', 'crm_meeting_view.xml', + 'base_calendar_data.xml', + 'crm_meeting_data.xml', ], - "test" : ['test/base_calendar_test.yml'], - "installable": True, - "auto_install": False, - "certificate": "00694071962960352821", + 'test' : ['test/base_calendar_test.yml'], + 'installable': True, + 'auto_install': False, + 'certificate': '00694071962960352821', 'images': ['images/base_calendar1.jpeg','images/base_calendar2.jpeg','images/base_calendar3.jpeg','images/base_calendar4.jpeg',], } diff --git a/addons/base_crypt/__openerp__.py b/addons/base_crypt/__openerp__.py index 6e2046a42ee..8dcc79c2b3c 100644 --- a/addons/base_crypt/__openerp__.py +++ b/addons/base_crypt/__openerp__.py @@ -19,13 +19,13 @@ # ############################################################################## { - "name" : "DB Password Encryption", - "version" : "1.1", - "author" : ['OpenERP SA', "FS3"], - "maintainer" : "OpenERP SA", - "website" : "http://www.openerp.com", - "category" : "Tools", - "description": """ + 'name' : 'DB Password Encryption', + 'version' : '1.1', + 'author' : ['OpenERP SA', 'FS3'], + 'maintainer' : 'OpenERP SA', + 'website' : 'http://www.openerp.com', + 'category' : 'Tools', + 'description': """ Replaces cleartext passwords in the database with a secure hash. ================================================================ @@ -54,11 +54,11 @@ Interaction with LDAP authentication: This module is currently not compatible with the ``user_ldap`` module and will disable LDAP authentication completely if installed at the same time. """, - "depends" : ["base"], - "data" : [], - "auto_install": False, - "installable": True, - "certificate" : "00721290471310299725", + 'depends' : ['base'], + 'data' : [], + 'auto_install': False, + 'installable': True, + 'certificate' : '00721290471310299725', } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_iban/__openerp__.py b/addons/base_iban/__openerp__.py index 25619ee79ae..76c397586c9 100644 --- a/addons/base_iban/__openerp__.py +++ b/addons/base_iban/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'IBAN Bank Accounts', 'version': '1.0', - "category": 'Hidden/Dependency', + 'category': 'Hidden/Dependency', 'description': """ 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', 'website': 'http://www.openerp.com', 'depends': ['base'], - 'init_xml': ['base_iban_data.xml'], - 'update_xml': ['base_iban_view.xml'], + 'data': ['base_iban_data.xml' , 'base_iban_view.xml'], 'installable': True, 'auto_install': False, 'certificate': '0050014379549', diff --git a/addons/base_iban/base_iban_data.xml b/addons/base_iban/base_iban_data.xml index ac481098254..eafc8dfcff8 100644 --- a/addons/base_iban/base_iban_data.xml +++ b/addons/base_iban/base_iban_data.xml @@ -1,6 +1,6 @@ - + diff --git a/addons/l10n_cl/__openerp__.py b/addons/l10n_cl/__openerp__.py index af04349686e..a743257635b 100644 --- a/addons/l10n_cl/__openerp__.py +++ b/addons/l10n_cl/__openerp__.py @@ -17,34 +17,31 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # -############################################################################## +############################################################################## { - "name": "Chile Localization Chart Account", - "version": "1.0", - "description": """ + 'name': 'Chile Localization Chart Account', + 'version': '1.0', + 'description': """ Chilean accounting chart and tax localization. ============================================== Plan contable chileno e impuestos de acuerdo a disposiciones vigentes """, - "author": "Cubic ERP", - "website": "http://cubicERP.com", - "category": "Localization/Account Charts", - "depends": [ - "account_chart", - ], - "data":[ - "account_tax_code.xml", - "l10n_cl_chart.xml", - "account_tax.xml", - "l10n_cl_wizard.xml", - ], - "demo_xml": [ - ], - "update_xml": [ - ], - "active": False, - "installable": True, + 'author': 'Cubic ERP', + 'website': 'http://cubicERP.com', + 'category': 'Localization/Account Charts', + 'depends': [ + 'account_chart', + ], + 'data':[ + 'account_tax_code.xml', + 'l10n_cl_chart.xml', + 'account_tax.xml', + 'l10n_cl_wizard.xml', + ], + 'demo': [], + 'active': False, + 'installable': True, 'images': ['images/config_chart_l10n_cl.jpeg','images/l10n_cl_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_cn/__openerp__.py b/addons/l10n_cn/__openerp__.py index e173c5ebba2..a504f304fa0 100644 --- a/addons/l10n_cn/__openerp__.py +++ b/addons/l10n_cn/__openerp__.py @@ -18,31 +18,29 @@ # ############################################################################## { - "name" : "中国会计科目表 - Accounting", - "version" : "1.0", - "category": "Localization/Account Charts", - "author" : "openerp-china.org", - "maintainer":"openerp-china.org", - "website":"http://openerp-china.org", - "url":"http://code.google.com/p/openerp-china/source/browse/#svn/trunk/l10n_cn", - "description": """ + 'name' : '中国会计科目表 - Accounting', + 'version' : '1.0', + 'category': 'Localization/Account Charts', + 'author' : 'openerp-china.org', + 'maintainer':'openerp-china.org', + 'website':'http://openerp-china.org', + 'url':'http://code.google.com/p/openerp-china/source/browse/#svn/trunk/l10n_cn', + 'description': """ 添加中文省份数据 科目类型\会计科目表模板\增值税\辅助核算类别\管理会计凭证簿\财务会计凭证簿 ============================================================ """, - "depends" : ["base","account"], - 'init_xml': [ + 'depends' : ['base','account'], + 'demo' : [], + 'data' : [ + 'account_chart.xml', + 'l10n_chart_cn_wizard.xml', 'base_data.xml', ], - "demo_xml" : [], - "update_xml" : [ - 'account_chart.xml', - "l10n_chart_cn_wizard.xml", - ], - "license": "GPL-3", - "auto_install": False, - "installable": True, - "certificate": '00925445983542952285', + 'license': 'GPL-3', + 'auto_install': False, + 'installable': True, + 'certificate': '00925445983542952285', 'images': ['images/config_chart_l10n_cn.jpeg','images/l10n_cn_chart.jpeg'], } diff --git a/addons/l10n_cn/base_data.xml b/addons/l10n_cn/base_data.xml index 18242ba38b9..c65978b6560 100644 --- a/addons/l10n_cn/base_data.xml +++ b/addons/l10n_cn/base_data.xml @@ -1,162 +1,162 @@ - - - - - - - 北京市 - - - - - 上海市 - - - - - 浙江省 - - - - - 天津市 - - - - - 安徽省 - - - - - 福建省 - - - - - 重庆市 - - - - - 江西省 - - - - - 山东省 - - - - - 河南省 - - - - - 内蒙古自治区 - - - - - 湖北省 - - - - - 新疆维吾尔自治区 - - - - - 湖南省 - - - - - 宁夏回族自治区 - - - - - 广东省 - - - - - 西藏自治区 - - - - - 海南省 - - - - - 广西壮族自治区 - - - - - 四川省 - - - - - 河北省 - - - - - 贵州省 - - - - - 山西省 - - - - - 云南省 - - - - - 辽宁省 - - - - - 陕西省 - - - - - 吉林省 - - - - - 甘肃省 - - - - - 黑龙江省 - - - - - 青海省 - - - - - 江苏省 - - - - - + + + + + + + 北京市 + + + + + 上海市 + + + + + 浙江省 + + + + + 天津市 + + + + + 安徽省 + + + + + 福建省 + + + + + 重庆市 + + + + + 江西省 + + + + + 山东省 + + + + + 河南省 + + + + + 内蒙古自治区 + + + + + 湖北省 + + + + + 新疆维吾尔自治区 + + + + + 湖南省 + + + + + 宁夏回族自治区 + + + + + 广东省 + + + + + 西藏自治区 + + + + + 海南省 + + + + + 广西壮族自治区 + + + + + 四川省 + + + + + 河北省 + + + + + 贵州省 + + + + + 山西省 + + + + + 云南省 + + + + + 辽宁省 + + + + + 陕西省 + + + + + 吉林省 + + + + + 甘肃省 + + + + + 黑龙江省 + + + + + 青海省 + + + + + 江苏省 + + + + + diff --git a/addons/l10n_cr/__openerp__.py b/addons/l10n_cr/__openerp__.py index b9168597859..cc90ed3be9e 100644 --- a/addons/l10n_cr/__openerp__.py +++ b/addons/l10n_cr/__openerp__.py @@ -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. """, 'depends': ['account', 'account_chart', 'base'], - 'init_xml': [], - 'demo_xml': [], - 'update_xml': [ + 'demo': [], + 'data': [ 'l10n_cr_base_data.xml', 'data/account_account_type.xml', 'data/account_account_template.xml', diff --git a/addons/l10n_de/__openerp__.py b/addons/l10n_de/__openerp__.py index 232a1abb3ad..1cc45df5dac 100644 --- a/addons/l10n_de/__openerp__.py +++ b/addons/l10n_de/__openerp__.py @@ -38,19 +38,19 @@ # 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 # (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. # # Zur Vereinfachung der Steuerausweise und Buchung bei Auslandsgeschäften # 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). # Die Rechnungsbuchung beim Einkauf bewirkt folgendes: # Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den # jeweiligen Kategorien für den Vorsteuer Steuermessbetrag (z.B. Vorsteuer # 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 # zusammengefasst werden und dann in Form eines Reports ausgegeben werden. # @@ -58,7 +58,7 @@ # Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den # jeweiligen Kategorien für den Umsatzsteuer Steuermessbetrag # (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 # verschiedene Positionen zusammengefasst werden. # 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 # für den Ein- und Verkauf aus und in Drittländer sollten beim Partner # (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. # # Zur Vereinfachung der Steuerausweise und Buchung bei Auslandsgeschäften # 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). # Die Rechnungsbuchung beim Einkauf bewirkt folgendes: # Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den # jeweiligen Kategorien für den Vorsteuer Steuermessbetrag (z.B. Vorsteuer # 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 # zusammengefasst werden und dann in Form eines Reports ausgegeben werden. # @@ -109,7 +109,7 @@ # Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den # jeweiligen Kategorien für den Umsatzsteuer Steuermessbetrag # (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 # verschiedene Positionen zusammengefasst werden. # Die zugewiesenen Steuerausweise können auf Ebene der einzelnen @@ -121,35 +121,34 @@ { - "name" : "Deutschland - Accounting", - "version" : "1.0", - "author" : "openbig.org", - "website" : "http://www.openbig.org", - "category" : "Localization/Account Charts", - "description": """ + 'name' : 'Deutschland - Accounting', + 'version' : '1.0', + 'author' : 'openbig.org', + 'website' : 'http://www.openbig.org', + 'category' : 'Localization/Account Charts', + 'description': """ Dieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR03. ============================================================================== German accounting chart and localization. """, - "depends" : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'], - "init_xml" : [ ], - "demo_xml" : [ ], - "update_xml" : [ - "account_tax_skr03.xml", - "account_types_skr03.xml", - "account_chart_skr03.xml", - "account_chart_template_skr03.xml", - "account_tax_fiscal_position_skr03.xml", - "account_tax_skr04.xml", - "account_types_skr04.xml", - "account_chart_skr04.xml", - "account_chart_template_skr04.xml", - "account_tax_fiscal_position_skr04.xml", - "l10n_de_wizard.xml", + 'depends' : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'], + 'demo' : [ ], + 'data' : [ + 'account_tax_skr03.xml', + 'account_types_skr03.xml', + 'account_chart_skr03.xml', + 'account_chart_template_skr03.xml', + 'account_tax_fiscal_position_skr03.xml', + 'account_tax_skr04.xml', + 'account_types_skr04.xml', + 'account_chart_skr04.xml', + 'account_chart_template_skr04.xml', + 'account_tax_fiscal_position_skr04.xml', + 'l10n_de_wizard.xml', ], - "installable": True, - "certificate": "00517849017945584893", + 'installable': True, + 'certificate': '00517849017945584893', 'images': ['images/config_chart_l10n_de.jpeg','images/l10n_de_chart.jpeg'], } diff --git a/addons/l10n_ec/__openerp__.py b/addons/l10n_ec/__openerp__.py index 9dd81606036..e581f31f64f 100644 --- a/addons/l10n_ec/__openerp__.py +++ b/addons/l10n_ec/__openerp__.py @@ -35,14 +35,13 @@ Accounting chart and localization for Ecuador. 'account_chart', 'account_coda', ], - 'init_xml': [], - 'update_xml': [ + 'data': [ 'account_tax_code.xml', 'account_chart.xml', 'account_tax.xml', 'l10n_chart_ec_wizard.xml', ], - 'demo_xml': [], + 'demo': [], 'installable': True, 'certificate' : '001226484516187330589', 'images': ['images/config_chart_l10n_ec.jpeg','images/l10n_ec_chart.jpeg'], diff --git a/addons/l10n_es/__openerp__.py b/addons/l10n_es/__openerp__.py index bcd99fe2c17..609d27c34c5 100644 --- a/addons/l10n_es/__openerp__.py +++ b/addons/l10n_es/__openerp__.py @@ -22,12 +22,12 @@ ############################################################################## { - "name" : "Spanish - Accounting (PGCE 2008)", - "version" : "3.0", - "author" : "Spanish Localization Team", + 'name' : 'Spanish - Accounting (PGCE 2008)', + 'version' : '3.0', + 'author' : 'Spanish Localization Team', 'website' : 'https://launchpad.net/openerp-spain', - "category" : "Localization/Account Charts", - "description": """ + 'category' : 'Localization/Account Charts', + 'description': """ 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 account reporting (balance, profit & losses). """, - "license" : "GPL-3", - "depends" : ["account", "base_vat", "base_iban"], - "init_xml" : [ - "account_chart.xml", - "taxes_data.xml", - "fiscal_templates.xml", - "account_chart_pymes.xml", - "taxes_data_pymes.xml", - "fiscal_templates_pymes.xml", - "l10n_es_wizard.xml" + 'license' : 'GPL-3', + 'depends' : ['account', 'base_vat', 'base_iban'], + 'data' : [ + 'account_chart.xml', + 'taxes_data.xml', + 'fiscal_templates.xml', + 'account_chart_pymes.xml', + 'taxes_data_pymes.xml', + 'fiscal_templates_pymes.xml', + 'l10n_es_wizard.xml' ], - "demo_xml" : [], - "update_xml" : [ - ], - "auto_install": False, - "installable": True, - "certificate" : "00408828172062583229", + 'demo' : [], + 'auto_install': False, + 'installable': True, + 'certificate' : '00408828172062583229', 'images': ['images/config_chart_l10n_es.jpeg','images/l10n_es_chart.jpeg'], } diff --git a/addons/l10n_es/account_chart.xml b/addons/l10n_es/account_chart.xml index 5147024deae..8ffabd17fe7 100644 --- a/addons/l10n_es/account_chart.xml +++ b/addons/l10n_es/account_chart.xml @@ -1,6 +1,6 @@ - + diff --git a/addons/l10n_es/account_chart_pymes.xml b/addons/l10n_es/account_chart_pymes.xml index 76cd713fe94..ed2e4f18e7c 100644 --- a/addons/l10n_es/account_chart_pymes.xml +++ b/addons/l10n_es/account_chart_pymes.xml @@ -1,6 +1,6 @@ - +