c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03130
[Bug 661770] Re: V5 and trunk - invoices - display statement_id in "Payments" tab
Hello,
thanks to the name of the account move wich does now reflect the object
it's coming from, we don't need this column to be displayed.
Nevertheless thanks for the contribution,
Quentin
** Changed in: openobject-addons
Status: New => Won't Fix
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)
--
V5 and trunk - invoices - display statement_id in "Payments" tab
https://bugs.launchpad.net/bugs/661770
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: Won't Fix
Bug description:
for easy access to physical documents it is necessary to display the statement_id in "Payments"
(as it is still not possible to open m2m lines)
=== modified file 'account/account_invoice_view.xml'
--- account/account_invoice_view.xml 2010-07-23 12:28:16 +0000
+++ account/account_invoice_view.xml 2010-10-16 15:19:43 +0000
@@ -219,6 +219,7 @@
<field name="ref"/>
<field name="name"/>
<field name="journal_id"/>
+ <field name="statement_id"/>
<field name="debit"/>
<field name="credit"/>
<field name="amount_currency"/>
@@ -306,6 +307,7 @@
<field name="ref"/>
<field name="name"/>
<field name="journal_id" groups="base.group_user"/>
+ <field name="statement_id" />
<field name="debit"/>
<field name="credit"/>
<field name="amount_currency"/>
References