Commit Graph

44 Commits

Author SHA1 Message Date
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
Kuldeep Joshi (OpenERP) 3c50eb017a [IMP] set logging.getLogger(__name__)
bzr revid: kjo@tinyerp.com-20120622064854-5f6fss55k7305e8q
2012-06-22 12:18:54 +05:30
Fabien Pinckaers 5c791531aa [IMP] improved typos
bzr revid: fp@tinyerp.com-20120522161055-6013qr1s4p773hoj
2012-05-22 18:10:55 +02:00
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Jagdish Panchal (Open ERP) 29918c6418 [IMP] rename UOM to Unit of Measure everywhere in sale,stock,purchase,project_long_term and project_planning
bzr revid: jap@tinyerp.com-20120425120908-z13f1k2an7q01b8j
2012-04-25 17:39:08 +05:30
Fabien Pinckaers 6aa1e416da [IMP] indexes on _order
bzr revid: fp@tinyerp.com-20111221221504-dcj2l8x2xstqmccs
2011-12-21 23:15:04 +01:00
Mayur Maheshwari (OpenERP) b439bc1606 [FIX]All: create an index for the column on require table
lp bug: https://launchpad.net/bugs/901474 fixed

bzr revid: mma@tinyerp.com-20111209060308-muefwlr323ji4kk7
2011-12-09 11:33:08 +05:30
Bogdan Stanciu e19e1fe100 [FIX] some product_qty fields are set with hardcoded decimal precision, and some without. I added dp on all occurrences of product_qty.
lp bug: https://launchpad.net/bugs/884179 fixed

bzr revid: bogdanovidiu.stanciu@gmail.com-20111031113830-drdqvvrz032nrzh4
2011-10-31 12:38:30 +01:00
Olivier Dony d81837fac6 [MERGE] synch with latest trunk
bzr revid: odo@openerp.com-20110922162538-x7xucux66zma5bp8
2011-09-22 18:25:38 +02:00
Vo Minh Thu 5d152edf6d [IMP] stock_planning: use a many2many instead of one2many (from transient model to model).
bzr revid: vmt@openerp.com-20110922121248-v6vzt0ncstp3obmf
2011-09-22 14:12:48 +02:00
Fabien Pinckaers 99a72c7792 [Useability] improved error message
bzr revid: fp@tinyerp.com-20110918134116-2vvdelak2268j6pz
2011-09-18 15:41:16 +02:00
Olivier Dony 0d79cb5259 [MERGE] stock_planning: a few bugfixes, better help/tooltips, cleanup, most of it courtesy of Grzegorz Grzelak (OpenGLOBE.pl)
Also removed some dead code, fixed views, and changed deprecated
dependency on HR module to CRM module. The latter was only used
to select a department, i.e. a group of users.  Using sales teams
from CRM is more suited, as the goal is to make Sales Forecast.

bzr revid: odo@openerp.com-20110916203230-pm5qtmbmw6x5lfg2
2011-09-16 22:32:30 +02:00
Vo Minh Thu 036af85fd2 [FIX] stock_planning: add a many2one corresponding to a one2many.
Perhaps it should be replaced by a many2many to keep the table schema clean.

bzr revid: vmt@openerp.com-20110829121644-2uwuy9p5328z3pml
2011-08-29 14:16:44 +02:00
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
Rifakat Haradwala (Open ERP) 5860907e8e [FIX] : stock: use string formatting instead of concatenation
lp bug: https://launchpad.net/bugs/684741 fixed

bzr revid: rha@tinyerp.com-20110303132714-xbng87llhw9knrfq
2011-03-03 18:57:14 +05:30
grzegorz.grzelak@cirrus.pl c338ac164d [FIX] Last day of period problem
bzr revid: grzegorz.grzelak@cirrus.pl-20110201082315-rl7id7cb3jpq1baw
2011-02-01 09:23:15 +01:00
grzegorz.grzelak@cirrus.pl ba69c9f7d6 [REF] modification for new 6.0 lookout
bzr revid: grzegorz.grzelak@cirrus.pl-20110121091305-a4cq8oahe3k8xks7
2011-01-21 10:13:05 +01:00
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 8035df3e11 [IMP]: Added context=None in function argument for rest modules.
bzr revid: uco@tinyerp.com-20101122103753-idv9fdaqc28rvugu
2010-11-22 16:07:53 +05:30
sbh (Open ERP) 7b1b073941 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20100930052813-81bdbjinqnf1ws0y
2010-09-30 10:58:13 +05:30
Harry (OpenERP) 6e8fd319e6 [FIX] stock_planning, hr_attendance: resolve regression after rev:4139
bzr revid: hmo@tinyerp.com-20100929151620-jegi95j2kqnbufqr
2010-09-29 20:46:20 +05:30
aag (OpenERP) 7b2e3875b1 [REMOVE]: mx.Date from trunk
bzr revid: aag@tinyerp.co.in-20100929080501-j7hqsb3qfftp6qbo
2010-09-29 13:35:01 +05:30
sbh (Open ERP) a94078f37f [IMP] mrp_repair,stock_location,stock_planning: Rename the date_planned to date in stock_move
bzr revid: sbh@tinyerp.com-20100921125029-2jm2exk7b66k8rvb
2010-09-21 18:20:29 +05:30
uco (Open ERP) baf4edf582 [REF] stock_planning: Small refactoring.
bzr revid: uco@tinyerp.com-20100804101841-6e0pr3mtm650ioej
2010-08-04 15:48:41 +05:30
uco (Open ERP) eeb042bfbc [REF] stock_planning: Code refactored.
bzr revid: uco@tinyerp.com-20100804094820-134jx1e9fnw1iyl3
2010-08-04 15:18:20 +05:30
uco (Open ERP) 60405bcf9b [IMP] stock_planning: Cleaning module, removed comments.
bzr revid: uco@tinyerp.com-20100804050409-trve7krhf5glxjve
2010-08-04 10:34:09 +05:30
uco (Open ERP) b2230e7244 [IMP] stock_planning: Improved code to forecast stock department wise. Small code refactoring.
bzr revid: uco@tinyerp.com-20100730071920-naz8huq06okb37g9
2010-07-30 12:49:20 +05:30
uco (Open ERP) a913ec8e89 [IMP] stock_planning: View improvements. Added search view. Help added for Create periods wizard fields.
bzr revid: uco@tinyerp.com-20100730054112-oy7e0pyk9zchr0mq
2010-07-30 11:11:12 +05:30
uco (Open ERP) fdd8a0ff7c [REF] stock_planning: Changed licenses.
bzr revid: uco@tinyerp.com-20100728124215-7txzrgg7fucz95bd
2010-07-28 18:12:15 +05:30
uco (Open ERP) 4a6e930967 [MERGE]
bzr revid: uco@tinyerp.com-20100726045014-visykrnftlghnjmb
2010-07-26 10:20:14 +05:30
PSI (Openerp) 9c0ae10d6a [IMP] hr and its related modules improvements
bzr revid: mra@mra-laptop-20100721123948-r2fi24sbelnfk7pr
2010-07-21 18:09:48 +05:30
uco 6d5f567d18 [IMP] stock_planning: Separated osv_memory wizards into wizard folder.
bzr revid: uco@tinyerp.com-20100716051123-3yyrjsoyu0fgwqor
2010-07-16 10:41:23 +05:30
uco 0f352e33e9 [FIX, IMP] stock_planning: Create Periods wizard error. Improved methods.
bzr revid: uco@tinyerp.com-20100715120943-tfiymtgi7poe2do3
2010-07-15 17:39:43 +05:30
Mustufa Rangwala 6a21b5d661 [FIX] stock_planning: Fix for onchange of unsaved records and misc improvements (ref: MTR)
bzr revid: mra@mra-laptop-20100701102821-no3ex2y7h9ka657w
2010-07-01 15:58:21 +05:30
sbh (Open ERP) 3660bd3cbc [IMP] stock_planning: set the import statement
bzr revid: sbh@tinyerp.com-20100623103901-hbgtljt05ea8mbwi
2010-06-23 16:09:01 +05:30
sbh (Open ERP) 0a685f06f0 [Fix] stock_planning: Rename the menu
bzr revid: sbh@tinyerp.com-20100623094044-4b720vsrlidc7f1l
2010-06-23 15:10:44 +05:30
sbh (Open ERP) bc84ee95c6 [Fix] stock_planning: Fix the ids problem in query
bzr revid: sbh@tinyerp.com-20100623092720-bbtrtbxcjdtg0xjo
2010-06-23 14:57:20 +05:30
sbh (Open ERP) c10374dced [Fix] stock_planning: set deafault rounding value=1 and fix the name
bzr revid: sbh@tinyerp.com-20100618111959-a0wlza1r8z6bmy46
2010-06-18 16:49: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
uco (OpenERP) fb6d7e5b9b [IMP] procurment: Task ID-819: mrp_procurement should be renamed in procurement : renamed 'mrp.procurment' object to 'procurement.order'.
bzr revid: uco@tinyerp.com-20100527124706-uptnmyrdopc9yht9
2010-05-27 18:17:06 +05:30
uco (OpenERP) cadae704f0 [REF] stock_planning: Refactored code for wizards to open with search view of particular object.
bzr revid: uco@tinyerp.com-20100518061223-8pi0zpd76p6gq2vg
2010-05-18 11:42:23 +05:30
sbh (Open ERP) 8cd69ba5a9 [Merge] stock_planing : Merge with https://code.launchpad.net/~grzechu.g/openobject-addons/x_trunk_stock_planning_new
bzr revid: sbh@tinyerp.com-20100315085828-gmlgntpnl03wnpy3
2010-03-15 14:28:28 +05:30
uco (OpenERP) d49417c9ed [ADD, IMP] stock_planning: Added a new module from trunk-extra-addons. Improved views. Improved security rules.
bzr revid: uco@tinyerp.co.in-20100311130502-xzg70ys4t2fs7gnl
2010-03-11 18:35:02 +05:30