Commit Graph

89 Commits

Author SHA1 Message Date
Antonin Bourguignon 59aa37f0e4 [IMP] all the warning messages now start with 'Warning\!' (not 'Warning' or 'Warning \!')
bzr revid: abo@openerp.com-20120807113414-7mryqyt3jnq8shsa
2012-08-07 13:34:14 +02:00
Antonin Bourguignon 8a64e7580a [IMP] all the error messages now start with 'Error\!' (not 'Error' or 'Error \!')
bzr revid: abo@openerp.com-20120807113137-44vehm0mthqawlo3
2012-08-07 13:31:37 +02:00
Antonin Bourguignon b0e8ae4c7d [IMP] error messages
fix errors ending with an exclamation point; use a point instead
remove uniques (or almost) error messages titles, like 'Encoding Error' (1 occurrence in addons), 'Integrity Error' (1 occurrence in addons), 'Report Name' (1 occurrence in addons), 'Value Error' (1 occurrence in addons), 'Wrong Period Code' (1 occurrence in addons); replace these with 'Error'
add newline character after some messages titles, when necessary
fix 'UserError': should be 'User Error'
remove spaces before exclamation marks
add capital letters to messages titles words (e.g.: 'Invalid action' becomes 'Invalid Action')

bzr revid: abo@openerp.com-20120807110616-u3nlnybtgaebro18
2012-08-07 13:06:16 +02:00
pso (OpenERP) 773c2d5c63 [MERGE] Merge with main branch
bzr revid: pso@tinyerp.com-20120801064711-y90iik5ialfdnfft
2012-08-01 12:17:11 +05:30
Quentin (OpenERP) 9dab28d36e [FIX] hr_timesheet_invoice: name_get() only support to receive a list of ids as parameter
bzr revid: qdp-launchpad@openerp.com-20120726123158-08ajmydd95ixpp2d
2012-07-26 14:31:58 +02:00
Quentin (OpenERP) 130de4f1a3 [FIX] hr_timesheet_invoice: error in sql query introduced in previous commit
bzr revid: qdp-launchpad@openerp.com-20120726115927-6qys36d1eecqfmuj
2012-07-26 13:59:27 +02:00
Quentin (OpenERP) 6c1bc3975e [FIX] hr_timesheet_invoice: when reinvoicing costs, force the product should set the product on analytic lines without any + code refactoring and better warning message
lp bug: https://launchpad.net/bugs/976223 fixed

bzr revid: qdp-launchpad@openerp.com-20120726113530-rx713dc6sxy1cu2b
2012-07-26 13:35:30 +02:00
pso (OpenERP) e5da0e191b [MERGE] Merged with main branch
bzr revid: pso@tinyerp.com-20120725125332-7qe6b3l0fjryast2
2012-07-25 18:23:32 +05:30
Saurang Suthar(OpenERP) 25d650e96e [IMP] Improved warning messages for hr* modules
bzr revid: pso@tinyerp.com-20120725121354-hypwxo74c43jm5gp
2012-07-25 17:43:54 +05:30
pso (OpenERP) fc26f3975d [IMP] Improved warning messages/exceptions of hr modules
bzr revid: pso@tinyerp.com-20120716091918-hua9cjnv21nqa2yl
2012-07-16 14:49:18 +05:30
Purnendu Singh (OpenERP) e5ae685374 [MERGE] merge with main addons
bzr revid: psi@tinyerp.com-20120713130824-r6p6d28u1h3c7nol
bzr revid: psi@tinyerp.com-20120716052129-2lj20gqc7zuyet1s
2012-07-16 10:51:29 +05:30
Fabien Pinckaers 16cce23c1a [IMP] invoice layout + merge note&name
bzr revid: fp@openerp.com-20120714203623-9n1iap9hplafnjp9
2012-07-14 22:36:23 +02:00
Pinakin Nayi (OpenERP) 881148d4b1 [IMP]hr-warning-message
bzr revid: pna@tinyerp.com-20120713121613-poze6x6838cr9xpe
2012-07-13 17:46:13 +05:30
Rajesh Prajapati (OpenERP) 71122ae47a [IMP]tooltip : I have changed the tooltip of fields as suggested
bzr revid: rpr@tinyerp.com-20120713101751-zokuph2bcpcmlfc5
2012-07-13 15:47:51 +05:30
Pinakin Nayi (OpenERP) 27226c12b2 [IMP]hr-warning-message
bzr revid: pna@tinyerp.com-20120713070425-b3envibswfdt6umq
2012-07-13 12:34:25 +05:30
Sbh (Open ERP) 0fa923b8d8 [Fix] hr_timesheet_invoice:remove warning message for address field
bzr revid: kjo@tinyerp.com-20120321122537-l5zj0cr790xwjnm1
2012-03-21 17:55:37 +05:30
Bhumika (OpenERP) 7419c49725 [Fix] remove unused field referce
bzr revid: sbh@tinyerp.com-20120307104530-wjmgyaj4c9ocrd5i
2012-03-07 16:15:30 +05:30
Fabien Pinckaers 36acb24ce4 [IMP] Contract management + fixes
bzr revid: fp@tinyerp.com-20111116145958-pzp36c49wh6028p9
2011-11-16 15:59:58 +01:00
Ferdinand b84248c04c [FIX] hr_timesheet_invoice : Added Configuration Error when no income account is set for service product
lp bug: https://launchpad.net/bugs/838887 fixed

bzr revid: bde@tinyerp.com-20110908092229-2fg0xixgpjgsdjwm
2011-09-08 14:52:29 +05:30
Olivier Dony 560915cb68 [MERGE] merged latest fixes from 6.0 up to r.4556
Rev 4556 = revision-id: jvo@tinyerp.com-20110502133745-s1zyed65h6ojwkvk.

bzr revid: odo@openerp.com-20110502184643-d3qzosqdurscd51i
2011-05-02 20:46:43 +02:00
Jay Vora (OpenERP) cacca76c57 [MERGE] Merged Anup's branch for the fix of invoice created for analyric lines(case 5267). This also covers the fix for the bug lp:728092. Pricelist calculation corrected
lp bug: https://launchpad.net/bugs/728092 fixed

bzr revid: jvo@tinyerp.com-20110421074529-7p3ts8v1w285jzmg
2011-04-21 13:15:29 +05:30
Anup (OpenERP) 58a9ccd223 [FIX] product,hr_timesheet_invoice : Invoicing analytic lines(timesheet lines) were calculating wrong prices for product (Support SaaS Case : 5267)
bzr revid: ach@tinyerp.com-20110419073135-az6tvqgfbepkr94c
2011-04-19 13:01:35 +05:30
pso (OpenERP) cf91e73c54 [FIX] hr_timesheet_invoice: Fixed bug of recreating invoice if invoice already exists
lp bug: https://launchpad.net/bugs/751269 fixed

bzr revid: pso@tinyerp.com-20110412092115-nz5zelrazbk3og7y
2011-04-12 14:51:15 +05:30
Quentin (OpenERP) 9b351c8d5d [FIX] hr_timesheet_invoice: fixed error when invoicing (due to previous merge on osv_memory)
bzr revid: qdp-launchpad@openerp.com-20110315145931-zlle0u5ybzzep434
2011-03-15 15:59:31 +01:00
Sbh (OpenERP) b8b2ac99da [Fix] fix buildbot Warnings
bzr revid: sbh@tinyerp.com-20101221084941-49jujlav0nw7e2eh
2010-12-21 14:19:41 +05:30
PSI(OpenERP) 6de75adc3e [FIX] hr_timesheet_invoice: Wrong date format in Invoice on analytic entries
lp bug: https://launchpad.net/bugs/587940 fixed

bzr revid: mra@mra-laptop-20101207111519-76v7ogqbr7k28w1u
2010-12-07 16:45:19 +05:30
vth cd8e9de724 [REF] hr_*
bzr revid: vth@tinyerp.com-20101027124959-phubwje70rmbec4p
2010-10-27 18:19:59 +05:30
Fabien Pinckaers b3a6611ee0 [IMP] better useability
bzr revid: fp@tinyerp.com-20101012215940-yvnh0sog8voxiz85
2010-10-12 23:59:40 +02:00
Fabien Pinckaers 67999a7e4e [IMP] billing project hours useable
bzr revid: fp@tinyerp.com-20101004232308-pvzlua2cyra2kvqp
2010-10-05 01:23:08 +02:00
RHA (Open ERP) d5ad0b8ff1 [CLEAN]: Removed commented codes, unnecessary spaces.
bzr revid: uco@tinyerp.com-20100819115157-sfsmbnjdgpp4wl12
2010-08-19 17:21:57 +05:30
PSI(Openerp) a0e9f8d2b7 [IMP] HR related modules yaml
bzr revid: mra@mra-laptop-20100730085935-7m1d0km3li9ehrva
2010-07-30 14:29:35 +05:30
PSI (OpenERP) 4b1348a989 [IMP] hr related modules improvements
bzr revid: mra@mra-laptop-20100727071145-4n3z9i1jj1zosp8z
2010-07-27 12:41:45 +05:30
Jay (Open ERP) f46f7a770b [FIX] Hr_timesheet_invoice : Corrected order or notes and uom i18n for invoice of analytic entries
bzr revid: jvo@tinyerp.com-20100701160516-0q042murztf74dwt
2010-07-01 21:35:16 +05:30
qdp-launchpad@tinyerp.com 8e199aadc8 [IMP] account, hr_attendance, hr_timesheet: typo, remove empty lines
[FIX] account_coda: remove wrong comment

bzr revid: qdp-launchpad@tinyerp.com-20100618135520-b1k3la6hsfxs7xuh
2010-06-18 15:55:20 +02:00
Mustufa Rangwala 3be7801205 [MERGE] merge with trunk addons and remove conficts
bzr revid: mra@mra-laptop-20100618083859-5jbrk4u9l2vojxu6
2010-06-18 14:08:59 +05:30
vra bf8d2a73c0 [IMP][REF] Sql-injection changes, remove print statement, some space improvement.
bzr revid: vra@tinyerp.com-20100616115139-cql5oiqf622spa6p
2010-06-16 17:21:39 +05:30
JMA (OpenERP) 4cf1362e3b [FIX] Security fixes for sql injections
bzr revid: jma@tinyerp.com-20100610133419-fwbc1xp0xoq77n90
2010-06-10 19:04:19 +05:30
atp (Open ERP) a7172a010a [ADD]: hr_timesheet_invoice: create yaml for hr_timesheet_invoice module.
bzr revid: atp@tinyerp.co.in-20100531074135-m3eaf6rf7gul520r
2010-05-31 13:11:35 +05:30
mra (Open ERP) 33bd32903c [ADD] hr_timesheet_invoice: Create invoice for analytic lines=> osv memory
bzr revid: mra@tinyerp.com-20100422103440-960ki0xp1lwygzb1
2010-04-22 16:04:40 +05:30
Fabien Pinckaers f8d3d3b84f [IMP] simplified views
bzr revid: fp@tinyerp.com-20100418153244-e8o5p2gxubw4m6t4
2010-04-18 17:32:44 +02:00
nel@tinyerp.com d433c53595 [IMP] Improve layout
bzr revid: nel@tinyerp.com-20100329114535-th525ey9uv9at6ws
2010-03-29 13:45:35 +02:00
HDA (OpenERP) 93bd614c8e merged to remove sql injection
bzr revid: hda@tinyerp.com-20100201082939-fj0u5f0pvlgq7j3k
2010-02-01 13:59:39 +05:30
HDA (OpenERP) 0b2bb31992 Merge from stable
bzr revid: hda@tinyerp.com-20100121151350-58pcefq2tdw2ge2l
2010-01-21 20:43:50 +05:30
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
VRA,JVO 19f772dcff [FIX] Hr_timesheet_invoice : Line once invoiced,should not be invoiced again
lp bug: https://launchpad.net/bugs/440248 fixed

bzr revid: jvo@tinyerp.com-20091210094049-2w1lkfac1b6kykdr
2009-12-10 15:10:49 +05:30
Panos Christeas 8d0b4a7418 [MERGE] merge from lp:~xrg/openobject-addons/doc2-5.2
bzr revid: hmo@tinyerp.com-20091126135400-z32iycvadbt9so8n
2009-11-26 19:24:00 +05:30
nch@tinyerp.com 486352c771 [IMP]:hr_timesheet_invoice sql queries to parameterized query
bzr revid: nch@tinyerp.com-20091126070714-rn464yyoz7rr72gz
2009-11-26 12:37:14 +05:30
Harry (Open ERP) 1256d1c8ee [merge] merge stable/5.0 branch
bzr revid: hmo@tinyerp.com-20091104064625-8ufxibenj12wxj3o
2009-11-04 12:16:25 +05:30
Jay (Open ERP) df9f5fb23c [FIX] Hr_timesheet_invoice : Wrong domain was sent for opening invoices created
lp bug: https://launchpad.net/bugs/450180 fixed

bzr revid: jvo@tinyerp.com-20091015145125-98o562uxoafp7m3t
2009-10-15 20:21:25 +05:30
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30