← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 565900] Re: customizable values for CI, SI, PO

 

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

-- 
customizable values for CI,SI,PO
https://bugs.launchpad.net/bugs/565900
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: Opinion

Bug description:
IMHO these strings must be customizable - these abbreviations do not mean anything for non English speaking
(may be others ...)

 find . -name "*py" | xargs grep 'PO:'
./purchase/purchase.py:                        'name': 'PO:'+order_line.name,

 find . -name "*py" | xargs grep 'SI:'
./account/report/general_ledger.py:                'in_invoice': 'SI: ',
./account/report/general_ledger_landscape.py:                'in_invoice': 'SI: ',
./account/invoice.py:                'in_invoice': 'SI: ',

find . -name "*py" | xargs grep 'CI:'
./account/report/general_ledger.py:                'out_invoice': 'CI: ',
./account/report/general_ledger_landscape.py:                'out_invoice': 'CI: ',
./account/invoice.py:                'out_invoice': 'CI: ',