openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #04307
[Bug 1286483] [NEW] reference instead supplier invoice number in voucher line
Public bug reported:
when paying a supplier invoice, with voucher, may be useful to show
supplier invoice number instead of ref, only for supplier invoice.
I think this could be done in action_move_create in account.py
row 1024
'ref': (inv.supplier_invoice_number and
inv.supplier_invoice_number or
(inv.reference and inv.reference or inv.name)),
** Affects: ocb-addons
Importance: Undecided
Status: New
** Patch added: "patch-sup-inv-name.patch"
https://bugs.launchpad.net/bugs/1286483/+attachment/4001951/+files/patch-sup-inv-name.patch
--
You received this bug notification because you are a member of OpenERP
Community Backports Team, which is subscribed to OpenERP Community
Backports (Addons).
https://bugs.launchpad.net/bugs/1286483
Title:
reference instead supplier invoice number in voucher line
Status in OpenERP Community Backports (Addons):
New
Bug description:
when paying a supplier invoice, with voucher, may be useful to show
supplier invoice number instead of ref, only for supplier invoice.
I think this could be done in action_move_create in account.py
row 1024
'ref': (inv.supplier_invoice_number and
inv.supplier_invoice_number or
(inv.reference and inv.reference or inv.name)),
To manage notifications about this bug go to:
https://bugs.launchpad.net/ocb-addons/+bug/1286483/+subscriptions
Follow ups
References