odoo/addons/account_report_company
Olivier Dony b91cd6127a [REVERT] account_report_company: undo override of res.partner.commercial_partner_id field to store it, as the ORM does not support it and it's not strictly necessary
It works when installing the module but would break
everytime another module that inherits from res.partner
is installed/update from command-line (e.g. -i/-u crm),
as account_report_company is low in the dependency graph
so the field is dropped when the ORM notices that
the current field definition is not stored.
This can be solved in trunk by making the field stored
directly in 'base'.

bzr revid: odo@openerp.com-20130420015003-8y48xrb14cjif60w
2013-04-20 03:50:03 +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 [REVERT] account_report_company: undo override of res.partner.commercial_partner_id field to store it, as the ORM does not support it and it's not strictly necessary 2013-04-20 03:50:03 +02:00
res_partner_view.xml [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