odoo/addons/account_report_company
Matthieu Dietrich f2c807d99d [IMP] account_report_company: performance on partner name_search
The field display_name is present in account_report_company but not in base
on the res.partner (has been added in v8 in base).
Create a hook method to keep using the slow CASE in base and switch to the
faster display_name when installing account_report_company.
2015-07-02 14:10:23 +02:00
..
i18n [I18N] Update translations from Transifex 2015-05-29 18:28:10 +02:00
report [FIX] res.partner: rename commercial_id to commercial_partner_id, following corresponding change in `base` 2013-04-18 17:40:22 +02:00
__init__.py [IMP] account_report_company: make res.partner.commercial_partner_id field stored, for further reporting needs 2013-04-19 15:43:35 +02:00
__openerp__.py [IMP] account_report_company: use `display_name` instead of name in kanban and list views, so labels visually match order 2013-04-19 19:18:53 +02:00
account_invoice_view.xml [FIX] res.partner: rename commercial_id to commercial_partner_id, following corresponding change in `base` 2013-04-18 17:40:22 +02:00
account_report_company.py [IMP] account_report_company: performance on partner name_search 2015-07-02 14:10:23 +02:00
res_partner_view.xml [FIX] account_report_company: be more conservative and hide the `name` field instead of removing it from list view 2013-04-22 16:15:18 +02:00