Repository
OCA/l10n-belgium · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules/Accounting
Folder size
0.28 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.acsone.eu
Last tracking update
2026-08-07 07:17:53
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
Python dependencies
lxml, xlrd, xlwt
System dependencies
None
Required by
None
Description
Companyweb - Know who you are dealing with
==========================================

This module provides access to financial health information about Belgian
companies right from the OpenERP Customer form. Information is obtained
from the Companyweb database (www.companyweb.be).

You must be a Companyweb customer to use this module in production.
Please visit www.companyweb.be and use login 'cwacsone',
with password 'demo' to obtain test credentials.

Main Features
-------------
* Obtain crucial information about Belgian companies,
  based on their VAT number: name, address,
  credit limit, health barometer, financial informations
  such as turnover or equity capital, and more.
* Update address and credit limit in your OpenERP database.
* Generate reports about payment habits of your customers.
* Access to detailed company information on www.companyweb.be.

Technical information
---------------------
This module depends on module account_financial_report_webkit which
provides an accurate algorithm for open invoices report.

Contributors
------------
* Stéphane Bidoul <stephane.bidoul@acsone.eu>
* Adrien Peiffer <adrien.peiffer@acsone.eu>

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
companyweb_config_settings companyweb.settings account.companyweb.config.settings form New
partner_form_companyweb res.partner.form.companyweb.inherit res.partner form Inherits base.view_partner_form
report_view_wizard account.companyweb.report.form account.companyweb.report.wizard form New
wizard_account_companyweb account.companyweb.wizard.form account.companyweb.wizard form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (5)
  • get_default_companyweb_login(self, cr, uid, fields_name, context=None)
  • get_default_companyweb_pswd(self, cr, uid, fields_name, context=None)
  • init(self, cr, force=False)
  • set_default_companyweb_login(self, cr, uid, ids, context=None)
  • set_default_companyweb_pswd(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (2)
  • create_createdSalesDocs(self, cr, uid, ids, context=None)
  • create_openSalesDocs(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (2)
  • get_update_values(self, cr, uid, ids, wizard, context=None)
    This method is designed to be inherited to add some field to update on res.partner
  • update_information(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (2)
  • button_companyweb(self, cr, uid, ids, context=None)
  • companyweb_information(self, cr, uid, ids, vat_number, context=None)

Loading…

Loading…

Loading…