Commit Graph

36026 Commits

Author SHA1 Message Date
Xavier Morel 7b80bd155c [FIX] issues with missing window.console object in Firefox 3.6 when Firebug is not active
bzr revid: xmo@openerp.com-20110921081651-a4usbx7flv91xko5
2011-09-21 10:16:51 +02:00
Vaibhav (OpenERP) 9862fa094e [FIX] clean up.
bzr revid: vda@tinyerp.com-20110921080500-0dljjjesk3umhwl8
2011-09-21 13:35:00 +05:30
Xavier Morel cdef8d8f8f [FIX] correctly handle 'false' domain on listview dataset: filter it out
bzr revid: xmo@openerp.com-20110921074509-2gkgp3ai4ly1vwdf
2011-09-21 09:45:09 +02:00
Fabien Pinckaers 613fdc7eda merge
bzr revid: fp@tinyerp.com-20110921073715-bcsk3ajh9md1og10
2011-09-21 09:37:15 +02:00
Fabien Pinckaers 354a4d48c0 [IMP] useability, warning on change of pricelist in the middle of the SO
lp bug: https://launchpad.net/bugs/782168 fixed

bzr revid: fp@tinyerp.com-20110921073359-t20q6m88ocnm746z
2011-09-21 09:33:59 +02:00
Xavier Morel b9869f9354 [FIX] empty root groups in aggregations
bzr revid: xmo@openerp.com-20110921071925-by8fl0o85v76d6am
2011-09-21 09:19:25 +02:00
Fabien Pinckaers 3b91aa0c29 merge
lp bug: https://launchpad.net/bugs/783135 fixed

bzr revid: fp@tinyerp.com-20110921071748-6oazxot1jv12jrp1
2011-09-21 09:17:48 +02:00
DBR (OpenERP) 289ad6ec3f [IMP]Improve Domains
bzr revid: dbr@tinyerp.com-20110921071544-quyoatb7d1ba5fh3
2011-09-21 12:45:44 +05:30
Fabien Pinckaers e25fa67cc9 merge
lp bug: https://launchpad.net/bugs/768847 fixed

bzr revid: fp@tinyerp.com-20110921071312-9djjyu6o8bibl11b
2011-09-21 09:13:12 +02:00
DBR (OpenERP) 582e640be7 [Merge]with: lp:openobject-addons
bzr revid: dbr@tinyerp.com-20110921063919-t3qcfbp6h6x46k0h
2011-09-21 12:09:19 +05:30
Bharat (OpenERP) 2a373c64c6 [IMP] fetched sale description directly from the product_id
bzr revid: bde@tinyerp.com-20110921060552-zltdpunvj4fmk5ws
2011-09-21 11:35:52 +05:30
DBR (OpenERP) 15df3b8cf2 [IMP]Improve the help
bzr revid: dbr@tinyerp.com-20110921054146-o0dhl9b1olp2hnk4
2011-09-21 11:11:46 +05:30
Bharat (OpenERP) c3752d57d7 [IMP] optimized the code point_of_sale.py
bzr revid: bde@tinyerp.com-20110921054008-xay8jkfwjdodw4h1
2011-09-21 11:10:08 +05:30
Vaibhav (OpenERP) e583cf5f0d [FIX] web 6.1 does not accept None and integer dict key.
bzr revid: vda@tinyerp.com-20110921052717-12cxwnz04jeiddx6
2011-09-21 10:57:17 +05:30
Mayur Maheshwari (OpenERP) 1be371c851 [IMP]account_voucher,crm_claim,crm_fundraising,marketing_campaign,stock,purchase_requisition:removed a quote from statusbar_colour as per suggestion
bzr revid: mma@tinyerp.com-20110921051720-ag458lyz42o64bhb
2011-09-21 10:47:20 +05:30
Bharat (OpenERP) 76191badff [FIX] fix the description problem in invoice report and in notes of customer invoice in point_of_sale
bzr revid: bde@tinyerp.com-20110921051159-ahmg85y9113jembo
2011-09-21 10:41:59 +05:30
Atik Agewan (OpenERP) 0e0438a779 [IMP] ALL:change in all statusbar_colors quotes
bzr revid: aag@tinyerp.com-20110921050948-m2iezimspmspsvjs
2011-09-21 10:39:48 +05:30
Launchpad Translations on behalf of openerp b933c96085 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110921045100-dgx5b3vgawaxqe19
2011-09-21 04:51:00 +00:00
Dhara (OpenERP) eb1fc58eb8 Balance sign field for accouting report
bzr revid: dhara_openerp-20110921013511-05czzq3ggdv9197f
2011-09-20 18:35:11 -07:00
Xavier Morel 801e101a57 [FIX] we probably want to save the session even if the code throws some kind of exception
bzr revid: xmo@openerp.com-20110920215137-j97tgkvekv6v2850
2011-09-20 23:51:37 +02:00
Xavier Morel 8cda63a6e8 [FIX] cancelling a row creation: more ugly hacking of the formview in editable search view
bzr revid: xmo@openerp.com-20110920145823-ecvnotgcu6xltrrv
2011-09-20 16:58:23 +02:00
Xavier Morel bf48d88979 [FIX] one more horrible listview hack, to strip out intermediate dom breaking the listview table
lp bug: https://launchpad.net/bugs/851683 fixed

bzr revid: xmo@openerp.com-20110920141334-k95x10gv9tkneeev
2011-09-20 16:13:34 +02:00
Fabien Meghazi 5e1bdbeb26 [MERGE] New menus. Get rid of jQuery accordion. Added folding and floating menus.
bzr revid: fme@openerp.com-20110920134853-te0a54mv2s5dyauv
2011-09-20 15:48:53 +02:00
Xavier Morel 91619c24aa [FIX] do not consider empty domains as domains (ignore them) in FilterGroup domain management
lp bug: https://launchpad.net/bugs/854704 fixed

bzr revid: xmo@openerp.com-20110920134607-lz8d8r4ojbrgihd7
2011-09-20 15:46:07 +02:00
Fabien Meghazi 8bb26a33c5 [IMP] Thin border for float menu
bzr revid: fme@openerp.com-20110920134244-l15jq9y0c3h767a6
2011-09-20 15:42:44 +02:00
Fabien Meghazi 873cc6f5e0 [FIX] Many fixes
bzr revid: fme@openerp.com-20110920134142-jccggvzzu46708kx
2011-09-20 15:41:42 +02:00
Vo Minh Thu 2bd4708023 report_sxw: formating classes should return strings.
bzr revid: vmt@openerp.com-20110920132323-m9tjo3akasqlr0eg
2011-09-20 15:23:23 +02:00
Xavier Morel 78e2374ea2 [FIX] clear enabled_filters searchview state when clearing the search form
lp bug: https://launchpad.net/bugs/851981 fixed

bzr revid: xmo@openerp.com-20110920131945-uonv71pnnfsniapu
2011-09-20 15:19:45 +02:00
Olivier Dony 011d92bb6c [MERGE] base_vat: contribution for Croatia VAT numbers, courtesy of Milan Tribuson
bzr revid: odo@openerp.com-20110920130227-gs4vb37nesmnvn9f
2011-09-20 15:02:27 +02:00
Vo Minh Thu 73ea84b4e8 [MERGE] base_data.xml: change the VEB currency in VEF (which was needed since January 2008).
bzr revid: vmt@openerp.com-20110920125804-fezbk2vbkdl7eeam
2011-09-20 14:58:04 +02:00
Xavier Morel 88c3df671d [FIX] breakage in case of filters without domains: don't blow up when a filter returns a domain of null, just filter it out
bzr revid: xmo@openerp.com-20110920125334-2phr5olecrq9r4n9
2011-09-20 14:53:34 +02:00
DBR (OpenERP) cf679cf5a9 [IMP]project_scrum: Improve the sprints search view
bzr revid: dbr@tinyerp.com-20110920125259-36me4wcq1zmw8s2b
2011-09-20 18:22:59 +05:30
Vo Minh Thu b4582815bc [MERGE] expression: support for =like/=ilike.
lp bug: https://launchpad.net/bugs/788106 fixed

bzr revid: vmt@openerp.com-20110920124252-l5snbvb7ywfogw1o
2011-09-20 14:42:52 +02:00
Aline Preillon 2788cc06f0 [IMP] crm demo data
bzr revid: aline@aline-laptop-20110920123635-x79l99g2fgetohko
2011-09-20 14:36:35 +02:00
Vo Minh Thu e5c95611b3 [MERGE] orm: better exception messsages.
lp bug: https://launchpad.net/bugs/777472 fixed

bzr revid: vmt@openerp.com-20110920122411-iykenv7sq7r710vy
2011-09-20 14:24:11 +02:00
Olivier Dony ddd7f52a3c [MERGE] base_vat: removed vatnumber library code -> now depend on it + cleanup
bzr revid: odo@openerp.com-20110920121054-3oy0vm4n8idx9z03
2011-09-20 14:10:54 +02:00
Vo Minh Thu bbd90612bc [MERGE] report/preprocess: make sure to remove the quotes of repeatIn third argument.
Also add docstrings to the workflow_service classes.

bzr revid: vmt@openerp.com-20110920120436-txwspf556lolbibv
2011-09-20 14:04:36 +02:00
DBR (OpenERP) 89cb46e75d [IMP]event: Improve the filters
bzr revid: dbr@tinyerp.com-20110920115313-mmxv35ss81932b1d
2011-09-20 17:23:13 +05:30
DBR (OpenERP) b08399c084 [IMP]Improve the help
bzr revid: dbr@tinyerp.com-20110920112922-gacht3qg0o4ypkx9
2011-09-20 16:59:22 +05:30
Kuldeep Joshi (OpenERP) 9560bcc8b2 [IMP] change the tooltip of button
bzr revid: kjo@tinyerp.com-20110920112039-1d0kkbgq6c34mw3s
2011-09-20 16:50:39 +05:30
Fabien Meghazi 82c7c513b6 [ADD] Add timeout to floated sub menu
bzr revid: fme@openerp.com-20110920111830-fpm2ryla6tfzb23x
2011-09-20 13:18:30 +02:00
DBR (OpenERP) f09b5eea52 [IMP]mrp:change icon and remove the New filter
bzr revid: dbr@tinyerp.com-20110920110827-r4cbhpdc5l1x2emq
2011-09-20 16:38:27 +05:30
Olivier Dony 822f286c9c [MERGE] setup.py: added vatnumber dependency, added missing json py2exe package
bzr revid: odo@openerp.com-20110920110146-1c1kijj01doa205f
2011-09-20 13:01:46 +02:00
DBR (OpenERP) 477a7f1d4e [IMP] Improve the search views
bzr revid: dbr@tinyerp.com-20110920105829-ythiwkwv437qti30
2011-09-20 16:28:29 +05:30
Bharat (OpenERP) ccbbd1a6ff [FIX] pos : product sale description does not appear in invoices coming from pos
lp bug: https://launchpad.net/bugs/854303 fixed

bzr revid: bde@tinyerp.com-20110920105255-xnd4tdtl59xnetql
2011-09-20 16:22:55 +05:30
Jigar Amin - OpenERP 9efb9c7d0d [IMP] Idea Survey Anaysis Search View Rearranged the Filteres and Survey Renamed the button icons
bzr revid: jam@tinyerp.com-20110920103543-u52qciy5o84nw5fl
2011-09-20 16:05:43 +05:30
Jigar Amin - OpenERP 4c86752e1e [IMP] Idea Rearraned three button New, Open and Accepted
bzr revid: jam@tinyerp.com-20110920102857-f8yg12kbu8yzzter
2011-09-20 15:58:57 +05:30
Jigar Amin - OpenERP 9511ec1138 [IMP] Survey - Added new Filter button for the new Survey and rOpen Surbey and Removed Current button
bzr revid: jam@tinyerp.com-20110920102422-tqj1qwbekytsogpg
2011-09-20 15:54:22 +05:30
Fabien Meghazi e616188971 [IMP] Menu is now working ok in folded mode
bzr revid: fme@openerp.com-20110920102350-je1313hpdtnvg1yp
2011-09-20 12:23:50 +02:00
Quentin (OpenERP) b860d181c5 [MERGE] lp: 732419
bzr revid: qdp-launchpad@openerp.com-20110920101836-fu5crm2etd244fqr
2011-09-20 12:18:36 +02:00