[MERGE, IMP] improve and merge cha branch to update desc formatting

bzr revid: psi@tinyerp.com-20120716094548-xx1ip3eljal3ffvl
This commit is contained in:
Purnendu Singh (OpenERP) 2012-07-16 15:15:48 +05:30
commit 2e2f7188d3
127 changed files with 836 additions and 701 deletions

View File

@ -29,20 +29,20 @@ Accounting and Financial Management.
Financial and accounting module that covers: Financial and accounting module that covers:
-------------------------------------------- --------------------------------------------
General accountings * General accountings
Cost/Analytic accounting * Cost/Analytic accounting
Third party accounting * Third party accounting
Taxes management * Taxes management
Budgets * Budgets
Customer and Supplier Invoices * Customer and Supplier Invoices
Bank statements * Bank statements
Reconciliation process by partner * Reconciliation process by partner
Creates a dashboard for accountants that includes: Creates a dashboard for accountants that includes:
-------------------------------------------------- --------------------------------------------------
* List of Customer Invoice to Approve * List of Customer Invoice to Approve
* Company Analysis * Company Analysis
* Graph of Treasury * Graph of Treasury
The processes like maintaining of general ledger is done through the defined financial Journals (entry move line orgrouping is maintained through journal) for a particular The processes like maintaining of general ledger is done through the defined financial Journals (entry move line orgrouping is maintained through journal) for a particular
financial year and for preparation of vouchers there is a module named account_voucher. financial year and for preparation of vouchers there is a module named account_voucher.

View File

@ -28,10 +28,10 @@
Accounting Access Rights. Accounting Access Rights.
========================= =========================
This module gives the admin user the access to all the accounting features This module gives the Admin user the access to all the accounting features
like the journal items and the chart of accounts. like the journal items and the chart of accounts.
It assigns manager and user access rights to the Administrator, and only It assigns manager and user access rights to the Administrator and only
user rights to Demo user. user rights to Demo user.
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -30,7 +30,7 @@ This module is for modifying account analytic view to show important data to pro
Adds menu to show relevant information to each manager. Adds menu to show relevant information to each manager.
You can also view the report of account analytic summary You can also view the report of account analytic summary
user-wise as well as month wise. user-wise as well as month-wise.
""", """,
"author": "Camptocamp", "author": "Camptocamp",
"website": "http://www.camptocamp.com/", "website": "http://www.camptocamp.com/",

View File

@ -23,15 +23,17 @@
'name' : 'Account Analytic Defaults', 'name' : 'Account Analytic Defaults',
'version' : '1.0', 'version' : '1.0',
"category": 'Accounting & Finance', "category": 'Accounting & Finance',
'description': """Set default values for your analytic accounts 'description': """
Allows to automatically select analytic accounts based on criterions: Set default values for your analytic accounts.
===================================================================== =============================================
* Product Allows to automatically select analytic accounts based on criterions:
* Partner ---------------------------------------------------------------------
* User * Product
* Company * Partner
* Date * User
* Company
* Date
""", """,
'author' : 'OpenERP SA', 'author' : 'OpenERP SA',
'website' : 'http://www.openerp.com', 'website' : 'http://www.openerp.com',

View File

@ -25,7 +25,7 @@
'version': '1.0', 'version': '1.0',
'category': 'Accounting & Finance', 'category': 'Accounting & Finance',
'description': """ 'description': """
This module allows to use several analytic plans, according to the general journal. This module allows to use several analytic plans according to the general journal.
=================================================================================== ===================================================================================
Here multiple analytic lines are created when the invoice or the entries Here multiple analytic lines are created when the invoice or the entries
@ -55,6 +55,7 @@ Plan2:
So when this line of invoice will be confirmed, it will generate 3 analytic lines, So when this line of invoice will be confirmed, it will generate 3 analytic lines,
for one account entry. for one account entry.
The analytic plan validates the minimum and maximum percentage at the time of creation The analytic plan validates the minimum and maximum percentage at the time of creation
of distribution models. of distribution models.
""", """,

View File

@ -27,12 +27,15 @@
This module supports the Anglo-Saxon accounting methodology by changing the accounting logic with stock transactions. This module supports the Anglo-Saxon accounting methodology by changing the accounting logic with stock transactions.
===================================================================================================================== =====================================================================================================================
The difference between the Anglo-Saxon accounting countries The difference between the Anglo-Saxon accounting countries and the Rhine (or also called
and the Rhine or also called Continental accounting countries is the moment of taking the Cost of Goods Sold versus Cost of Sales. Continental accounting) countries is the moment of taking the Cost of Goods Sold versus
Anglo-Saxons accounting does take the cost when sales invoice is created, Continental accounting will take the cost at the moment the goods are shipped. Cost of Sales. Anglo-Saxons accounting does take the cost when sales invoice is created,
This module will add this functionality by using a interim account, to store the value of shipped goods and will contra book this interim account Continental accounting will take the cost at the moment the goods are shipped.
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""", This module will add this functionality by using a interim account, to store the value of
shipped goods and will contra book this interim 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"], "images": ["images/account_anglo_saxon.jpeg"],
"depends": ["product", "purchase"], "depends": ["product", "purchase"],
"category": "Hidden/Dependency", "category": "Hidden/Dependency",

View File

@ -27,6 +27,7 @@
"description": """ "description": """
Financial and accounting asset management. Financial and accounting asset management.
========================================== ==========================================
This Module manages the assets owned by a company or an individual. It will keep track of depreciation's occurred on those assets. This Module manages the assets owned by a company or an individual. It will keep track of depreciation's occurred on those assets.
And it allows to create Move's of the depreciation lines. And it allows to create Move's of the depreciation lines.

View File

@ -27,15 +27,16 @@
'category': 'Generic Modules/Accounting', 'category': 'Generic Modules/Accounting',
'description': ''' 'description': '''
Module that extends the standard account_bank_statement_line object for improved e-banking support. Module that extends the standard account_bank_statement_line object for improved e-banking support.
===================================================================================================
Adds This module adds:
- valuta date - valuta date
- batch payments - batch payments
- traceability of changes to bank statement lines - traceability of changes to bank statement lines
- bank statement line views - bank statement line views
- bank statements balances report - bank statements balances report
- performance improvements for digital import of bank statement (via 'ebanking_import' context flag) - performance improvements for digital import of bank statement (via 'ebanking_import' context flag)
- name_search on res.partner.bank enhanced to allow search on bank and iban account numbers - name_search on res.partner.bank enhanced to allow search on bank and iban account numbers
''', ''',
'depends': ['account'], 'depends': ['account'],
'demo_xml': [], 'demo_xml': [],

View File

@ -28,19 +28,20 @@
This module allows accountants to manage analytic and crossovered budgets. This module allows accountants to manage analytic and crossovered budgets.
========================================================================== ==========================================================================
Once the Budgets are defined (in Invoicing/Budgets/Budgets), Once the Budgets are defined (in Invoicing/Budgets/Budgets), the Project Managers
the Project Managers can set the planned amount on each Analytic Account. can set the planned amount on each Analytic Account.
The accountant has the possibility to see the total of amount planned for each The accountant has the possibility to see the total of amount planned for each
Budget in order to ensure the total planned is not greater/lower than what he planned Budget in order to ensure the total planned is not greater/lower than what he planned
for this Budget. Each list of record can also be switched to a graphical view of it. for this Budget. Each list of record can also be switched to a graphical view of it.
Three reports are available: Three reports are available:
1. The first is available from a list of Budgets. It gives the spreading, for these Budgets, of the Analytic Accounts. 1. The first is available from a list of Budgets. It gives the spreading, for these Budgets, of the Analytic Accounts.
2. The second is a summary of the previous one, it only gives the spreading, for the selected Budgets, of the Analytic Accounts. 2. The second is a summary of the previous one, it only gives the spreading, for the selected Budgets, of the Analytic Accounts.
3. The last one is available from the Analytic Chart of Accounts. It gives the spreading, for the selected Analytic Accounts, of Budgets. 3. The last one is available from the Analytic Chart of Accounts. It gives the spreading, for the selected Analytic Accounts of Budgets.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -28,7 +28,8 @@
Allows cancelling accounting entries. Allows cancelling accounting entries.
===================================== =====================================
This module adds 'Allow Cancelling Entries' field on form view of account journal. If set to true it allows user to cancel entries & invoices. This module adds 'Allow Cancelling Entries' field on form view of account journal.
If set to true it allows user to cancel entries & invoices.
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
"images" : ["images/account_cancel.jpeg"], "images" : ["images/account_cancel.jpeg"],

View File

@ -24,7 +24,7 @@
"author" : "OpenERP SA, NovaPoint Group", "author" : "OpenERP SA, NovaPoint Group",
"category": "Generic Modules/Accounting", "category": "Generic Modules/Accounting",
"description": """ "description": """
Module for the Check writing and check printing Module for the Check Writing and Check Printing.
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'init_xml': [], 'init_xml': [],

View File

@ -29,37 +29,40 @@ Module to import CODA bank statements.
====================================== ======================================
Supported are CODA flat files in V2 format from Belgian bank accounts. Supported are CODA flat files in V2 format from Belgian bank accounts.
* CODA v1 support. * CODA v1 support.
* CODA v2.2 support. * CODA v2.2 support.
* Foreign Currency support. * Foreign Currency support.
* Support for all data record types (0, 1, 2, 3, 4, 8, 9). * Support for all data record types (0, 1, 2, 3, 4, 8, 9).
* Parsing & logging of all Transaction Codes and Structured Format Communications. * Parsing & logging of all Transaction Codes and Structured Format Communications.
* Automatic Financial Journal assignment via CODA configuration parameters. * Automatic Financial Journal assignment via CODA configuration parameters.
* Support for multiple Journals per Bank Account Number. * Support for multiple Journals per Bank Account Number.
* Support for multiple statements from different bank accounts in a single CODA file. * Support for multiple statements from different bank accounts in a single CODA file.
* Support for 'parsing only' CODA Bank Accounts (defined as type='info' in the CODA Bank Account configuration records). * Support for 'parsing only' CODA Bank Accounts (defined as type='info' in the CODA Bank Account configuration records).
* Multi-language CODA parsing, parsing configuration data provided for EN, NL, FR. * Multi-language CODA parsing, parsing configuration data provided for EN, NL, FR.
The machine readable CODA Files are parsed and stored in human readable format in CODA Bank Statements. The machine readable CODA Files are parsed and stored in human readable format in
Also Bank Statements are generated containing a subset of the CODA information (only those transaction lines CODA Bank Statements. Also Bank Statements are generated containing a subset of
that are required for the creation of the Financial Accounting records). the CODA information (only those transaction lines that are required for the creation
The CODA Bank Statement is a 'read-only' object, hence remaining a reliable representation of the original CODA file of the Financial Accounting records). The CODA Bank Statement is a 'read-only'
whereas the Bank Statement will get modified as required by accounting business processes. object, hence remaining a reliable representation of the original CODA file whereas
the Bank Statement will get modified as required by accounting business processes.
CODA Bank Accounts configured as type 'Info' will only generate CODA Bank Statements. CODA Bank Accounts configured as type 'Info' will only generate CODA Bank Statements.
A removal of one object in the CODA processing results in the removal of the associated objects. A removal of one object in the CODA processing results in the removal of the associated
The removal of a CODA File containing multiple Bank Statements will also remove those associated objects. The removal of a CODA File containing multiple Bank Statements will also
statements. remove those associated statements.
The following reconciliation logic has been implemented in the CODA processing: The following reconciliation logic has been implemented in the CODA processing:
1) The Company's Bank Account Number of the CODA statement is compared against the Bank Account Number field of the Company's CODA Bank Account configuration records (whereby bank accounts defined in type='info' configuration records are ignored). If this is the case an 'internal transfer' transaction is generated using the 'Internal Transfer Account' field of the CODA File Import wizard. 1) The Company's Bank Account Number of the CODA statement is compared against the Bank Account Number field of the Company's CODA Bank Account configuration records (whereby bank accounts defined in type='info' configuration records are ignored). If this is the case an 'internal transfer' transaction is generated using the 'Internal Transfer Account' field of the CODA File Import wizard.
2) As a second step the 'Structured Communication' field of the CODA transaction line is matched against the reference field of in- and outgoing invoices (supported : Belgian Structured Communication Type). 2) As a second step the 'Structured Communication' field of the CODA transaction line is matched against the reference field of in- and outgoing invoices (supported : Belgian Structured Communication Type).
3) When the previous step doesn't find a match, the transaction counterparty is located via the Bank Account Number configured on the OpenERP Customer and Supplier records. 3) When the previous step doesn't find a match, the transaction counterparty is located via the Bank Account Number configured on the OpenERP Customer and Supplier records.
4) In case the previous steps are not successful, the transaction is generated by using the 'Default Account for Unrecognized Movement' field of the CODA File Import wizard in order to allow further manual processing. 4) In case the previous steps are not successful, the transaction is generated by using the 'Default Account for Unrecognized Movement' field of the CODA File Import wizard in order to allow further manual processing.
In stead of a manual adjustment of the generated Bank Statements, you can also re-import the CODA In stead of a manual adjustment of the generated Bank Statements, you can also
after updating the OpenERP database with the information that was missing to allow automatic reconciliation. re-import the CODA after updating the OpenERP database with the information that
was missing to allow automatic reconciliation.
Remark on CODA V1 support: Remark on CODA V1 support:
In some cases a transaction code, transaction category or structured communication code has been given a new or clearer description in CODA V2. In some cases a transaction code, transaction category or structured communication code has been given a new or clearer description in CODA V2.

View File

@ -28,16 +28,21 @@ Module to automate letters for unpaid invoices, with multi-level recalls.
========================================================================== ==========================================================================
You can define your multiple levels of recall through the menu: You can define your multiple levels of recall through the menu:
Invoicing/Configuration/Miscellaneous/Follow-ups Invoicing/Configuration/Miscellaneous/Follow-ups
Once it is defined, you can automatically print recalls every day through simply clicking on the menu: Once it is defined, you can automatically print recalls every day through simply
clicking on the menu:
Invoicing/Periodical Processing/Billing/Send follow-ups Invoicing/Periodical Processing/Billing/Send follow-ups
It will generate a PDF with all the letters according to the the It will generate a PDF with all the letters according to the the different levels
different levels of recall defined. You can define different policies of recall defined. You can define different policies for different companies. You
for different companies. You can also send mail to the customer. can also send mail to the customer.
Note that if you want to check the follow-up level for a given partner/account
entry, you can do from in the menu:
Note that if you want to check the follow-up level for a given partner/account entry, you can do from in the menu:
Invoicing/Reporting/Generic Reporting/Partners/Follow-ups Sent Invoicing/Reporting/Generic Reporting/Partners/Follow-ups Sent
""", """,

View File

@ -29,8 +29,8 @@ Module to manage the payment of your supplier invoices.
======================================================= =======================================================
This module allows you to create and manage your payment orders, with purposes to This module allows you to create and manage your payment orders, with purposes to
* serve as base for an easy plug-in of various automated payment mechanisms. * serve as base for an easy plug-in of various automated payment mechanisms.
* provide a more efficient way to manage invoice payment. * provide a more efficient way to manage invoice payment.
Warning: Warning:
-------- --------

View File

@ -27,7 +27,6 @@
eInvoicing & Payments module manage all Voucher Entries such as "Reconciliation Entries", "Adjustment Entries", "Closing or Opening Entries" for Sales, Purchase, Bank, Cash, Expense, Contra. eInvoicing & Payments module manage all Voucher Entries such as "Reconciliation Entries", "Adjustment Entries", "Closing or Opening Entries" for Sales, Purchase, Bank, Cash, Expense, Contra.
============================================================================================================================================================================================== ==============================================================================================================================================================================================
* Voucher Entry * Voucher Entry
* Voucher Receipt [Sales & Purchase] * Voucher Receipt [Sales & Purchase]
* Voucher Payment [Customer & Supplier] * Voucher Payment [Customer & Supplier]

View File

@ -31,7 +31,7 @@ Module for defining analytic accounting object.
=============================================== ===============================================
In OpenERP, analytic accounts are linked to general accounts but are treated In OpenERP, analytic accounts are linked to general accounts but are treated
totally independently. So you can enter various different analytic operations totally independently. So, you can enter various different analytic operations
that have no counterpart in the general financial accounts. that have no counterpart in the general financial accounts.
""", """,
"init_xml" : [], "init_xml" : [],

View File

@ -26,7 +26,6 @@
'category': 'Hidden', 'category': 'Hidden',
'description': """ 'description': """
This module is for modifying project view to show some data related to the hr_expense module. This module is for modifying project view to show some data related to the hr_expense module.
======================================================================================================
""", """,
"author": "OpenERP S.A.", "author": "OpenERP S.A.",

View File

@ -26,7 +26,6 @@
'category': 'Hidden', 'category': 'Hidden',
'description': """ 'description': """
This module is for modifying account analytic view to show some data related to the hr_expense module. This module is for modifying account analytic view to show some data related to the hr_expense module.
======================================================================================================
""", """,
"author": "OpenERP S.A.", "author": "OpenERP S.A.",

View File

@ -27,7 +27,7 @@
"website" : "http://www.openerp.com", "website" : "http://www.openerp.com",
"depends" : ["project", "account_analytic_analysis"], "depends" : ["project", "account_analytic_analysis"],
"description": """ "description": """
Add "Contract Data" in project view. Add "Contract Data" in project view.
""", """,
"init_xml" : [], "init_xml" : [],
"update_xml": ["analytic_contract_project_view.xml"], "update_xml": ["analytic_contract_project_view.xml"],

View File

@ -28,9 +28,13 @@
This module allows you to define what is the default function of a specific user on a given account. This module allows you to define what is the default function of a specific user on a given account.
==================================================================================================== ====================================================================================================
This is mostly used when a user encodes his timesheet: the values are retrieved and the fields are auto-filled. But the possibility to change these values is still available. This is mostly used when a user encodes his timesheet: the values are retrieved
and the fields are auto-filled. But the possibility to change these values is
still available.
Obviously if no data has been recorded for the current account, the default value is given as usual by the employee data so that this module is perfectly compatible with older configurations. Obviously if no data has been recorded for the current account, the default
value is given as usual by the employee data so that this module is perfectly
compatible with older configurations.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',

View File

@ -30,7 +30,7 @@ This module allows you to anonymize a database.
=============================================== ===============================================
This module allows you to keep your data confidential for a given database. This module allows you to keep your data confidential for a given database.
This process is useful if you want to use the migration process and protect This process is useful, if you want to use the migration process and protect
your own or your customers confidential data. The principle is that you run your own or your customers confidential data. The principle is that you run
an anonymization tool which will hide your confidential data(they are replaced an anonymization tool which will hide your confidential data(they are replaced
by XXX characters). Then you can send the anonymized database to the migration by XXX characters). Then you can send the anonymized database to the migration

View File

@ -1,6 +1,6 @@
{ {
'name': 'Anonymous', 'name': 'Anonymous',
'description': 'Allow anonymous access to OpenERP', 'description': 'Allow anonymous access to OpenERP.',
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'version': '1.0', 'version': '1.0',
'category': 'Tools', 'category': 'Tools',

View File

@ -28,7 +28,8 @@
This module is to configure modules related to an association. This module is to configure modules related to an association.
============================================================== ==============================================================
It installs the profile for associations to manage events, registrations, memberships, membership products (schemes). It installs the profile for associations to manage events, registrations, memberships,
membership products (schemes).
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['base_setup', 'membership', 'event'], 'depends': ['base_setup', 'membership', 'event'],

View File

@ -28,8 +28,8 @@
This module lets administrator track every user operation on all the objects of the system. This module lets administrator track every user operation on all the objects of the system.
=========================================================================================== ===========================================================================================
The administrator can subscribe to rules for read, write and The administrator can subscribe to rules for read, write and delete on objects
delete on objects and can check logs. and can check logs.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -29,7 +29,7 @@ This module allows to implement action rules for any object.
Use automated actions to automatically trigger actions for various screens. Use automated actions to automatically trigger actions for various screens.
Example: a lead created by a specific user may be automatically set to a specific Example: A lead created by a specific user may be automatically set to a specific
sales team, or an opportunity which still has status pending after 14 days might sales team, or an opportunity which still has status pending after 14 days might
trigger an automatic reminder email. trigger an automatic reminder email.
""", """,

View File

@ -26,35 +26,34 @@
"website" : "http://www.openerp.com", "website" : "http://www.openerp.com",
"category" : "Tools", "category" : "Tools",
"description": """ "description": """
Replaces cleartext passwords in the database with a secure hash Replaces cleartext passwords in the database with a secure hash.
=============================================================== ================================================================
For your existing user base, the removal of the cleartext
passwords occurs immediately when you instal base_crypt.
All passwords will be replaced by a secure, salted, cryptographic For your existing user base, the removal of the cleartext passwords occurs
hash, preventing anyone from reading the original password in immediately when you instal base_crypt.
the database.
After installing this module it won't be possible to recover a All passwords will be replaced by a secure, salted, cryptographic hash,
forgotten password for your users, the only solution is for an preventing anyone from reading the original password in the database.
admin to set a new password.
Security Warning After installing this module, it won't be possible to recover a forgotten password
++++++++++++++++ for your users, the only solution is for an admin to set a new password.
Security Warning:
-----------------
Installing this module does not mean you can ignore other security measures, Installing this module does not mean you can ignore other security measures,
as the password is still transmitted unencrypted on the network, unless you as the password is still transmitted unencrypted on the network, unless you
are using a secure protocol such as XML-RPCS or HTTPS. are using a secure protocol such as XML-RPCS or HTTPS.
It also does not protect the rest of the content of the database, which may It also does not protect the rest of the content of the database, which may
contain critical data. Appropriate security measures need to be implemented contain critical data. Appropriate security measures need to be implemented
by the system administrator in all areas, such as: protection of database by the system administrator in all areas, such as: protection of database
backups, system files, remote shell access, physical server access. backups, system files, remote shell access, physical server access.
Interation with LDAP authentication Interation with LDAP authentication:
+++++++++++++++++++++++++++++++++++ ------------------------------------
This module is currently not compatible with the ``user_ldap`` module and This module is currently not compatible with the ``user_ldap`` module and
will disable LDAP authentication completely if installed at the same time. will disable LDAP authentication completely if installed at the same time.
""",
""",
"depends" : ["base"], "depends" : ["base"],
"data" : [], "data" : [],
"auto_install": False, "auto_install": False,

View File

@ -23,10 +23,11 @@
'version': '1.0', 'version': '1.0',
"category": 'Hidden/Dependency', "category": 'Hidden/Dependency',
'description': """ 'description': """
This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for its validity. This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for it's validity.
===================================================================================================================== =====================================================================================================================
The ability to extract the correctly represented local accounts from IBAN accounts with a single statement. The ability to extract the correctly represented local accounts from IBAN accounts
with a single statement.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -28,18 +28,17 @@
This module allows you to create a new module without any development. This module allows you to create a new module without any development.
====================================================================== ======================================================================
It records all operations on objects during the recording session and It records all operations on objects during the recording session and produce a
produce a .ZIP module. So you can create your own module directly from .ZIP module. So you can create your own module directly from the OpenERP client.
the OpenERP client.
This version works for creating and updating existing records. It recomputes This version works for creating and updating existing records. It recomputes
dependencies and links for all types of widgets (many2one, many2many, ...). dependencies and links for all types of widgets (many2one, many2many, ...).
It also support workflows and demo/update data. It also support workflows and demo/update data.
This should help you to easily create reusable and publishable modules This should help you to easily create reusable and publishable modules for custom
for custom configurations and demo/testing data. configurations and demo/testing data.
How to use it: How to use it?:
Run Settings/Technical/Module Creation/Export Customizations As a Module wizard. Run Settings/Technical/Module Creation/Export Customizations As a Module wizard.
Select datetime criteria of recording and objects to be recorded and Record module. Select datetime criteria of recording and objects to be recorded and Record module.
""", """,

View File

@ -28,9 +28,8 @@
This module is used along with OpenERP OpenOffice Plugin. This module is used along with OpenERP OpenOffice Plugin.
========================================================= =========================================================
This module adds wizards to Import/Export .sxw report that This module adds wizards to Import/Export .sxw report that you can modify in OpenOffice.
you can modify in OpenOffice. Once you have modified it you can Once you have modified it you can upload the report using the same wizard.
upload the report using the same wizard.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -26,6 +26,7 @@
'description': """ 'description': """
This module handles state and stage. It is derived from the crm_base and This module handles state and stage. It is derived from the crm_base and
crm_case classes from crm. crm_case classes from crm.
========================================================================
* ``base_state``: state management * ``base_state``: state management
* ``base_stage``: stage management * ``base_stage``: stage management

View File

@ -24,8 +24,8 @@
'version': '1.0', 'version': '1.0',
"category": 'Hidden/Dependency', "category": 'Hidden/Dependency',
'description': """ 'description': """
VAT validation for Partners' VAT numbers VAT validation for Partner's VAT numbers.
======================================== =========================================
After installing this module, values entered in the VAT field of Partners will After installing this module, values entered in the VAT field of Partners will
be validated for all supported countries. The country is inferred from the be validated for all supported countries. The country is inferred from the
@ -50,7 +50,6 @@ There are two different levels of VAT number validation:
Supported countries currently include EU countries, and a few non-EU countries Supported countries currently include EU countries, and a few non-EU countries
such as Chile, Colombia, Mexico, Norway or Russia. For unsupported countries, such as Chile, Colombia, Mexico, Norway or Russia. For unsupported countries,
only the country code will be validated. only the country code will be validated.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['account'], 'depends': ['account'],

View File

@ -31,6 +31,7 @@ The generic OpenERP Customer Relationship Management.
This system enables a group of people to intelligently and efficiently manage This system enables a group of people to intelligently and efficiently manage
leads, opportunities, meeting, phonecall. leads, opportunities, meeting, phonecall.
It manages key tasks such as communication, identification, prioritization, It manages key tasks such as communication, identification, prioritization,
assignment, resolution and notification. assignment, resolution and notification.
@ -41,13 +42,14 @@ specific methods and lots of other actions based on your own enterprise rules.
The greatest thing about this system is that users don't need to do anything The greatest thing about this system is that users don't need to do anything
special. They can just send email to the request tracker. OpenERP will take special. They can just send email to the request tracker. OpenERP will take
care of thanking them for their message, automatically routing it to the care of thanking them for their message, automatically routing it to the
appropriate staff, and make sure all future correspondence gets to the right appropriate staff and make sure all future correspondence gets to the right
place. place.
The CRM module has a email gateway for the synchronisation interface The CRM module has a email gateway for the synchronisation interface
between mails and OpenERP. between mails and OpenERP.
Creates a dashboard for CRM that includes: Creates a dashboard for CRM that includes:
------------------------------------------
* List of New Leads * List of New Leads
* List of My Opportunities * List of My Opportunities
* List of My Next Meetings * List of My Next Meetings

View File

@ -29,7 +29,7 @@
Caldav features in Meeting. Caldav features in Meeting.
=========================== ===========================
* Share meeting with other calendar clients like sunbird * Share meeting with other calendar clients like sunbird
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -28,11 +28,15 @@
This module allows users to perform segmentation within partners. This module allows users to perform segmentation within partners.
================================================================= =================================================================
It uses the profiles criteria from the earlier segmentation module and improve it. Thanks to the new concept of questionnaire. You can now regroup questions into a questionnaire and directly use it on a partner. It uses the profiles criteria from the earlier segmentation module and improve it.
Thanks to the new concept of questionnaire. You can now regroup questions into a
questionnaire and directly use it on a partner.
It also has been merged with the earlier CRM & SRM segmentation tool because they were overlapping. It also has been merged with the earlier CRM & SRM segmentation tool because they
were overlapping.
* Note: this module is not compatible with the module segmentation, since it's the same which has been renamed. * Note: this module is not compatible with the module segmentation, since
it's the same which has been renamed.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -28,10 +28,9 @@
Allows you to add delivery methods in sale orders and picking. Allows you to add delivery methods in sale orders and picking.
============================================================== ==============================================================
You can define your own carrier and delivery grids for prices. You can define your own carrier and delivery grids for prices. When creating
When creating invoices from picking, OpenERP is able to add and compute the shipping line. invoices from picking, OpenERP is able to add and compute the shipping line.
""",
""",
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['sale', 'purchase', 'stock'], 'depends': ['sale', 'purchase', 'stock'],
'init_xml': ['delivery_data.xml'], 'init_xml': ['delivery_data.xml'],

View File

@ -29,7 +29,7 @@ This is a complete document management system.
============================================== ==============================================
* User Authentication * User Authentication
* Document Indexation :- .pptx and .docx files are not supported in Windows platform. * Document Indexation:- .pptx and .docx files are not supported in Windows platform.
* Dashboard for Document that includes: * Dashboard for Document that includes:
* New Files (list) * New Files (list)
* Files by Resource Type (graph) * Files by Resource Type (graph)
@ -37,8 +37,8 @@ This is a complete document management system.
* Files Size by Month (graph) * Files Size by Month (graph)
ATTENTION: ATTENTION:
- When you install this module in a running company that have already PDF files stored into the database, - When you install this module in a running company that have already PDF
you will lose them all. files stored into the database, you will lose them all.
- After installing this module PDF's are no longer stored into the database, - After installing this module PDF's are no longer stored into the database,
but in the servers rootpad like /server/bin/filestore. but in the servers rootpad like /server/bin/filestore.
""", """,

View File

@ -40,7 +40,8 @@ With this module, the WebDAV server for documents is activated.
You can then use any compatible browser to remotely see the attachments of OpenObject. You can then use any compatible browser to remotely see the attachments of OpenObject.
After installation, the WebDAV server can be controlled by a [webdav] section in the server's config. After installation, the WebDAV server can be controlled by a [webdav] section in
the server's config.
Server Configuration Parameter: Server Configuration Parameter:
[webdav] [webdav]
@ -55,7 +56,7 @@ Server Configuration Parameter:
; these options on ; these options on
Also implements IETF RFC 5785 for services discovery on a http server, Also implements IETF RFC 5785 for services discovery on a http server,
which needs explicit configuration in openerp-server.conf, too. which needs explicit configuration in openerp-server.conf too.
""", """,
"depends" : ["base", "document"], "depends" : ["base", "document"],
"init_xml" : [], "init_xml" : [],

View File

@ -23,15 +23,14 @@
'version': '1.0', 'version': '1.0',
'category': 'Tools', 'category': 'Tools',
'description': """ 'description': """
Provides a common EDI platform that other Applications can use Provides a common EDI platform that other Applications can use.
============================================================== ===============================================================
OpenERP specifies a generic EDI format for exchanging business OpenERP specifies a generic EDI format for exchanging business documents between
documents between different systems, and provides generic different systems, and provides generic mechanisms to import and export them.
mechanisms to import and export them.
More details about OpenERP's EDI format may be found in the More details about OpenERP's EDI format may be found in the technical OpenERP
technical OpenERP documentation at http://doc.openerp.com documentation at http://doc.openerp.com.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -28,8 +28,8 @@
"category" : "Marketing", "category" : "Marketing",
"depends" : ['mail'], "depends" : ['mail'],
"description": """ "description": """
Email Templating (simplified version of the original Power Email by Openlabs) Email Templating (simplified version of the original Power Email by Openlabs).
============================================================================= ==============================================================================
Lets you design complete email templates related to any OpenERP document (Sale Lets you design complete email templates related to any OpenERP document (Sale
Orders, Invoices and so on), including sender, recipient, subject, body (HTML and Orders, Invoices and so on), including sender, recipient, subject, body (HTML and
@ -54,8 +54,7 @@ These email templates are also at the heart of the marketing campaign system
campaigns on any OpenERP document. campaigns on any OpenERP document.
Technical note: only the templating system of the original Power Email by Technical note: only the templating system of the original Power Email by
Openlabs was kept Openlabs was kept.
""", """,
"data": [ "data": [
'wizard/email_template_preview_view.xml', 'wizard/email_template_preview_view.xml',

View File

@ -31,7 +31,8 @@ Organization and management of Events.
This module allows you This module allows you
* to manage your events and their registrations * to manage your events and their registrations
* to use emails to automatically confirm and send acknowledgements for any registration to an event * to use emails to automatically confirm and send acknowledgements for any
registration to an event
Note that: Note that:
- You can define new types of events in - You can define new types of events in

View File

@ -25,33 +25,32 @@
'version': '0.1', 'version': '0.1',
'category': 'Tools', 'category': 'Tools',
'description': """ 'description': """
Configure your moodle server Configure your moodle server.
=============================
With this module you are able to connect your OpenERP with a moodle plateform. With this module you are able to connect your OpenERP with a moodle plateform.
This module will create courses and students automatically in your moodle plateform to avoid wasting time. This module will create courses and students automatically in your moodle plateform
Now you have a simple way to create training or courses with OpenERP and moodle to avoid wasting time.
Now you have a simple way to create training or courses with OpenERP and moodle.
STEPS TO CONFIGURE:
STEPS TO CONFIGURE
------------------ ------------------
1. activate web service in moodle 1. Activate web service in moodle.
---------------------------------- ----------------------------------
>site administration >plugins>web sevices >manage protocols >site administration >plugins >web sevices >manage protocols activate the xmlrpc web service
activate the xmlrpc web service
>site administration >plugins>web sevices >manage tokens >site administration >plugins >web sevices >manage tokens create a token
create a token
>site administration >plugins>web sevices >overview >site administration >plugins >web sevices >overview activate webservice
activate webservice
2. Create confirmation email with login and password 2. Create confirmation email with login and password.
---------------------------------------------------- -----------------------------------------------------
we strongly suggest you to add those following lines at the bottom of your event confirmation email to communicate the login/password of moodle to your subscribers. We strongly suggest you to add those following lines at the bottom of your event
confirmation email to communicate the login/password of moodle to your subscribers.
........your configuration text....... ........your configuration text.......

View File

@ -28,9 +28,14 @@
Creating registration with sale orders. Creating registration with sale orders.
======================================= =======================================
This module allows you to automatize and connect your registration creation with your main sale flow and, therefore, to enable the invoicing feature of registrations. This module allows you to automatize and connect your registration creation with
your main sale flow and therefore, to enable the invoicing feature of registrations.
It defines a new kind of service products that offers you the possibility to choose an event category associated with it. When you encode a sale order for that product, you will be able to choose an existing event of that category and when you confirm your sale order it will automatically create a registration for this event. It defines a new kind of service products that offers you the possibility to
choose an event category associated with it. When you encode a sale order for
that product, you will be able to choose an existing event of that category and
when you confirm your sale order it will automatically create a registration for
this event.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['event','sale','sale_crm'], 'depends': ['event','sale','sale_crm'],

View File

@ -27,35 +27,33 @@
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": 'Tools', "category": 'Tools',
"description": """ "description": """
Retrieve incoming email on POP / IMAP servers Retrieve incoming email on POP/IMAP servers.
============================================= ============================================
Enter the parameters of your POP/IMAP account(s), and any incoming Enter the parameters of your POP/IMAP account(s), and any incoming emails on
emails on these accounts will be automatically downloaded into your OpenERP these accounts will be automatically downloaded into your OpenERP system. All
system. All POP3/IMAP-compatible servers are supported, included those POP3/IMAP-compatible servers are supported, included those that require an
that require an encrypted SSL/TLS connection. encrypted SSL/TLS connection.
This can be used to easily create email-based workflows for many This can be used to easily create email-based workflows for many email-enabled
email-enabled OpenERP documents, such as: OpenERP documents, such as:
* CRM Leads/Opportunities * CRM Leads/Opportunities
* CRM Claims * CRM Claims
* Project Issues * Project Issues
* Project Tasks * Project Tasks
* Human Resource Recruitments (Applicants) * Human Resource Recruitments (Applicants)
Just install the relevant application, and you can assign any of Just install the relevant application, and you can assign any of these document
these document types (Leads, Project Issues.) to your incoming types (Leads, Project Issues) to your incoming email accounts. New emails will
email accounts. New emails will automatically spawn new documents automatically spawn new documents of the chosen type, so it's a snap to create a
of the chosen type, so it's a snap to create a mailbox-to-OpenERP mailbox-to-OpenERP integration. Even better: these documents directly act as mini
integration. Even better: these documents directly act as mini conversations synchronized by email. You can reply from within OpenERP, and the
conversations synchronized by email. You can reply from within answers will automatically be collected when they come back, and attached to the
OpenERP, and the answers will automatically be collected when same *conversation* document.
they come back, and attached to the same *conversation* document.
For more specific needs, you may also assign custom-defined actions For more specific needs, you may also assign custom-defined actions
(technically: Server Actions) to be triggered for each incoming (technically: Server Actions) to be triggered for each incoming mail.
mail.
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'init_xml': [], 'init_xml': [],

View File

@ -24,7 +24,7 @@
'name': 'Google Users', 'name': 'Google Users',
'version': '1.0', 'version': '1.0',
'category': 'Tools', 'category': 'Tools',
'description': """The module adds google user in res user""", 'description': """The module adds google user in res user.""",
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base'], 'depends': ['base'],

View File

@ -28,9 +28,10 @@
Add all information on the employee form to manage contracts. Add all information on the employee form to manage contracts.
============================================================= =============================================================
* Marital status, * Contract
* Security number, * Place of Birth,
* Place of birth, birth date, ... * Medical Examination Date
* Company Vehicle
You can assign several contracts per employee. You can assign several contracts per employee.
""", """,

View File

@ -31,12 +31,11 @@
Ability to create employees evaluation. Ability to create employees evaluation.
======================================= =======================================
An evaluation can be created by employee for subordinates, An evaluation can be created by employee for subordinates, juniors as well as
juniors as well as his manager. The evaluation is done under a plan his manager. The evaluation is done under a plan in which various surveys can be
in which various surveys can be created and it can be defined which created and it can be defined which level of employee hierarchy fills what and
level of employee hierarchy fills what and final review and evaluation final review and evaluation is done by the manager. Every evaluation filled by
is done by the manager. Every evaluation filled by the employees can be viewed the employees can be viewed in the form of pdf file.
in the form of pdf file.
""", """,
"demo": ["hr_evaluation_demo.xml"], "demo": ["hr_evaluation_demo.xml"],
"data": [ "data": [

View File

@ -28,16 +28,20 @@
"sequence": 28, "sequence": 28,
"website": "http://www.openerp.com", "website": "http://www.openerp.com",
"description": """ "description": """
This module allows you to manage leaves and leaves' requests. This module allows you to manage leaves and leave's requests.
============================================================= =============================================================
Implements a dashboard for human resource management that includes. Implements a dashboard for human resource management that includes:
-------------------------------------------------------------------
* Leaves * Leaves
Note that: Note that:
- A synchronisation with an internal agenda (use of the CRM module) is possible: in order to automatically create a case when an holiday request is accepted, you have to link the holidays status to a case section. You can set up this info and your colour preferences in - A synchronisation with an internal agenda (use of the CRM module) is
possible: in order to automatically create a case when an holiday request
is accepted, you have to link the holidays status to a case section. You
can setup this info and your colour preferences in
Human Resources/Configuration/Leave Type Human Resources/Configuration/Leave Type
- An employee can make an ask for more off-days by making a new Allocation It will increase his total of that leave type available (if the request is accepted). - An employee can make an ask for more off-days by making a new Allocation. It will increase his total of that leave type available (if the request is accepted).
- There are two ways to print the employee's holidays: - There are two ways to print the employee's holidays:
* The first will allow to choose employees by department and is used by clicking the menu item located in * The first will allow to choose employees by department and is used by clicking the menu item located in
Reporting/Human Resources/Leaves/Leaves by Department Reporting/Human Resources/Leaves/Leaves by Department

View File

@ -34,8 +34,8 @@ the analytic account.
Lots of reporting on time and employee tracking are provided. Lots of reporting on time and employee tracking are provided.
It is completely integrated with the cost accounting module. It allows you It is completely integrated with the cost accounting module. It allows you to set
to set up a management by affair. up a management by affair.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -24,9 +24,11 @@
'name': 'Invoice on Timesheets', 'name': 'Invoice on Timesheets',
'version': '1.0', 'version': '1.0',
'category': 'Sales Management', 'category': 'Sales Management',
'description': """Generate your Invoices from Expenses, Timesheet Entries, ... 'description': """
Generate your Invoices from Expenses, Timesheet Entries.
========================================================
Module to generate invoices based on costs (human resources, expenses, ...). Module to generate invoices based on costs (human resources, expenses, ...).
============================================================================
You can define price lists in analytic account, make some theoretical revenue You can define price lists in analytic account, make some theoretical revenue
reports.""", reports.""",

View File

@ -29,22 +29,22 @@
This module helps you to easily encode and validate timesheet and attendances within the same view. This module helps you to easily encode and validate timesheet and attendances within the same view.
=================================================================================================== ===================================================================================================
* It will mentain attendances and track (sign in/sign out) events. * It will mentain attendances and track (sign in/sign out) events.
* Track the timesheet lines. * Track the timesheet lines.
Other tabs contains statistics views to help you analyse your Other tabs contains statistics views to help you analyse your
time or the time of your team: time or the time of your team:
* Time spent by day (with attendances) * Time spent by day (with attendances)
* Time spent by project * Time spent by project
This module also implements a complete timesheet validation process: This module also implements a complete timesheet validation process:
* Draft sheet * Draft sheet
* Confirmation at the end of the period by the employee * Confirmation at the end of the period by the employee
* Validation by the project manager * Validation by the project manager
The validation can be configured in the company: The validation can be configured in the company:
* Period size (day, week, month, year) * Period size (day, week, month, year)
* Maximal difference between timesheet and attendances * Maximal difference between timesheet and attendances
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -25,8 +25,8 @@
'version': '0.1', 'version': '0.1',
'category': 'Tools', 'category': 'Tools',
'description': """ 'description': """
This module allows your user to easily and efficiently participate in enterprise innovation. This module allows user to easily and efficiently participate in enterprise innovation.
============================================================================================ =======================================================================================
It allows everybody to express ideas about different subjects. It allows everybody to express ideas about different subjects.
Then, other users can comment on these ideas and vote for particular ideas. Then, other users can comment on these ideas and vote for particular ideas.

View File

@ -24,8 +24,8 @@
'version': '0.9', 'version': '0.9',
'category': 'Hidden/Dependency', 'category': 'Hidden/Dependency',
'description': """ 'description': """
This module provide a class import_framework to help importing This module provide a class import_framework to help importing complex data from
complex data from other software other software.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -23,8 +23,9 @@
'name': 'SugarCRM Import', 'name': 'SugarCRM Import',
'version': '1.0', 'version': '1.0',
'category': 'Customer Relationship Management', 'category': 'Customer Relationship Management',
'description': """This Module Import SugarCRM "Leads", "Opportunities", "Users", "Accounts", 'description': """
"Contacts", "Employees", Meetings, Phonecalls, Emails, and Project, Project Tasks Data into OpenERP Module.""", This Module Import SugarCRM Leads, Opportunities, Users, Accounts, Contacts, Employees,
Meetings, Phonecalls, Emails, Project and Project Tasks Data into OpenERP Module.""",
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['import_base','crm', 'document'], 'depends': ['import_base','crm', 'document'],

View File

@ -26,7 +26,10 @@
"website" : "http://www.conexus.at", "website" : "http://www.conexus.at",
"category" : "Localization/Account Charts", "category" : "Localization/Account Charts",
"depends" : ["account_chart", 'base_vat'], "depends" : ["account_chart", 'base_vat'],
"description": "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.", "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" : [], "demo_xml" : [],
"update_xml" : ['account_tax_code.xml',"account_chart.xml",'account_tax.xml',"l10n_chart_at_wizard.xml"], "update_xml" : ['account_tax_code.xml',"account_chart.xml",'account_tax.xml',"l10n_chart_at_wizard.xml"],
"auto_install": False, "auto_install": False,

View File

@ -27,17 +27,23 @@ This is the base module to manage the accounting chart for Belgium in OpenERP.
After installing this module, the Configuration wizard for accounting is launched. After installing this module, the Configuration wizard for accounting is launched.
* We have the account templates which can be helpful to generate Charts of Accounts. * We have the account templates which can be helpful to generate Charts of Accounts.
* On that particular wizard, you will be asked to pass the name of the company, the chart template to follow, the no. of digits to generate, the code for your account and bank account, currency to create journals. * On that particular wizard, you will be asked to pass the name of the company,
the chart template to follow, the no. of digits to generate, the code for your
account and bank account, currency to create journals.
Thus, the pure copy of Chart Template is generated. Thus, the pure copy of Chart Template is generated.
Wizards provided by this module: Wizards provided by this module:
* Partner VAT Intra: Enlist the partners with their related VAT and invoiced amounts.Prepares an XML file format. * Partner VAT Intra: Enlist the partners with their related VAT and invoiced
Path to access : Accounting/Reporting//Legal Statements/Belgium Statements/Partner VAT Listing amounts. Prepares an XML file format.
* Periodical VAT Declaration: Prepares an XML file for Vat Declaration of the Main company of the User currently Logged in. Path to access : Invoicing/Reporting/Legal Reports/Belgium Statements/Partner VAT Intra
Path to access : Accounting/Reporting/Legal Statements/Belgium Statements/Periodical VAT Declaration * Periodical VAT Declaration: Prepares an XML file for Vat Declaration of
* Annual Listing Of VAT-Subjected Customers: Prepares an XML file for Vat Declaration of the Main company of the User currently Logged in.Based on Fiscal year the Main company of the User currently Logged in.
Path to access : Accounting/Reporting/Legal Statements/Belgium Statements/Annual Listing Of VAT-Subjected Customers Path to access : Invoicing/Reporting/Legal Reports/Belgium Statements/Periodical VAT Declaration
* Annual Listing Of VAT-Subjected Customers: Prepares an XML file for Vat
Declaration of the Main company of the User currently Logged in Based on
Fiscal year.
Path to access : Invoicing/Reporting/Legal Reports/Belgium Statements/Annual Listing Of VAT-Subjected Customers
""", """,
'author': 'Noviat & OpenERP SA', 'author': 'Noviat & OpenERP SA',

View File

@ -25,14 +25,14 @@
'depends': ['hr_payroll'], 'depends': ['hr_payroll'],
'version': '1.0', 'version': '1.0',
'description': """ 'description': """
Belgian Payroll Rules Belgian Payroll Rules.
===================== ======================
* Employee Details * Employee Details
* Employee Contracts * Employee Contracts
* Passport based Contract * Passport based Contract
* Allowances / Deductions * Allowances/Deductions
* Allow to configure Basic / Gross / Net Salary * Allow to configure Basic/Gross/Net Salary
* Employee Payslip * Employee Payslip
* Monthly Payroll Register * Monthly Payroll Register
* Integrated with Holiday Management * Integrated with Holiday Management

View File

@ -25,7 +25,7 @@
'depends': ['l10n_be_hr_payroll', 'hr_payroll_account', 'l10n_be'], 'depends': ['l10n_be_hr_payroll', 'hr_payroll_account', 'l10n_be'],
'version': '1.0', 'version': '1.0',
'description': """ 'description': """
Accounting Data for Belgian Payroll Rules Accounting Data for Belgian Payroll Rules.
""", """,
'auto_install': True, 'auto_install': True,

View File

@ -32,7 +32,9 @@ Belgian localisation for in- and outgoing invoices (prereq to account_coda):
- Rename 'reference' field labels to 'Communication' - Rename 'reference' field labels to 'Communication'
- Add support for Belgian Structured Communication - Add support for Belgian Structured Communication
A Structured Communication can be generated automatically on outgoing invoices according to the following algorithms: A Structured Communication can be generated automatically on outgoing invoices
according to the following algorithms:
1) Random : +++RRR/RRRR/RRRDD+++ 1) Random : +++RRR/RRRR/RRRDD+++
R..R = Random Digits, DD = Check Digits R..R = Random Digits, DD = Check Digits
2) Date : +++DOY/YEAR/SSSDD+++ 2) Date : +++DOY/YEAR/SSSDD+++
@ -40,8 +42,9 @@ A Structured Communication can be generated automatically on outgoing invoices a
3) Customer Reference +++RRR/RRRR/SSSDDD+++ 3) Customer Reference +++RRR/RRRR/SSSDDD+++
R..R = Customer Reference without non-numeric characters, SSS = Sequence Number, DD = Check Digits) R..R = Customer Reference without non-numeric characters, SSS = Sequence Number, DD = Check Digits)
The preferred type of Structured Communication and associated Algorithm can be specified on the Partner records. The preferred type of Structured Communication and associated Algorithm can be
A 'random' Structured Communication will generated if no algorithm is specified on the Partner record. specified on the Partner records. A 'random' Structured Communication will
generated if no algorithm is specified on the Partner record.
""", """,
'depends': ['account'], 'depends': ['account'],

View File

@ -22,8 +22,8 @@
'name': 'Brazilian - Accounting', 'name': 'Brazilian - Accounting',
'category': 'Localization/Account Charts', 'category': 'Localization/Account Charts',
'description': """ 'description': """
Base module for the Brazilian localization Base module for the Brazilian localization.
========================================== ===========================================
This module consists in: This module consists in:
@ -41,9 +41,23 @@ This module consists in:
- Tax Situation Code (CST) required for the electronic fiscal invoicing (NFe) - Tax Situation Code (CST) required for the electronic fiscal invoicing (NFe)
The field tax_discount has also been added in the account.tax.template and account.tax objects to allow the proper computation of some Brazilian VATs such as ICMS. The chart of account creation wizard has been extended to propagate those new data properly. The field tax_discount has also been added in the account.tax.template and account.tax
objects to allow the proper computation of some Brazilian VATs such as ICMS. The
chart of account creation wizard has been extended to propagate those new data properly.
It's important to note however that this module lack many implementations to use OpenERP properly in Brazil. Those implementations (such as the electronic fiscal Invoicing which is already operational) are brought by more than 15 additional modules of the Brazilian Launchpad localization project https://launchpad.net/openerp.pt-br-localiz and their dependencies in the extra addons branch. Those modules aim at not breaking with the remarkable OpenERP modularity, this is why they are numerous but small. One of the reasons for maintaining those modules apart is that Brazilian Localization leaders need commit rights agility to complete the localization as companies fund the remaining legal requirements (such as soon fiscal ledgers, accounting SPED, fiscal SPED and PAF ECF that are still missing as September 2011). Those modules are also strictly licensed under AGPL V3 and today don't come with any additional paid permission for online use of 'private modules'.""", It's important to note however that this module lack many implementations to use
OpenERP properly in Brazil. Those implementations (such as the electronic fiscal
Invoicing which is already operational) are brought by more than 15 additional
modules of the Brazilian Launchpad localization project
https://launchpad.net/openerp.pt-br-localiz and their dependencies in the extra
addons branch. Those modules aim at not breaking with the remarkable OpenERP
modularity, this is why they are numerous but small. One of the reasons for
maintaining those modules apart is that Brazilian Localization leaders need commit
rights agility to complete the localization as companies fund the remaining legal
requirements (such as soon fiscal ledgers, accounting SPED, fiscal SPED and PAF
ECF that are still missing as September 2011). Those modules are also strictly
licensed under AGPL V3 and today don't come with any additional paid permission
for online use of 'private modules'.""",
'license': 'AGPL-3', 'license': 'AGPL-3',
'author': 'Akretion, OpenERP Brasil', 'author': 'Akretion, OpenERP Brasil',
'website': 'http://openerpbrasil.org', 'website': 'http://openerpbrasil.org',

View File

@ -36,10 +36,11 @@ You can also add ZIP and bank completion with:
------------------------------------------------------------------------ ------------------------------------------------------------------------
Module incluant la localisation Suisse de TinyERP revu et corrigé par Camptocamp. Cette nouvelle version Module incluant la localisation Suisse de TinyERP revu et corrigé par Camptocamp.
comprend la gestion et l'émissionde BVR, le paiement électronique via DTA (pour les banques, le système postal est en développement) Cette nouvelle version comprend la gestion et l'émissionde BVR, le paiement
et l'import du relevé de compte depuis la banque de manière automatisée. électronique via DTA (pour les banques, le système postal est en développement)
De plus, nous avons intégré la définition de toutes les banques Suisses(adresse, swift et clearing). et l'import du relevé de compte depuis la banque de manière automatisée. De plus,
nous avons intégré la définition de toutes les banques Suisses(adresse, swift et clearing).
Par ailleurs, conjointement à ce module, nous proposons la complétion NPA: Par ailleurs, conjointement à ce module, nous proposons la complétion NPA:
@ -52,12 +53,11 @@ Vous pouvez ajouter la completion des banques et des NPA avec with:
-------------------------------------------------------------------------- --------------------------------------------------------------------------
TODO : TODO :
- Implement bvr import partial reconciliation - Implement bvr import partial reconciliation
- Replace wizard by osv_memory when possible - Replace wizard by osv_memory when possible
- Add mising HELP - Add mising HELP
- Finish code comment - Finish code comment
- Improve demo data - Improve demo data
""", """,
"version": "6.1", "version": "6.1",

View File

@ -26,9 +26,9 @@
"website":"http://openerp-china.org", "website":"http://openerp-china.org",
"url":"http://code.google.com/p/openerp-china/source/browse/#svn/trunk/l10n_cn", "url":"http://code.google.com/p/openerp-china/source/browse/#svn/trunk/l10n_cn",
"description": """ "description": """
添加中文省份数据 添加中文省份数据
科目类型\会计科目表模板\增值税\辅助核算类别\管理会计凭证簿\财务会计凭证簿 科目类型\会计科目表模板\增值税\辅助核算类别\管理会计凭证簿\财务会计凭证簿
============================================================ ============================================================
""", """,
"depends" : ["base","account"], "depends" : ["base","account"],
'init_xml': [ 'init_xml': [

View File

@ -44,14 +44,14 @@ Chart of accounts for Costa Rica.
================================= =================================
Includes: Includes:
* account.type * account.type
* account.account.template * account.account.template
* account.tax.template * account.tax.template
* account.tax.code.template * account.tax.code.template
* account.chart.template * account.chart.template
Everything is in English with Spanish translation. Further translations are welcome, please go to Everything is in English with Spanish translation. Further translations are welcome,
http://translations.launchpad.net/openerp-costa-rica please go to http://translations.launchpad.net/openerp-costa-rica.
""", """,
'depends': ['account', 'account_chart', 'base'], 'depends': ['account', 'account_chart', 'base'],
'init_xml': [], 'init_xml': [],

View File

@ -31,14 +31,14 @@
Spanish Charts of Accounts (PGCE 2008). Spanish Charts of Accounts (PGCE 2008).
======================================= =======================================
* Defines the following chart of account templates: * Defines the following chart of account templates:
* Spanish General Chart of Accounts 2008. * Spanish General Chart of Accounts 2008
* Spanish General Chart of Accounts 2008 for small and medium companies. * Spanish General Chart of Accounts 2008 for small and medium companies
* Defines templates for sale and purchase VAT. * Defines templates for sale and purchase VAT
* Defines tax code templates. * Defines tax code templates
Note: You should install the l10n_ES_account_balance_report module Note: You should install the l10n_ES_account_balance_report module for yearly
for yearly account reporting (balance, profit & losses). account reporting (balance, profit & losses).
""", """,
"license" : "GPL-3", "license" : "GPL-3",
"depends" : ["account", "base_vat", "base_iban"], "depends" : ["account", "base_vat", "base_iban"],

View File

@ -35,11 +35,21 @@
This is the module to manage the accounting chart for France in OpenERP. This is the module to manage the accounting chart for France in OpenERP.
======================================================================== ========================================================================
This module applies to companies based in France mainland. It doesn't apply to companies based in the DOM-TOMs (Guadeloupe, Martinique, Guyane, Réunion, Mayotte) This module applies to companies based in France mainland. It doesn't apply to
companies based in the DOM-TOMs (Guadeloupe, Martinique, Guyane, Réunion, Mayotte).
This localisation module creates the VAT taxes of type "tax included" for purchases (it is notably required when you use the module "hr_expense"). Beware that these "tax included" VAT taxes are not managed by the fiscal positions provided by this module (because it is complex to manage both "tax excluded" and "tax included" scenarios in fiscal positions). This localisation module creates the VAT taxes of type "tax included" for purchases
(it is notably required when you use the module "hr_expense"). Beware that these
"tax included" VAT taxes are not managed by the fiscal positions provided by this
module (because it is complex to manage both "tax excluded" and "tax included"
scenarios in fiscal positions).
This localisation module doesn't properly handle the scenario when a France-mainland company sells services to a company based in the DOMs. We could manage it in the fiscal positions, but it would require to differentiate between "product" VAT taxes and "service" VAT taxes. We consider that it is too "heavy" to have this by default in l10n_fr ; companies that sell services to DOM-based companies should update the configuration of their taxes and fiscal positions manually. This localisation module doesn't properly handle the scenario when a France-mainland
company sells services to a company based in the DOMs. We could manage it in the
fiscal positions, but it would require to differentiate between "product" VAT taxes
and "service" VAT taxes. We consider that it is too "heavy" to have this by default
in l10n_fr; companies that sell services to DOM-based companies should update the
configuration of their taxes and fiscal positions manually.
Credits: Sistheo, Zeekom, CrysaLEAD, Akretion and Camptocamp. Credits: Sistheo, Zeekom, CrysaLEAD, Akretion and Camptocamp.
""", """,

View File

@ -25,19 +25,22 @@
'depends': ['hr_payroll', 'l10n_fr'], 'depends': ['hr_payroll', 'l10n_fr'],
'version': '1.0', 'version': '1.0',
'description': """ 'description': """
French Payroll Rules French Payroll Rules.
======================= =====================
-Configuration of hr_payroll for french localization - Configuration of hr_payroll for french localization
-All main contributions rules for french payslip, for 'cadre' and 'non-cadre' - All main contributions rules for french payslip, for 'cadre' and 'non-cadre'
-New payslip report - New payslip report
TODO : TODO :
-Integration with holidays module for deduction and allowance - Integration with holidays module for deduction and allowance
-Integration with hr_payroll_account for the automatic account_move_line creation from the payslip - Integration with hr_payroll_account for the automatic account_move_line
-Continue to integrate the contribution. Only the main contribution are currently implemented creation from the payslip
-Remake the report under webkit - Continue to integrate the contribution. Only the main contribution are
-The payslip.line with appears_in_payslip = False should appears in the payslip interface, but not in the payslip report currently implemented
- Remake the report under webkit
- The payslip.line with appears_in_payslip = False should appears in the
payslip interface, but not in the payslip report
""", """,
'active': False, 'active': False,

View File

@ -25,17 +25,26 @@
"category": 'Hidden/Dependency', "category": 'Hidden/Dependency',
'description': ''' 'description': '''
This module lets users enter the banking details of Partners in the RIB format (French standard for bank accounts details). This module lets users enter the banking details of Partners in the RIB format (French standard for bank accounts details).
RIB Bank Accounts can be entered in the "Accounting" tab of the Partner form by specifying the account type "RIB". The four standard RIB fields will then become mandatory: ===========================================================================================================================
- Bank Code
- Office Code
- Account number
- RIB key
As a safety measure, OpenERP will check the RIB key whenever a RIB is saved, and will refuse to record the data if the key is incorrect. Please bear in mind that this can only happen when the user presses the "save" button, for example on the Partner Form.
Since each bank account may relate to a Bank, users may enter the RIB Bank Code in the Bank form - it will the pre-fill the Bank Code on the RIB when they select the Bank.
To make this easier, this module will also let users find Banks using their RIB code.
The module base_iban can be a useful addition to this module, because French banks are now progressively adopting the international IBAN format instead of the RIB format. RIB Bank Accounts can be entered in the "Accounting" tab of the Partner form by specifying
The RIB and IBAN codes for a single account can be entered by recording two Bank Accounts in OpenERP: the first with the type "RIB", the second with the type "IBAN". the account type "RIB". The four standard RIB fields will then become mandatory:
- Bank Code
- Office Code
- Account number
- RIB key
As a safety measure, OpenERP will check the RIB key whenever a RIB is saved, and
will refuse to record the data if the key is incorrect. Please bear in mind that
this can only happen when the user presses the "save" button, for example on the
Partner Form. Since each bank account may relate to a Bank, users may enter the
RIB Bank Code in the Bank form - it will the pre-fill the Bank Code on the RIB
when they select the Bank. To make this easier, this module will also let users
find Banks using their RIB code.
The module base_iban can be a useful addition to this module, because French banks
are now progressively adopting the international IBAN format instead of the RIB format.
The RIB and IBAN codes for a single account can be entered by recording two Bank
Accounts in OpenERP: the first with the type "RIB", the second with the type "IBAN".
''', ''',
'author' : u'Numérigraphe SARL', 'author' : u'Numérigraphe SARL',
'depends': ['account', 'base_iban'], 'depends': ['account', 'base_iban'],

View File

@ -40,7 +40,9 @@
This is the base module to manage the accounting chart for Guatemala. This is the base module to manage the accounting chart for Guatemala.
===================================================================== =====================================================================
Agrega una nomenclatura contable para Guatemala. También icluye impuestos y la moneda del Quetzal. -- Adds accounting chart for Guatemala. It also includes taxes and the Quetzal currency""", Agrega una nomenclatura contable para Guatemala. También icluye impuestos y
la moneda del Quetzal. -- Adds accounting chart for Guatemala. It also includes
taxes and the Quetzal currency.""",
'author': 'José Rodrigo Fernández Menegazzo', 'author': 'José Rodrigo Fernández Menegazzo',
'website': 'http://solucionesprisma.com/', 'website': 'http://solucionesprisma.com/',
'depends': ['base', 'account', 'account_chart'], 'depends': ['base', 'account', 'account_chart'],

View File

@ -36,7 +36,10 @@
'name': 'Honduras - Accounting', 'name': 'Honduras - Accounting',
'version': '0.1', 'version': '0.1',
'category': 'Localization/Account Charts', 'category': 'Localization/Account Charts',
'description': """Agrega una nomenclatura contable para Honduras. También incluye impuestos y la moneda Lempira. -- Adds accounting chart for Honduras. It also includes taxes and the Lempira currency""", 'description': """
Agrega una nomenclatura contable para Honduras. También incluye impuestos y la
moneda Lempira. -- Adds accounting chart for Honduras. It also includes taxes
and the Lempira currency.""",
'author': 'Salvatore Josue Trimarchi Pinto', 'author': 'Salvatore Josue Trimarchi Pinto',
'website': 'http://trimarchi.co.cc', 'website': 'http://trimarchi.co.cc',
'depends': ['base', 'account', 'account_chart'], 'depends': ['base', 'account', 'account_chart'],

View File

@ -23,8 +23,8 @@
"name": "India - Accounting", "name": "India - Accounting",
"version": "1.0", "version": "1.0",
"description": """ "description": """
Indian Accounting : Chart of Account. Indian Accounting: Chart of Account.
===================================== ====================================
Indian accounting chart and localization. Indian accounting chart and localization.
""", """,

View File

@ -28,7 +28,7 @@
This is the base module to manage the accounting chart for Luxembourg. This is the base module to manage the accounting chart for Luxembourg.
====================================================================== ======================================================================
* the KLUWER Chart of Accounts, * the KLUWER Chart of Accounts
* the Tax Code Chart for Luxembourg * the Tax Code Chart for Luxembourg
* the main taxes used in Luxembourg""", * the main taxes used in Luxembourg""",
'author': 'OpenERP SA', 'author': 'OpenERP SA',

View File

@ -28,7 +28,11 @@
This is the base module to manage the accounting chart for Maroc. This is the base module to manage the accounting chart for Maroc.
================================================================= =================================================================
Ce Module charge le modèle du plan de comptes standard Marocain et permet de générer les états comptables aux normes marocaines (Bilan, CPC (comptes de produits et charges), balance générale à 6 colonnes, Grand livre cumulatif...). L'intégration comptable a été validé avec l'aide du Cabinet d'expertise comptable Seddik au cours du troisième trimestre 2010""", Ce Module charge le modèle du plan de comptes standard Marocain et permet de
générer les états comptables aux normes marocaines (Bilan, CPC (comptes de
produits et charges), balance générale à 6 colonnes, Grand livre cumulatif...).
L'intégration comptable a été validé avec l'aide du Cabinet d'expertise comptable
Seddik au cours du troisième trimestre 2010.""",
"website": "http://www.kazacube.com", "website": "http://www.kazacube.com",
"depends" : ["base", "account"], "depends" : ["base", "account"],
"init_xml" : [], "init_xml" : [],

View File

@ -25,10 +25,11 @@
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": 'Hidden/Dependency', "category": 'Hidden/Dependency',
"description": """ "description": """
* Multi language support for Chart of Accounts, Taxes, Tax Codes , Journals, Accounting Templates, * Multi language support for Chart of Accounts, Taxes, Tax Codes, Journals,
Analytic Chart of Accounts and Analytic Journals. Accounting Templates, Analytic Chart of Accounts and Analytic Journals.
* Setup wizard changes * Setup wizard changes
- Copy translations for COA, Tax, Tax Code and Fiscal Position from templates to target objects. - Copy translations for COA, Tax, Tax Code and Fiscal Position from
templates to target objects.
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'init_xml': [], 'init_xml': [],

View File

@ -94,19 +94,25 @@ This is the module to manage the accounting chart for Netherlands in OpenERP.
============================================================================= =============================================================================
Read changelog in file __openerp__.py for version information. Read changelog in file __openerp__.py for version information.
Dit is een basismodule om een uitgebreid grootboek- en BTW schema voor Nederlandse bedrijven te installeren in OpenERP versie 5. Dit is een basismodule om een uitgebreid grootboek- en BTW schema voor
Nederlandse bedrijven te installeren in OpenERP versie 5.
De BTW rekeningen zijn waar nodig gekoppeld om de juiste rapportage te genereren, denk b.v. aan intracommunautaire verwervingen De BTW rekeningen zijn waar nodig gekoppeld om de juiste rapportage te genereren,
waarbij u 19% BTW moet opvoeren, maar tegelijkertijd ook 19% als voorheffing weer mag aftrekken. denk b.v. aan intracommunautaire verwervingen waarbij u 19% BTW moet opvoeren,
maar tegelijkertijd ook 19% als voorheffing weer mag aftrekken.
Na installatie van deze module word de configuratie wizard voor "Accounting" aangeroepen. Na installatie van deze module word de configuratie wizard voor "Accounting" aangeroepen.
* U krijgt een lijst met grootboektemplates aangeboden waarin zich ook het Nederlandse grootboekschema bevind. * U krijgt een lijst met grootboektemplates aangeboden waarin zich ook het
Nederlandse grootboekschema bevind.
* Als de configuratie wizard start, wordt u gevraagd om de naam van uw bedrijf in te voeren, welke grootboekschema te installeren, uit hoeveel cijfers een grootboekrekening mag bestaan, het rekeningnummer van uw bank en de currency om Journalen te creeren. * Als de configuratie wizard start, wordt u gevraagd om de naam van uw bedrijf
in te voeren, welke grootboekschema te installeren, uit hoeveel cijfers een
grootboekrekening mag bestaan, het rekeningnummer van uw bank en de currency
om Journalen te creeren.
Let op!! -> De template van het Nederlandse rekeningschema is opgebouwd uit 4 cijfers. Dit is het minimale aantal welk u moet invullen, u mag het aantal verhogen. De extra cijfers worden dan achter het rekeningnummer aangevult met "nullen" Let op!! -> De template van het Nederlandse rekeningschema is opgebouwd uit 4
cijfers. Dit is het minimale aantal welk u moet invullen, u mag het aantal verhogen.
* Dit is dezelfe configuratie wizard welke aangeroepen kan worden via Financial Management/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template. De extra cijfers worden dan achter het rekeningnummer aangevult met "nullen".
""", """,
"author" : "Veritos - Jan Verlaan", "author" : "Veritos - Jan Verlaan",

View File

@ -22,9 +22,10 @@
"name": "Peru Localization Chart Account", "name": "Peru Localization Chart Account",
"version": "1.0", "version": "1.0",
"description": """ "description": """
Peruvian accounting chart and tax localization. Acording the PCGE 2010 Peruvian accounting chart and tax localization. Acording the PCGE 2010.
Plan contable peruano e impuestos de acuerdo a disposiciones vigentes de la SUNAT 2011 (PCGE 2010) Plan contable peruano e impuestos de acuerdo a disposiciones vigentes de la
SUNAT 2011 (PCGE 2010).
""", """,
"author": ["Cubic ERP"], "author": ["Cubic ERP"],

View File

@ -24,12 +24,15 @@
"version" : "1.0", "version" : "1.0",
"author" : "Baamtu Senegal", "author" : "Baamtu Senegal",
"category" : "Localization/Account Charts", "category" : "Localization/Account Charts",
"description": """This module implements the accounting chart for OHADA area. "description": """
It allows any company or association to manage its financial accounting. This module implements the accounting chart for OHADA area.
Countries that use OHADA are the following: ===========================================================
It allows any company or association to manage its financial accounting.
Countries that use OHADA are the following:
Benin, Burkina Faso, Cameroon, Central African Republic, Comoros, Congo, Benin, Burkina Faso, Cameroon, Central African Republic, Comoros, Congo,
Ivory Coast, Gabon, Guinea, Guinea Bissau, Ivory Coast, Gabon, Guinea, Guinea Bissau, Equatorial Guinea, Mali, Niger,
Equatorial Guinea, Mali, Niger, Replica of Democratic Congo, Senegal, Chad, Togo. Replica of Democratic Congo, Senegal, Chad, Togo.
""", """,
"website": "http://www.baamtu.com", "website": "http://www.baamtu.com",
"depends" : ["account", "base_vat"], "depends" : ["account", "base_vat"],

View File

@ -23,10 +23,11 @@
'category': 'Localization/Account Charts', 'category': 'Localization/Account Charts',
'description': """ 'description': """
Türkiye için Tek düzen hesap planı şablonu OpenERP Modülü. Türkiye için Tek düzen hesap planı şablonu OpenERP Modülü.
============================================================================== ==========================================================
Bu modül kurulduktan sonra, Muhasebe yapılandırma sihirbazı çalışır Bu modül kurulduktan sonra, Muhasebe yapılandırma sihirbazı çalışır
* Sihirbaz sizden hesap planı şablonu, planın kurulacağı şirket,banka hesap bilgileriniz,ilgili para birimi gibi bilgiler isteyecek. * Sihirbaz sizden hesap planı şablonu, planın kurulacağı şirket, banka hesap
bilgileriniz, ilgili para birimi gibi bilgiler isteyecek.
""", """,
'author': 'Ahmet Altınışık', 'author': 'Ahmet Altınışık',
'maintainer':'https://launchpad.net/~openerp-turkey', 'maintainer':'https://launchpad.net/~openerp-turkey',

View File

@ -23,7 +23,9 @@
'name': 'UK - Accounting', 'name': 'UK - Accounting',
'version': '1.0', 'version': '1.0',
'category': 'Localization/Account Charts', 'category': 'Localization/Account Charts',
'description': """This is the latest UK OpenERP localisation necesary to run OpenERP accounting for UK SME's with: 'description': """
This is the latest UK OpenERP localisation necesary to run OpenERP accounting
for UK SME's with:
- a CT600-ready chart of accounts - a CT600-ready chart of accounts
- VAT100-ready tax structure - VAT100-ready tax structure
- InfoLogic UK counties listing - InfoLogic UK counties listing

View File

@ -24,7 +24,7 @@
"author": "OpenERP SA", "author": "OpenERP SA",
"category": 'Localization/Account Charts', "category": 'Localization/Account Charts',
"description": """ "description": """
United States - Chart of accounts United States - Chart of accounts.
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'init_xml': [], 'init_xml': [],

View File

@ -28,10 +28,10 @@
"category" : "Localization/Account Charts", "category" : "Localization/Account Charts",
"website" : "https://launchpad.net/openerp-uruguay", "website" : "https://launchpad.net/openerp-uruguay",
"description": """ "description": """
General Chart of Accounts General Chart of Accounts.
========================= ==========================
Provide Templates for Chart of Accounts, Taxes for Uruguay Provide Templates for Chart of Accounts, Taxes for Uruguay.
""", """,
"license" : "AGPL-3", "license" : "AGPL-3",

View File

@ -22,22 +22,15 @@
{ {
"name": "Lunch Orders", "name": "Lunch Orders",
"author": "OpenERP SA", "author": "OpenERP SA",
"Description": """
The lunch module is for keeping a record of the order placed and payment of the orders.
=======================================================================================
The products are defined under categories and the payment records are maintained user-wise.
Every user has a cashbox which keeps track of the amount paid for a particular order.
""",
"version": "0.1", "version": "0.1",
"depends": ["base_tools"], "depends": ["base_tools"],
"category" : "Tools", "category" : "Tools",
'description': """ 'description': """
The base module to manage lunch. The base module to manage lunch.
================================
keep track for the Lunch Order, Cash Moves, CashBox, Product. keep track for the Lunch Order, Cash Moves, CashBox, Product. Apply Different
Apply Different Category for the product. Category for the product.
""", """,
"init_xml": [], "init_xml": [],
"update_xml": [ "update_xml": [

View File

@ -28,19 +28,19 @@
A bussiness oriented Social Networking with a fully-integrated email A bussiness oriented Social Networking with a fully-integrated email
and message management. and message management.
===================================================================== =====================================================================
The Social Networking module provides an unified social network The Social Networking module provides an unified social network
abstraction layer allowing applications to display a complete abstraction layer allowing applications to display a complete
communication history on documents.It gives the users the possibility communication history on documents. It gives the users the possibility
to read and send messages and emails in an unified way. to read and send messages and emails in an unified way.
It also provides a feeds page combined to a subscription mechanism, that It also provides a feeds page combined to a subscription mechanism, that
allows to follow documents, and to be constantly updated about recent allows to follow documents, and to be constantly updated about recent
news. news.
The main features of the module are : The main features of the module are:
* a clean and renewed communication history for any OpenERP * a clean and renewed communication history for any OpenERP
document that can act as a discussion topic, document that can act as a discussion topic,
* a discussion mean on documents, * a discussion mean on documents,
* a subscription mechanism to be updated about new messages on * a subscription mechanism to be updated about new messages on
interesting documents, interesting documents,

View File

@ -35,15 +35,23 @@ This module provides leads automation through marketing campaigns (campaigns can
========================================================================================================================================= =========================================================================================================================================
The campaigns are dynamic and multi-channels. The process is as follows: The campaigns are dynamic and multi-channels. The process is as follows:
* Design marketing campaigns like workflows, including email templates to send, reports to print and send by email, custom actions. * Design marketing campaigns like workflows, including email templates to
* Define input segments that will select the items that should enter the campaign (e.g leads from certain countries.) send, reports to print and send by email, custom actions
* Run you campaign in simulation mode to test it real-time or accelerated, and fine-tune it * Define input segments that will select the items that should enter the
* You may also start the real campaign in manual mode, where each action requires manual validation campaign (e.g leads from certain countries.)
* Finally launch your campaign live, and watch the statistics as the campaign does everything fully automatically. * Run you campaign in simulation mode to test it real-time or accelerated,
and fine-tune it
* You may also start the real campaign in manual mode, where each action
requires manual validation
* Finally launch your campaign live, and watch the statistics as the
campaign does everything fully automatically.
While the campaign runs you can of course continue to fine-tune the parameters, input segments, workflow. While the campaign runs you can of course continue to fine-tune the parameters,
input segments, workflow.
Note: If you need demo data, you can install the marketing_campaign_crm_demo module, but this will also install the CRM application as it depends on CRM Leads. Note: If you need demo data, you can install the marketing_campaign_crm_demo
module, but this will also install the CRM application as it depends on
CRM Leads.
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'init_xml': [], 'init_xml': [],

View File

@ -29,10 +29,10 @@ This module allows you to manage all operations for managing memberships.
========================================================================= =========================================================================
It supports different kind of members: It supports different kind of members:
* Free member * Free member
* Associated member (eg.: a group subscribes to a membership for all subsidiaries) * Associated member (eg.: a group subscribes to a membership for all subsidiaries)
* Paid members, * Paid members
* Special member prices, ... * Special member prices
It is integrated with sales and accounting to allow you to automatically It is integrated with sales and accounting to allow you to automatically
invoice and send propositions for membership renewal. invoice and send propositions for membership renewal.

View File

@ -30,14 +30,13 @@ This module allows Just In Time computation of procurement orders.
If you install this module, you will not have to run the regular procurement If you install this module, you will not have to run the regular procurement
scheduler anymore (but you still need to run the minimum order point rule scheduler anymore (but you still need to run the minimum order point rule
scheduler, or for example let it run daily.) scheduler, or for example let it run daily).
All procurement orders will be processed immediately, which could in some All procurement orders will be processed immediately, which could in some
cases entail a small performance impact. cases entail a small performance impact.
It may also increase your stock size because products are reserved as soon It may also increase your stock size because products are reserved as soon
as possible and the scheduler time range is not taken into account anymore. as possible and the scheduler time range is not taken into account anymore.
In that case, you can not use priorities any more on the different picking. In that case, you can not use priorities any more on the different picking.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['procurement'], 'depends': ['procurement'],

View File

@ -26,10 +26,11 @@
'category': 'Manufacturing', 'category': 'Manufacturing',
'description': """ 'description': """
This module adds state, date_start, date_stop in manufacturing order operation lines (in the "Work Orders" tab). This module adds state, date_start, date_stop in manufacturing order operation lines (in the "Work Orders" tab).
============================================================================================================= ================================================================================================================
Status: draft, confirm, done, cancel Status: draft, confirm, done, cancel
When finishing/confirming, cancelling manufacturing orders set all state lines to the according state When finishing/confirming, cancelling manufacturing orders set all state lines
to the according state.
Create menus: Create menus:
Manufacturing > Manufacturing > Work Orders Manufacturing > Manufacturing > Work Orders
@ -47,7 +48,7 @@ become 'confirmed'. When the manufacturing order is done, all operations
must become done. must become done.
The field 'Working Hours' is the delay(stop date - start date). The field 'Working Hours' is the delay(stop date - start date).
So that we can compare the theoretic delay and real delay. So, that we can compare the theoretic delay and real delay.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -25,9 +25,10 @@
'version': '1.0', 'version': '1.0',
'category': 'Manufacturing', 'category': 'Manufacturing',
'description': """ 'description': """
The aim is to have a complete module to manage all products repairs. The following topics should be covered by this module: The aim is to have a complete module to manage all products repairs.
=========================================================================================================================== ====================================================================
The following topics should be covered by this module:
* Add/remove products in the reparation * Add/remove products in the reparation
* Impact for stocks * Impact for stocks
* Invoicing (products and/or services) * Invoicing (products and/or services)

View File

@ -7,8 +7,8 @@
Adds enhanced support for (Ether)Pad attachments in the web client. Adds enhanced support for (Ether)Pad attachments in the web client.
=================================================================== ===================================================================
Lets the company customize which Pad installation should be used to link to new pads Lets the company customize which Pad installation should be used to link to new
(by default, http://ietherpad.com/). pads (by default, http://ietherpad.com/).
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://openerp.com', 'website': 'http://openerp.com',

View File

@ -24,8 +24,7 @@
'version': '1.0', 'version': '1.0',
"category": "Project Management", "category": "Project Management",
'description': """ 'description': """
This module adds a PAD in all project kanban views This module adds a PAD in all project kanban views.
==================================================
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -25,9 +25,7 @@
'version': '1.0', 'version': '1.0',
'category': 'Hidden/Dependency', 'category': 'Hidden/Dependency',
'description': """ 'description': """
The common interface for pugin. The common interface for plug-in.
=====================================================
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -30,10 +30,11 @@
'description': ''' 'description': '''
This module provides the Outlook Plug-in. This module provides the Outlook Plug-in.
========================================= =========================================
Outlook plug-in allows you to select an object that you would like to add
to your email and its attachments from MS Outlook. You can select a partner, a task, Outlook plug-in allows you to select an object that you would like to add to
a project, an analytical account, or any other object and archive selected your email and its attachments from MS Outlook. You can select a partner, a task,
mail into mail.message with attachments. a project, an analytical account, or any other object and archive selected mail
into mail.message with attachments.
''', ''',
'init_xml' : [], 'init_xml' : [],
'demo_xml' : [], 'demo_xml' : [],

View File

@ -29,14 +29,14 @@
This module provides a quick and easy sale process. This module provides a quick and easy sale process.
=================================================== ===================================================
Main features : Main features:
--------------- --------------
* Fast encoding of the sale. * Fast encoding of the sale
* Allow to choose one payment mode (the quick way) or to split the payment between several payment mode. * Allow to choose one payment mode (the quick way) or to split the payment between several payment mode
* Computation of the amount of money to return. * Computation of the amount of money to return
* Create and confirm picking list automatically. * Create and confirm picking list automatically
* Allow the user to create invoice automatically. * Allow the user to create invoice automatically
* Allow to refund former sales. * Allow to refund former sales
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'images': ['images/cash_registers.jpeg', 'images/pos_analysis.jpeg','images/register_analysis.jpeg','images/sale_order_pos.jpeg','images/product_pos.jpeg'], 'images': ['images/cash_registers.jpeg', 'images/pos_analysis.jpeg','images/register_analysis.jpeg','images/sale_order_pos.jpeg','images/product_pos.jpeg'],

View File

@ -26,8 +26,8 @@
'author' : "OpenERP SA", 'author' : "OpenERP SA",
'category': 'Portal', 'category': 'Portal',
'description': """ 'description': """
This module defines 'portals' to customize the access to your OpenERP database This module defines 'portals' to customize the access to your OpenERP database for external users.
for external users. ==================================================================================================
A portal defines customized user menu and access rights for a group of users A portal defines customized user menu and access rights for a group of users
(the ones associated to that portal). It also associates user groups to the (the ones associated to that portal). It also associates user groups to the

View File

@ -28,8 +28,8 @@
This module shows the basic processes involved in the selected modules and in the sequence they occur. This module shows the basic processes involved in the selected modules and in the sequence they occur.
====================================================================================================== ======================================================================================================
Note: This applies to the modules containing modulename_process.xml Note: This applies to the modules containing modulename_process.xml.
e.g product/process/product_process.xml e.g product/process/product_process.xml.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',

View File

@ -32,17 +32,16 @@
This is the base module for managing products and pricelists in OpenERP. This is the base module for managing products and pricelists in OpenERP.
======================================================================== ========================================================================
Products support variants, different pricing methods, suppliers Products support variants, different pricing methods, suppliers information,
information, make to stock/order, different unit of measures, make to stock/order, different unit of measures, packaging and properties.
packaging and properties.
Pricelists support: Pricelists support:
* Multiple-level of discount (by product, category, quantities) * Multiple-level of discount (by product, category, quantities)
* Compute price based on different criteria: * Compute price based on different criteria:
* Other pricelist, * Other pricelist
* Cost price, * Cost price
* List price, * List price
* Supplier price, ... * Supplier price
Pricelists preferences by product and/or partners. Pricelists preferences by product and/or partners.

View File

@ -29,9 +29,11 @@ This module lets you calculate discounts on Sale Order lines and Invoice lines b
To this end, a new check box named "Visible Discount" is added to the pricelist form. To this end, a new check box named "Visible Discount" is added to the pricelist form.
Example: Example:
For the product PC1 and the partner "Asustek": if listprice=450, and the price calculated using Asustek's pricelist is 225 For the product PC1 and the partner "Asustek": if listprice=450, and the price
If the check box is checked, we will have on the sale order line: Unit price=450, Discount=50,00, Net price=225 calculated using Asustek's pricelist is 225. If the check box is checked, we
If the check box is unchecked, we will have on Sale Order and Invoice lines: Unit price=225, Discount=0,00, Net price=225 will have on the sale order line: Unit price=450, Discount=50,00, Net price=225.
If the check box is unchecked, we will have on Sale Order and Invoice lines:
Unit price=225, Discount=0,00, Net price=225.
""", """,
"depends": ["sale"], "depends": ["sale"],
"demo_xml": [], "demo_xml": [],

View File

@ -36,7 +36,7 @@ Project Management module tracks multi-level projects, tasks, work done on tasks
It is able to render planning, order tasks. It is able to render planning, order tasks.
Dashboard for project management that includes: Dashboard for project management that includes:
-------------------------------------------- -----------------------------------------------
* List of My Open Tasks * List of My Open Tasks
* Graph of My Remaining Hours by Project * Graph of My Remaining Hours by Project
""", """,

View File

@ -31,14 +31,18 @@
Long Term Project management module that tracks planning, scheduling, resources allocation. Long Term Project management module that tracks planning, scheduling, resources allocation.
=========================================================================================== ===========================================================================================
Features Features:
-------- ---------
* Manage Big project. * Manage Big project
* Define various Phases of Project. * Define various Phases of Project
* Compute Phase Scheduling: Compute start date and end date of the phases which are in draft,open and pending state of the project given. * Compute Phase Scheduling: Compute start date and end date of the phases
If no project given then all the draft,open and pending state phases will be taken. which are in draft, open and pending state of the project given. If no
* Compute Task Scheduling: This works same as the scheduler button on project.phase. It takes the project as argument and computes all the open,draft and pending tasks. project given then all the draft, open and pending state phases will be taken.
* Schedule Tasks: All the tasks which are in draft,pending and open state are scheduled with taking the phase's start date * Compute Task Scheduling: This works same as the scheduler button on
project.phase. It takes the project as argument and computes all the open,
draft and pending tasks.
* Schedule Tasks: All the tasks which are in draft, pending and open state
are scheduled with taking the phase's start date.
""", """,
"init_xml": [], "init_xml": [],
"demo_xml": ["project_long_term_demo.xml"], "demo_xml": ["project_long_term_demo.xml"],

View File

@ -29,19 +29,17 @@
"images": ["images/project_mailgate_task.jpeg"], "images": ["images/project_mailgate_task.jpeg"],
"depends": ["project", "mail"], "depends": ["project", "mail"],
"description": """ "description": """
This module can automatically create Project Tasks based on incoming emails This module can automatically create Project Tasks based on incoming emails.
=========================================================================== ============================================================================
Allows creating tasks based on new emails arriving at a given mailbox, Allows creating tasks based on new emails arriving at a given mailbox,
similarly to what the CRM application has for Leads/Opportunities. similarly to what the CRM application has for Leads/Opportunities.
There are two common alternatives to configure the mailbox integration: There are two common alternatives to configure the mailbox integration:
* Install the ``fetchmail`` module and configure a new mailbox, then select
* Install the ``fetchmail`` module and configure a new mailbox, then select ``Project Tasks`` as the target for incoming emails.
``Project Tasks`` as the target for incoming emails. * Set it up manually on your mail server based on the 'mail gateway' script
* Set it up manually on your mail server based on the 'mail gateway' script provided in the ``mail`` module - and connect it to the `project.task` model.
provided in the ``mail`` module - and connect it to the `project.task` model.
""", """,
"init_xml": [], "init_xml": [],
"update_xml": ["security/ir.model.access.csv", "update_xml": ["security/ir.model.access.csv",

View File

@ -25,27 +25,26 @@
'version': '1.0', 'version': '1.0',
"category": "Project Management", "category": "Project Management",
'description': """ 'description': """
Automatically creates project tasks from procurement lines Automatically creates project tasks from procurement lines.
========================================================== ===========================================================
This module will automatically create a new task for each procurement This module will automatically create a new task for each procurement order line
order line (e.g. for sale order lines), if the corresponding product (e.g. for sale order lines), if the corresponding product meets the following
meets the following characteristics: characteristics:
* Type = Service * Type = Service
* Procurement method (Order fulfillment) = MTO (make to order) * Procurement method (Order fulfillment) = MTO (make to order)
* Supply/Procurement method = Produce * Supply/Procurement method = Produce
If on top of that a projet is specified on the product form (in the Procurement If on top of that a projet is specified on the product form (in the Procurement
tab), then the new task will be created in that specific project. tab), then the new task will be created in that specific project. Otherwise, the
Otherwise, the new task will not belong to any project, and may be added to a new task will not belong to any project, and may be added to a project manually
project manually later. later.
When the project task is completed or cancelled, the workflow of the corresponding When the project task is completed or cancelled, the workflow of the corresponding
procurement line is updated accordingly. For example if this procurement corresponds procurement line is updated accordingly. For example, if this procurement corresponds
to a sale order line, the sale order line will be considered delivered when the to a sale order line, the sale order line will be considered delivered when the
task is completed. task is completed.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -27,7 +27,8 @@
Changes dates according to change in project End Date. Changes dates according to change in project End Date.
====================================================== ======================================================
If end date of project is changed then the deadline date and start date for all the tasks will change accordingly. If end date of project is changed then the deadline date and start date for all
the tasks will change accordingly.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['base', 'project'], 'depends': ['base', 'project'],

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