Commit Graph

72977 Commits

Author SHA1 Message Date
niv-openerp 42e493e73e Added Gruntfile with jshint and corrected most js errors
bzr revid: nicolas.vanhoren@openerp.com-20130725100749-0i82gf3k3nvt4r44
2013-07-25 12:07:49 +02:00
niv-openerp b105770bbc [IMP] removed hack to force disable the browser's cache and use http headers instead
bzr revid: nicolas.vanhoren@openerp.com-20130724151929-8j1bo1ae64lwkxdw
2013-07-24 17:19:29 +02:00
Denis Ledoux a3f57cd43b [FIX]ir_attachement: if res_id = 0, allow to read if allowed to read model
bzr revid: dle@openerp.com-20130724130936-u1payhg18hcssj0z
2013-07-24 15:09:36 +02:00
niv-openerp 7db84a3a72 [IMP] Simplified db detection by removing 'db' http parameter handling in http.py to put it in main.py
bzr revid: nicolas.vanhoren@openerp.com-20130724130036-owht2qy2aayynpoi
2013-07-24 15:00:36 +02:00
niv-openerp 2205c3021f Some more correction to always have the db in the url
bzr revid: nicolas.vanhoren@openerp.com-20130724122328-kbnwq2uois37q74n
2013-07-24 14:23:28 +02:00
niv-openerp 3b384da858 [IMP] Removed http param 'db' handling from http.py and put it in the main controller in main.py
bzr revid: nicolas.vanhoren@openerp.com-20130724100030-yxbpntlz58kohy1n
2013-07-24 12:00:30 +02:00
niv-openerp 761ba75055 [IMP] Cleaned some more http.py, removed 'debug' handling and put it in the controller serving the home page
bzr revid: nicolas.vanhoren@openerp.com-20130724073624-uhshc0cn2m3rs7iq
2013-07-24 09:36:24 +02:00
Thibault Delavallée e81708ba35 [MERGE] [REF] mail: removed duplicated method check_mail_message_access
and replaced by a _mail_post_access attribute on the model.

[DOC] Added changelog.

bzr revid: tde@openerp.com-20130723151514-3dhbbyf645rnwwau
2013-07-23 17:15:14 +02:00
Thibault Delavallée 2784af1971 [DOC] mail: added changelog
bzr revid: tde@openerp.com-20130723151105-fk8c0rgi6xya0np5
2013-07-23 17:11:05 +02:00
Thibault Delavallée e0e3d98557 [IMP] mail: refactored check_mail_message_access
bzr revid: tde@openerp.com-20130723144507-bwwegheqofs7x1ox
2013-07-23 16:45:07 +02:00
Thibault Delavallée 688bf37eeb [MERGE] Addons: various improvements
[IMP] hr
- hr.employee_category: now called 'Tag'
- hr.holidays: improved help on 'limit' field
[IMP] product
- product.pricelist.item: added a default method on 'base' field
- pricelist view: added type in context
[IMP] purchase: modified buttons presence based on state
[IMP] project: added avatar of members in form view

Coming from an old addons-style task.

bzr revid: tde@openerp.com-20130723113539-zdqb4hiuwsr6tc48
2013-07-23 13:35:39 +02:00
Thibault Delavallée 8c054f1bd2 [MERGE] [IMP] hr_timesheet: sign_in / sign_out wizard form view usability improvement
[IMP] account: form view usability improvement: compute balance field visible in bank statement

Coming from an old PS task.

bzr revid: tde@openerp.com-20130723111935-22sm7ung473mcyf0
2013-07-23 13:19:35 +02:00
Thibault Delavallée 92a58f3757 [MERGE] [IMP] mail: added edit of subscriptions.
Users in technical feature can now edit the subtypes that followers have checked. This allows for example to edit the subscription of partners that have no access to the document, or to ensure that a follower is following the right subtypes.

An edit button is visible near the remove cross, next to the partner name, in the follower list.

bzr revid: tde@openerp.com-20130723102422-mju7e2tzsg0lrls0
2013-07-23 12:24:22 +02:00
Thibault Delavallée 68d1c2928f [CLEAN] Cleaning befor merging
No need to use an image for edition -> use webtypo font instead
Small code cleaning in js / python

bzr revid: tde@openerp.com-20130723095509-knp45uvmlfmr27v9
2013-07-23 11:55:09 +02:00
Thibault Delavallée 6a066aca56 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130723091308-dck3bt8ihi6480lc
2013-07-23 11:13:08 +02:00
Launchpad Translations on behalf of openerp 1d82442202 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130722053434-s45ygm64hlnww4xu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130723050146-4be9ky5ndzjfs9km
2013-07-23 05:01:46 +00:00
Nimesh Contractor (OpenERP) 301919d9a0 [MERGE] with trunk.
bzr revid: nco@tinyerp.com-20130722054812-wimj8aj06y0zlexy
2013-07-22 11:18:12 +05:30
niv-openerp 6021f031e5 [IMP] Added possibility to customize the tipsy of kanban groups in kanban views
bzr revid: nicolas.vanhoren@openerp.com-20130719154604-vgr3wtn6xm1ezywg
2013-07-19 17:46:04 +02:00
Thibault Delavallée f37497aaa8 [MERGE] [REF] project task/issue stage management cleaning
Using stages and states is not easy to manage. Indeed those two fields mess with the same basic concept. This task remove the state on project.task and project.issue models, leaving only stages.

Main features:
- removed base_stage inheritance on project.task and project.issue models
- removed state field on project.task and project.issue models
- removed state field on project.task.type model
- added date_last_stage_update on project.task and project.issue models, holding the date of the last stage change, allowing reporting and analysis on time spend in stages
- date_open is set when assigning an user to the task / isuse; date_open now means assignation date

This allows to remove all buttons on the form view, leaving only a dynamic stage management using the statusbar.

Subtypes have been updated :
- new: stage_id.sequence=1
- stage changed: stage_id changed, not new
- user assigned: when user_id is set

Misc:
- [IMP] views accordingly;
- [IMP] reports accordingly, added date_last_stage_update in reports;
- [IMP] subtypes
- [REM] [REF] [TESTS] removed some tests because they are not applicable anymore; rewrite some tests and moved some of them into unittests
- [DOC] doc directory + changelog + stage explanation in project and project_issue;
- [REM] removed project.task.reevaluate wizard

bzr revid: tde@openerp.com-20130719094706-ea0hbwjj99pochzo
2013-07-19 11:47:06 +02:00
Thibault Delavallée 573220c286 [FIX] project: fixed last commit
bzr revid: tde@openerp.com-20130719091733-awl83dlr56fih8wh
2013-07-19 11:17:33 +02:00
Thibault Delavallée 85b1d336e3 [CLEAN] project: misc cleaning before merging
bzr revid: tde@openerp.com-20130719090058-wngpyzf7oz3rnftp
2013-07-19 11:00:58 +02:00
Thibault Delavallée 67ac805e51 [MERGE] [IMP] fields: date, datetime: added MONTHS variable holding list of (month_number, month_name) + [DOC] updated changelog
This allows to remove the definition of MONTHS that appear in several addons, notably in reporting. Addons branches will come that use this new attribute

bzr revid: tde@openerp.com-20130719081834-dhiwl13vxd5fmbrr
2013-07-19 10:18:34 +02:00
Denis Ledoux c89bd96143 [ADD]crm_partner_assign: lead demo data, with portal user assigned
bzr revid: dle@openerp.com-20130718144344-zwy1eg9zxvjjeu0g
2013-07-18 16:43:44 +02:00
Thibault Delavallée 486c31af17 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130718084544-jgz0p60kphl8cdc1
2013-07-18 10:45:44 +02:00
Thibault Delavallée 0d68a800e3 [FIX] project_mrp: fixed issue with the state field used in an sql query.
bzr revid: tde@openerp.com-20130718084451-z6us9ajaoli2a28c
2013-07-18 10:44:51 +02:00
Christophe Simonis 0729f9292f [MERGE][FIX]crm: lead/opp convert/opp wizard: Add salesperson and salesteam in wizard form
bzr revid: chs@openerp.com-20130717154502-2om2l3gzwjyj81nd
2013-07-17 17:45:02 +02:00
Christophe Simonis 24ea151a37 merge upstream
bzr revid: chs@openerp.com-20130717142947-de40mn3234gt5044
2013-07-17 16:29:47 +02:00
Paramjit Singh Sahota b7160bc1cf [IMP] Improved code for fetch_followers and done as was previously && added condition for the record in display_followers so that it never breaks && improve the mouse-enter and mouse-leave.
bzr revid: psa@tinyerp.com-20130717124842-vuqct26jy6a7palb
2013-07-17 18:18:42 +05:30
Launchpad Translations on behalf of openerp 455fa4e597 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130717064313-thb64cq8368siq7s
2013-07-17 06:43:13 +00:00
Amit Bhavsar (Open ERP) 9ce89b12a9 [MERGE] merge with latest trunk
bzr revid: amb@tinyerp.com-20130717051958-qpl3u5aoo15au5c2
2013-07-17 10:49:58 +05:30
niv-openerp 788071f34f [FIX] some more problems with werkzeug 0.9.1
bzr revid: nicolas.vanhoren@openerp.com-20130716131401-abj3i020a8831l98
2013-07-16 15:14:01 +02:00
Thibault Delavallée 25439cfb3a [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130716122426-lbt7hrxjv3lgi1ev
2013-07-16 14:24:26 +02:00
Thibault Delavallée 7c4f374aca [MERGE] [IMP] l10n_in improvements
chart of taxes and taxes improvements
missing COA addition

bzr revid: tde@openerp.com-20130716093458-bgganvrcl6pm8hcb
2013-07-16 11:34:58 +02:00
Christophe Simonis df8d972057 [IMP] */static/description/index.html: link to /start include app name
bzr revid: chs@openerp.com-20130715162504-9ntu1dj222rgv9ek
2013-07-15 18:25:04 +02:00
niv-openerp 2fb48c695c [IMP] modified mono_db to refuse db= in the url if the db does not appear in the db_filter
bzr revid: nicolas.vanhoren@openerp.com-20130715132900-xwbve100mn8nyzo9
2013-07-15 15:29:00 +02:00
niv-openerp d42d50df57 [FIX] problem with werkzeug 0.9.1 that crashes when we generate a report
bzr revid: nicolas.vanhoren@openerp.com-20130715122648-a926d3tov4efbyrk
2013-07-15 14:26:48 +02:00
niv-openerp 7743f13c04 [FIX] small bug that made the reports crash when we try to print them
bzr revid: nicolas.vanhoren@openerp.com-20130715121611-q68m7w62h8ngnb2i
2013-07-15 14:16:11 +02:00
Paramjit Singh Sahota 54837802ac Improved code.
bzr revid: psa@tinyerp.com-20130715113736-ww4wffkajnwkk961
2013-07-15 17:07:36 +05:30
Paramjit Singh Sahota 21e3d7cdc4 [IMP] 2 little improvements when their is no subtype than no edit_subtype pencil will be visible and bydefault set the message_is_follower to false because when no followers are there than subtypes muzt not be visible.
bzr revid: psa@tinyerp.com-20130715084907-nrd2oileuyr30nep
2013-07-15 14:19:07 +05:30
Paramjit Singh Sahota 670710b88e [IMP] Improved code and passed the data according to the format as suggest (partner_id, partner_name, {'is_editable': True/False, 'is_uid': True/False}) and done changes according this changes.
bzr revid: psa@tinyerp.com-20130715080106-63dbeh3mhgiqppzv
2013-07-15 13:31:06 +05:30
Launchpad Translations on behalf of openerp a81df9ca2b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130714054309-ugij4upsn8mogaqu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130715045154-1z08ygq4kywcfjio
2013-07-15 04:51:54 +00:00
Paramjit Singh Sahota 6694183dcb [IMP] Improved code and added
{'is_editable': True/False, 'is_uid': True/False}
-- where is_editable will be True if uid is in technical group
-- where is_uid will be True if uid is in partner.user_ids.

bzr revid: psa@tinyerp.com-20130712133920-96l6axns7yynyz9e
2013-07-12 19:09:20 +05:30
Frédéric van der Essen 4c96a05dbb [MERGE] point_of_sale: various fixes and improvements: invoicing support, snappier scale, and a more robust order sending
bzr revid: fva@openerp.com-20130712125419-t588gpoysustm19t
2013-07-12 14:54:19 +02:00
Frédéric van der Essen 050b6b0ec5 [MERGE] adding timeout option to rpc calls
bzr revid: fva@openerp.com-20130712125158-63p24xm18zffpg86
2013-07-12 14:51:58 +02:00
Frédéric van der Essen 3c44559811 [IMP] point_of_sale: reduced the weighting probe interval, and put a non zero default value for easier testing
bzr revid: fva@openerp.com-20130712123455-whp86jp9qbmo6p0o
2013-07-12 14:34:55 +02:00
Frédéric van der Essen 16d3b79dfd [MERGE] from upstream
bzr revid: fva@openerp.com-20130712121148-0ys14v8jc33t6sf5
2013-07-12 14:11:48 +02:00
niv-openerp 17db55200b [IMP] Modified the way the sessions are handled to easily work with or without cookies
bzr revid: nicolas.vanhoren@openerp.com-20130712120727-z1hj46m7m807nal1
2013-07-12 14:07:27 +02:00
Frédéric van der Essen a8ea08cf28 [MERGE] from upstream
bzr revid: fva@openerp.com-20130712100516-mk14z6zqebdje3ud
2013-07-12 12:05:16 +02:00
Frédéric van der Essen d697f759c2 [IMP] point_of_sale: ported the proxy to the new routing api
bzr revid: fva@openerp.com-20130712095455-e4hndk977nigtnx7
2013-07-12 11:54:55 +02:00
niv-openerp a7ab235c3a changed session handling
bzr revid: nicolas.vanhoren@openerp.com-20130712095309-41u7fi7ecs0y1lm1
2013-07-12 11:53:09 +02:00