[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",
"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',

View File

@ -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,

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.
""",
"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',

View File

@ -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',

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',
'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,

View File

@ -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:

View File

@ -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:

View File

@ -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',

View File

@ -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',

View File

@ -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',
}

View File

@ -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',
}

View File

@ -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': [

View File

@ -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:

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',
'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',

View File

@ -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',

View File

@ -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',

View File

@ -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:

View File

@ -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:

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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',

View File

@ -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': [

View File

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

View File

@ -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',

View File

@ -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',

View File

@ -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'],
}
}

View File

@ -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',

View File

@ -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',],
}

View File

@ -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:

View File

@ -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',

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<data noupdate="1">
<!--
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',
'website': 'http://www.openerp.com',
'depends': ['base'],
'init_xml': [],
'update_xml': [
'data': [
'base_module_doc_rst_view.xml',
'wizard/generate_relation_graph_view.xml',
'wizard/tech_guide_rst_view.xml',
'module_report.xml',
],
'demo_xml': [],
'demo': [],
'installable': True,
'certificate': '001288481437217734509',
'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',
'website': 'http://www.openerp.com',
'depends': ['base'],
'init_xml': [],
'update_xml': [
'data': [
'security/ir.model.access.csv',
'wizard/base_module_record_object_view.xml',
'wizard/base_module_record_data_view.xml',
],
'demo_xml': [],
'demo': [],
'installable': True,
'certificate': '0083134865813',
'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',
'website': 'http://www.openerp.com',
'depends': ['base'],
'init_xml': ['wizard/base_report_design_view.xml'],
'update_xml': ['base_report_designer_installer.xml'],
'demo_xml': [],
'data': ['wizard/base_report_design_view.xml' , 'base_report_designer_installer.xml'],
'demo': [],
'installable': True,
'auto_install': False,
'certificate': '0056379010493',

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<data noupdate="1">
<record id="view_base_report_sxw" model="ir.ui.view">
<field name="name">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',
'website': 'http://www.openerp.com',
'depends': ['base'],
'init_xml': [],
'update_xml': [],
'demo_xml': [],
'data': [],
'demo': [],
'installable': True,
'auto_install': False,
}

View File

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

View File

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

View File

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

View File

@ -21,11 +21,11 @@
{
"name": "Share Calendar Using CalDAV",
"version": "1.1",
"depends": [
"base",
"document_webdav",
'name': 'Share Calendar Using CalDAV',
'version': '1.1',
'depends': [
'base',
'document_webdav',
],
'description': """
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
""",
'category': 'Hidden/Dependency',
"author": "OpenERP SA",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
"init_xml": ["caldav_data.xml"],
"demo_xml": [],
"update_xml": [
'demo': [],
'data': [
'security/ir.model.access.csv',
'wizard/calendar_event_export_view.xml',
'wizard/calendar_event_import_view.xml',
'wizard/calendar_event_subscribe_view.xml',
'wizard/caldav_browse_view.xml',
'caldav_view.xml',
'caldav_setup.xml'
'caldav_setup.xml',
'caldav_data.xml'
],
"installable": True,
"auto_install": False,
"certificate": "00924841426645403741",
'installable': True,
'auto_install': False,
'certificate': '00924841426645403741',
'images': ['images/calendar_collections.jpeg','images/calendars.jpeg','images/export_ics_file.jpeg'],
}

View File

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

View File

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

View File

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

View File

@ -34,18 +34,15 @@ automatically new claims based on incoming emails.
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': ['crm'],
'init_xml': [
'crm_claim_data.xml',
],
'update_xml': [
'data': [
'crm_claim_view.xml',
'crm_claim_menu.xml',
'security/ir.model.access.csv',
'report/crm_claim_report_view.xml',
'res_config_view.xml',
'crm_claim_data.xml',
],
'demo_xml': [
'demo': [
'crm_claim_demo.xml',
],
'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',
'website': 'http://www.openerp.com',
'depends': ['crm'],
'init_xml': [
'crm_helpdesk_data.xml',
],
'update_xml': [
'data': [
'crm_helpdesk_view.xml',
'crm_helpdesk_menu.xml',
'security/ir.model.access.csv',
'report/crm_helpdesk_report_view.xml',
'crm_helpdesk_data.xml',
],
'demo_xml': [
'demo': [
'crm_helpdesk_demo.xml',
],
'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',
'depends': ['crm', 'account'],
'demo_xml': [
'demo': [
'res_partner_demo.xml',
],
'update_xml': [
'data': [
'security/ir.model.access.csv',
'res_partner_view.xml',
'wizard/crm_forward_to_partner_view.xml',

View File

@ -40,9 +40,8 @@ were overlapping.
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': ['base', 'crm'],
'init_xml': [],
'update_xml': ['security/ir.model.access.csv', 'wizard/open_questionnaire_view.xml', 'crm_profiling_view.xml'],
'demo_xml': ['crm_profiling_demo.xml'],
'data': ['security/ir.model.access.csv', 'wizard/open_questionnaire_view.xml', 'crm_profiling_view.xml'],
'demo': ['crm_profiling_demo.xml'],
'test': [
#'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',
'version': '1.0',
"category": 'Customer Relationship Management',
'category': 'Customer Relationship Management',
'description': """
Todo list for CRM leads and opportunities.
==========================================
""",
'author': 'OpenERP SA',
'depends': ['crm','project_gtd'],
'update_xml': [
'data': [
'crm_todo_view.xml',
],
'demo': [

View File

@ -20,25 +20,24 @@
##############################################################################
{
"name": "Decimal Precision Configuration",
"description": """
'name': 'Decimal Precision Configuration',
'description': """
Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases.
=================================================================================================
The decimal precision is configured per company.
""",
"author": "OpenERP SA",
"version": "0.1",
"depends": ["base"],
"category" : "Hidden/Dependency",
"init_xml": [],
"update_xml": [
'author': 'OpenERP SA',
'version': '0.1',
'depends': ['base'],
'category' : 'Hidden/Dependency',
'data': [
'decimal_precision_view.xml',
'security/ir.model.access.csv',
],
"demo_xml": [],
"installable": True,
"certificate" : "001307317809612974621",
'demo': [],
'installable': True,
'certificate' : '001307317809612974621',
'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',
'depends': ['sale', 'purchase', 'stock'],
'init_xml': ['delivery_data.xml'],
'update_xml': [
'data': [
'security/ir.model.access.csv',
'delivery_report.xml',
'delivery_view.xml',
'partner_view.xml'
'partner_view.xml',
'delivery_data.xml'
],
'demo_xml': ['delivery_demo.xml'],
'demo': ['delivery_demo.xml'],
'test': [
'test/delivery_cost.yml',
],

View File

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

View File

@ -46,8 +46,7 @@ ATTENTION:
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': ['process','board', 'knowledge'],
'init_xml': [],
'update_xml': [
'data': [
'security/document_security.xml',
'document_view.xml',
'document_data.xml',
@ -56,7 +55,7 @@ ATTENTION:
'report/document_report_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/document_test2.yml',
],

View File

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

View File

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

View File

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

View File

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

View File

@ -21,13 +21,13 @@
##############################################################################
{
"name" : "Email Templates",
"version" : "1.1",
"author" : "OpenERP,OpenLabs",
"website" : "http://openerp.com",
"category" : "Marketing",
"depends" : ['mail'],
"description": """
'name' : 'Email Templates',
'version' : '1.1',
'author' : 'OpenERP,OpenLabs',
'website' : 'http://openerp.com',
'category' : 'Marketing',
'depends' : ['mail'],
'description': """
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.
""",
"data": [
'data': [
'wizard/email_template_preview_view.xml',
'email_template_view.xml',
'res_partner_view.xml',
'wizard/mail_compose_message_view.xml',
'security/ir.model.access.csv'
],
"demo": [
'demo': [
'res_partner_demo.yml',
],
"installable": True,
"auto_install": False,
"certificate" : "00817073628967384349",
'installable': True,
'auto_install': False,
'certificate' : '00817073628967384349',
'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',
'depends': ['base_setup', 'board', 'email_template', 'google_map'],
'init_xml': [],
'update_xml': [
'data': [
'security/event_security.xml',
'security/ir.model.access.csv',
'wizard/event_confirm_view.xml',
@ -54,7 +53,7 @@ Note that:
'res_partner_view.xml',
'email_template.xml',
],
'demo_xml': ['event_demo.xml'],
'demo': ['event_demo.xml'],
'test': ['test/process/event_draft2done.yml'],
'css': ['static/src/css/event.css'],
'installable': True,

View File

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

View File

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

View File

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

View File

@ -21,12 +21,12 @@
##############################################################################
{
"name" : "Email Gateway",
"version" : "1.0",
"depends" : ["base", 'mail'],
"author" : "OpenERP SA",
"category": 'Tools',
"description": """
'name' : 'Email Gateway',
'version' : '1.0',
'depends' : ['base', 'mail'],
'author' : 'OpenERP SA',
'category': 'Tools',
'description': """
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.
""",
'website': 'http://www.openerp.com',
'init_xml': [],
'update_xml': [
"fetchmail_view.xml",
"fetchmail_data.xml",
'data': [
'fetchmail_view.xml',
'fetchmail_data.xml',
'security/ir.model.access.csv',
'fetchmail_installer_view.xml'
],
'demo_xml': [
'demo': [
],
'installable': True,

View File

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

View File

@ -29,7 +29,7 @@
'auto_install': False,
'web': True,
'js': ['static/src/js/gdocs.js'],
'update_xml': [
'data': [
'security/ir.model.access.csv',
'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',
'images': ['images/google_map.jpeg'],
'depends': ['base'],
'init_xml': [],
'update_xml': [ ],
'demo_xml': [],
'data': [],
'demo': [],
'js': ['static/src/js/google_map.js'],
'installable': True,
'auto_install': False,

View File

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

View File

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

View File

@ -20,15 +20,15 @@
##############################################################################
{
"name" : "Employee Appraisals",
"version": "0.1",
"author": "OpenERP SA",
"category": "Human Resources",
"website": "http://www.openerp.com",
"summary": "Periodical Evaluations, Surveys",
"images": ["images/hr_evaluation_analysis.jpeg","images/hr_evaluation.jpeg"],
"depends": ["hr","base_calendar","survey"],
"description": """
'name' : 'Employee Appraisals',
'version': '0.1',
'author': 'OpenERP SA',
'category': 'Human Resources',
'website': 'http://www.openerp.com',
'summary': 'Periodical Evaluations, Surveys',
'images': ['images/hr_evaluation_analysis.jpeg','images/hr_evaluation.jpeg'],
'depends': ['hr','base_calendar','survey'],
'description': """
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
the employees can be viewed in the form of pdf file.
""",
"demo": ["hr_evaluation_demo.xml"],
"data": [
"security/ir.model.access.csv",
"security/hr_evaluation_security.xml",
# "wizard/hr_evaluation_mail_view.xml",
"hr_evaluation_view.xml",
"report/hr_evaluation_report_view.xml",
"board_hr_evaluation_view.xml",
'demo': ['hr_evaluation_demo.xml'],
'data': [
'security/ir.model.access.csv',
'security/hr_evaluation_security.xml',
# 'wizard/hr_evaluation_mail_view.xml',
'hr_evaluation_view.xml',
'report/hr_evaluation_report_view.xml',
'board_hr_evaluation_view.xml',
'hr_evaluation_data.xml',
'hr_evaluation_installer.xml',
],
"test": [
"test/test_hr_evaluation.yml",
"test/hr_evalution_demo.yml",
'test': [
'test/test_hr_evaluation.yml',
'test/hr_evalution_demo.yml',
],
"auto_install": False,
"installable": True,
"certificate" : "00883207679172998429",
'auto_install': False,
'installable': True,
'certificate' : '00883207679172998429',
'application': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,8 +24,8 @@
'name': 'Expenses Management',
'version': '1.0',
'category': 'Human Resources',
"sequence": 30,
"summary": "Expenses Validation, Invoicing",
'sequence': 30,
'summary': 'Expenses Validation, Invoicing',
'description': """
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',
'images': ['images/hr_expenses_analysis.jpeg', 'images/hr_expenses.jpeg'],
'depends': ['hr', 'account'],
'init_xml': [],
'update_xml': [
'data': [
'security/ir.model.access.csv',
'hr_expense_data.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',
'hr_expense_installer_view.xml',
],
'demo_xml': [
'demo': [
'hr_expense_demo.xml',
],
'test': [

View File

@ -21,14 +21,14 @@
{
"name": "Leaves Management",
"version": "1.5",
"author": "OpenERP SA",
"category": "Human Resources",
"sequence": 28,
"summary": "Holidays, Allocation and Leave Requests",
"website": "http://www.openerp.com",
"description": """
'name': 'Leaves Management',
'version': '1.5',
'author': 'OpenERP SA',
'category': 'Human Resources',
'sequence': 28,
'summary': 'Holidays, Allocation and Leave Requests',
'website': 'http://www.openerp.com',
'description': """
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'],
'depends': ['hr', 'base_calendar', 'process', 'resource'],
'init_xml': [],
'update_xml': [
'data': [
'security/ir.model.access.csv',
'security/ir_rule.xml',
'hr_holidays_workflow.xml',
@ -73,7 +72,7 @@ Note that:
'wizard/hr_holidays_summary_employees_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/hr_holidays_report.yml',
],

View File

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

View File

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

View File

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

View File

@ -24,8 +24,8 @@
'name': 'Timesheets',
'version': '1.0',
'category': 'Human Resources',
"sequence": 16,
"summary": "Timesheets, Attendances, Activities",
'sequence': 16,
'summary': 'Timesheets, Attendances, Activities',
'description': """
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',
'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'],
'init_xml': [],
'update_xml': [
'data': [
'security/ir.model.access.csv',
'security/hr_timesheet_sheet_security.xml',
'hr_timesheet_sheet_view.xml',
@ -67,7 +66,7 @@ The validation can be configured in the company:
'hr_timesheet_sheet_data.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'],

View File

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

View File

@ -30,9 +30,8 @@ This module provide a class import_framework to help importing complex data from
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': ['base','mail'],
'init_xml': [],
'update_xml': ["import_base_view.xml"],
'demo_xml': [],
'data': ['import_base_view.xml'],
'demo': [],
'test': [], #TODO provide test
'installable': True,
'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',
'website': 'http://www.openerp.com',
'depends': ['base', 'import_base', 'google_base_account', 'base_calendar'],
'init_xml': [],
'update_xml': ['security/ir.model.access.csv',
'data': ['security/ir.model.access.csv',
'sync_google_calendar_view.xml',
'wizard/import_google_data_view.xml',
'wizard/google_import_message_view.xml'
],
'demo_xml': [],
'demo': [],
'test': [
#'test/test_sync_google_contact_import_partner.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',
'depends': ['import_base','crm', 'document'],
'data': [
"wizard/import_message_view.xml",
"import_sugarcrm_view.xml",
"security/ir.model.access.csv",
'wizard/import_message_view.xml',
'import_sugarcrm_view.xml',
'security/ir.model.access.csv',
],
'demo': [],
'test': [],

View File

@ -21,12 +21,12 @@
{
"name" : "Knowledge Management System",
"version" : "1.0",
"depends" : ["base","base_setup"],
"author" : "OpenERP SA",
'name' : 'Knowledge Management System',
'version' : '1.0',
'depends' : ['base','base_setup'],
'author' : 'OpenERP SA',
'category': 'Hidden/Dependency',
"description": """
'description': """
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.
""",
'website': 'http://www.openerp.com',
'init_xml': [],
'update_xml': [
'data': [
'security/knowledge_security.xml',
'security/ir.model.access.csv',
'knowledge_view.xml',
'res_config_view.xml',
],
'demo_xml': ['knowledge_demo.xml'],
'demo': ['knowledge_demo.xml'],
'installable': True,
'auto_install': False,
'certificate' : '001278773815843749581',

View File

@ -17,35 +17,32 @@
# 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/>.
#
##############################################################################
##############################################################################
{
"name": "Argentina Localization Chart Account",
"version": "1.0",
"description": """
'name': 'Argentina Localization Chart Account',
'version': '1.0',
'description': """
Argentinian accounting chart and tax localization.
==================================================
Plan contable argentino 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_ar_chart.xml",
"account_tax.xml",
"l10n_ar_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_ar_chart.xml',
'account_tax.xml',
'l10n_ar_wizard.xml',
],
'demo': [],
'active': False,
'installable': True,
'images': ['images/config_chart_l10n_ar.jpeg','images/l10n_ar_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@ -58,8 +58,7 @@ Wizards provided by this module:
'account_chart',
'account_coda',
],
'init_xml': [],
'update_xml': [
'data': [
'account_financial_report.xml',
'account_pcmn_belgium.xml',
'account_tax_code_template.xml',
@ -74,7 +73,7 @@ Wizards provided by this module:
'security/ir.model.access.csv',
'l10n_be_wizard.yml'
],
'demo_xml': [],
'demo': [],
'installable': True,
'certificate': '0031977724637',
'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'],
'demo_xml': [],
'init_xml': [],
'update_xml' : [
'demo': [],
'data' : [
'partner_view.xml',
'account_invoice_view.xml',
],

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data noupdate="True">
<data noupdate="1">
<!-- journal configuration of account -->
<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
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
##############################################################################
{
"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:

View File

@ -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'],
}

View File

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

View File

@ -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'],
}

View File

@ -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'],

View File

@ -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'],
}

View File

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

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