Commit Graph

50987 Commits

Author SHA1 Message Date
Raphael Collet 2e07e95f4a [IMP] base module: improve form views (mostly wizard buttons)
bzr revid: rco@openerp.com-20120628134438-cradi38peku5mai1
2012-06-28 15:44:38 +02:00
Kuldeep Joshi (OpenERP) 2cbeac1824 [MERGE] lp:openobject-addons
bzr revid: kjo@tinyerp.com-20120628133334-d7silxlcezn2zmi5
2012-06-28 19:03:34 +05:30
Antony Lesuisse ce41f3af96 [MERGE] login fade out
bzr revid: al@openerp.com-20120628132419-332anfgoh9vp86d9
2012-06-28 15:24:19 +02:00
Antony Lesuisse 40f79cfc34 [MERGE] field url target blank
bzr revid: al@openerp.com-20120628131606-06675h3ogcz6lgsu
2012-06-28 15:16:06 +02:00
Raphael Collet 1debe0efcd [MERGE] from trunk
bzr revid: rco@openerp.com-20120628131210-hyx2t1lqbl5hwm9g
2012-06-28 15:12:10 +02:00
niv-openerp 7cc69d917b [FIX] minor inconsistency in m2o
bzr revid: nicolas.vanhoren@openerp.com-20120628130808-od8p8e52p02w63dc
2012-06-28 15:08:08 +02:00
Fabien Meghazi 6cb0451944 [ADD] Add 'Advanced Search' title on the search view dropdown toggle
bzr revid: fme@openerp.com-20120628130620-v68h4qx440rq1ndk
2012-06-28 15:06:20 +02:00
Fabien Meghazi 69b7200d5a [ADD] Restore default_focus in forms
bzr revid: fme@openerp.com-20120628130249-31x3zb88fpan003m
2012-06-28 15:02:49 +02:00
Fabien Pinckaers 9ab60b045a [IMP] css small fix
bzr revid: fp@tinyerp.com-20120628125349-i68p3y13f7qs22vf
2012-06-28 14:53:49 +02:00
niv-openerp 4f6e8b25e1 [IMP] added 'always_reload' option to m2o
bzr revid: nicolas.vanhoren@openerp.com-20120628125242-t3pf093fe88nrv8k
2012-06-28 14:52:42 +02:00
Fabien Pinckaers 335f198eed [IMP] better view for sale order
bzr revid: fp@tinyerp.com-20120628125123-axe8stiu849zxlwe
2012-06-28 14:51:23 +02:00
Quentin (OpenERP) b7d65458b1 [MERGE] merged the branch with improvements related to payroll accounting. Added and improved demo/poc data for belgian payroll (also related to accounting stuff)
bzr revid: qdp-launchpad@openerp.com-20120628124405-4xktptkuac7v9lde
2012-06-28 14:44:05 +02:00
niv-openerp 0cbb2e8257 [IMP] m2o only show first line
bzr revid: nicolas.vanhoren@openerp.com-20120628123621-nt7uo6e2he83w27n
2012-06-28 14:36:21 +02:00
Quentin (OpenERP) 08d25cb352 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20120628123618-wyfrmfiw68xlt1aw
2012-06-28 14:36:18 +02:00
Quentin (OpenERP) 3905f5248f [MERGE] merge few bugfixes
bzr revid: qdp-launchpad@openerp.com-20120628122336-jece4hu086ojtigj
2012-06-28 14:23:36 +02:00
Quentin (OpenERP) 46f2c2c9ca [IMP] improvements during code review
bzr revid: qdp-launchpad@openerp.com-20120628121820-r8bxfzq38fy8pcgt
2012-06-28 14:18:20 +02:00
niv-openerp 492af8bef4 [IMP] support multiple lines in m2o
bzr revid: nicolas.vanhoren@openerp.com-20120628121745-9k3r7zfy5edgnivm
2012-06-28 14:17:45 +02:00
niv-openerp 3e30f54cbf [FIX] lot of stupid stuff in add to dashboard
bzr revid: nicolas.vanhoren@openerp.com-20120628121053-nct0zo9go1bzdjrs
2012-06-28 14:10:53 +02:00
Olivier Dony e3473f1b6d [MERGE] Remove all *_layout modules - replaced by builtin features in 7.0
Dropped account_invoice_layout, sale_layout and
event_sale_layout. These modules implemented line
ordering, notes and extra titles in the list of
lines of the relevant documents (invoice, sale
order).

This is now mostly built-in:
- line ordering is supported by default, with
  a new user-friendly widget for drag&drop
- notes can be added by default, with a new
  improved layout/design
- extra titles/subtotals are not available
  anymore

These modules were too complex to use, and
generated too many bugs.

The option to install those modules have
been removed in the new config wizards as
well.

bzr revid: odo@openerp.com-20120628120721-71t8xgdbxagluxhz
2012-06-28 14:07:21 +02:00
niv-openerp 0f2b27e161 [FIX] problem with search view
bzr revid: nicolas.vanhoren@openerp.com-20120628120423-1rjiwsg35oleucyq
2012-06-28 14:04:23 +02:00
Quentin (OpenERP) 8c225089e5 [MERGE] merged main trunk branch
bzr revid: qdp-launchpad@openerp.com-20120628115332-6leye61nr42a2umx
2012-06-28 13:53:32 +02:00
Quentin (OpenERP) 25fc3c3ec5 [MERGE] merged main trunk branch
bzr revid: qdp-launchpad@openerp.com-20120628114905-nnnho2mngndimj9b
2012-06-28 13:49:05 +02:00
Olivier Dony 6482483e1a [REM] Remove all *_layout modules - replaced by builtin features in 7.0
Dropped account_invoice_layout, sale_layout and
event_sale_layout. These modules implemented line
ordering, notes and extra titles in the list of
lines of the relevant documents (invoice, sale
order).

This is now mostly built-in:
- line ordering is supported by default, with
  a new user-friendly widget for drag&drop
- notes can be added by default, with a new
  improved layout/design
- extra titles/subtotals are not available
  anymore

These modules were too complex to use, and
generated too many bugs.

The option to install those modules have
been removed in the new config wizards as
well.

bzr revid: odo@openerp.com-20120628113423-08o7c4kbtkyqrma4
2012-06-28 13:34:23 +02:00
Olivier Dony a6e3d4bf00 [REM] Remove web_uservoice module, deprecated in 7.0
This module was only used for internal purpose on
the OpenERP Online SaaS platform, and is not
used anymore in 7.0. If anyone needs it, it is
still available in the 6.1 branch.

bzr revid: odo@openerp.com-20120628112312-qeq1kt15nlgfkl8g
2012-06-28 13:23:12 +02:00
Olivier Dony 9b577a4b76 [REM] Remove html_view sample module
This module was only an example, and should not be
part of the standard distribution. It is still
available in the 6.1 branch if anyone needs it.

bzr revid: odo@openerp.com-20120628112040-0xf1v5dq3f6bb03p
2012-06-28 13:20:40 +02:00
Olivier Dony 65bd767429 [REM] project_scrum: remove PO files after disabling template, module is deprecated in 7.0
7.0 alternative is to use the regular project module.
The product backlog will be the first stage in the
project kanban view. The sprint is the kanban view,
and can be customized with specific stages, etc.
The burdown chart is now available as a specific
analysis view in the regular project module.

bzr revid: odo@openerp.com-20120628110619-175y4zvyr0j2cd2p
2012-06-28 13:06:19 +02:00
Jigar Amin - OpenERP 083deae5a4 [MERGE] lp:~openerp-commiter/openobject-addons/trunk-red-button-addcancelbutton-rma
bzr revid: jam@tinyerp.com-20120628110033-occ44wpudc237apx
2012-06-28 16:30:33 +05:30
Randhir Mayatra (OpenERP) 932d5c8f5a [USA] add cancel button
bzr revid: rma@tinyerp.com-20120628104832-g38nlyv3yhrr8hhz
2012-06-28 16:18:32 +05:30
Kuldeep Joshi (OpenERP) 0c04f79c03 [IMP]remove unused code
bzr revid: kjo@tinyerp.com-20120628103551-e70yj2ae9um9zf0p
2012-06-28 16:05:51 +05:30
Antony Lesuisse f8daa47a0a [MERGE] portal, group_user on fields, contact form, default portal menu
bzr revid: al@openerp.com-20120628102942-ja0qtr1eho4z3749
2012-06-28 12:29:42 +02:00
niv-openerp 06c9e2eb71 [IMP] added doc
bzr revid: nicolas.vanhoren@openerp.com-20120628101100-27kqrho2ez2xudrm
2012-06-28 12:11:00 +02:00
Jigar Amin - OpenERP 0a797c6ffd [IMP] Added the missing cancel in install wozard
bzr revid: jam@tinyerp.com-20120628100555-42rbew2arpfk7j2s
2012-06-28 15:35:55 +05:30
Jigar Amin - OpenERP 5d2cec437d [FIX] removed the or in hr hire
bzr revid: jam@tinyerp.com-20120628100510-1eg0245qaeyz9f2o
2012-06-28 15:35:10 +05:30
Kuldeep Joshi (OpenERP) 8d4e3166ee [MERGE/IMP] lp:~openerp-commiter/openobject-addons/trunk-crm-sale-stock-imp-pat and some change done
bzr revid: kjo@tinyerp.com-20120628095725-znjl9dgt4g7jzyzl
2012-06-28 15:27:25 +05:30
Antony Lesuisse 38072b256c [MERG] crm_profiling fix relation table names
bzr revid: al@openerp.com-20120628094832-lrv8wr5hyc8ioeg0
2012-06-28 11:48:32 +02:00
Fabien Meghazi 352efe8a99 [FIX] Fixed list pager state when Unlimited is selected
bzr revid: fme@openerp.com-20120628094745-2rbxz81u1kgka2fc
2012-06-28 11:47:45 +02:00
Fabien Meghazi 9b65efb971 [FIX] Kanban Create button should be highlighted
bzr revid: fme@openerp.com-20120628091101-yi2ql17n7hojwvv6
2012-06-28 11:11:01 +02:00
Fabien Meghazi c5c08808f7 [IMP] Improved topbar dropdown css
bzr revid: fme@openerp.com-20120628074123-et65mt93rq9tc9ri
2012-06-28 09:41:23 +02:00
Sanjay Gohel (Open ERP) 1702b2335d [IMP]remove tabs and add spaces instead of them
bzr revid: sgo@tinyerp.com-20120628064005-zuerrpazumf5lf1q
2012-06-28 12:10:05 +05:30
Sanjay Gohel (Open ERP) b999a061d8 [IMP]improve code where needed and replace res.partner instead of res.partner.address
bzr revid: sgo@tinyerp.com-20120628063729-1ccb8c45pxa31025
2012-06-28 12:07:29 +05:30
Sanjay Gohel (Open ERP) 1d8361415a [IMP]remove all layout related module
bzr revid: sgo@tinyerp.com-20120628063217-lgut3rglww264m8h
2012-06-28 12:02:17 +05:30
Sanjay Gohel (Open ERP) a842c26243 [IMP]remove name in invoice
bzr revid: sgo@tinyerp.com-20120628062758-8bufs0votaxna3gm
2012-06-28 11:57:58 +05:30
Sanjay Gohel (Open ERP) 1c6d9db7ab [IMP]remove quick_create
bzr revid: sgo@tinyerp.com-20120628062614-a1yk9d54s3ipneu8
2012-06-28 11:56:14 +05:30
Sanjay Gohel (Open ERP) 1b87acc3f4 [IMP]remove layout option from sheet
bzr revid: sgo@tinyerp.com-20120628062343-7xbs4bvyivnhergs
2012-06-28 11:53:43 +05:30
Sanjay Gohel (Open ERP) 7ed6f5052d [IMP]remove all select=1 and select=2
bzr revid: sgo@tinyerp.com-20120628061736-ujwe0swulvrcrkjt
2012-06-28 11:47:36 +05:30
Jigar Amin - OpenERP c44963d631 [FIX] added missing or and removed duplicate class
bzr revid: jam@tinyerp.com-20120628061720-1y5oacjqehjlplqc
2012-06-28 11:47:20 +05:30
Kuldeep Joshi (OpenERP) 853339ec26 [IMP] remove separator and tip from account wizard
bzr revid: kjo@tinyerp.com-20120628060912-0djbih47pbh3svg0
2012-06-28 11:39:12 +05:30
Launchpad Translations on behalf of openerp 997fe404b3 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120628044101-cehvpv9yfm3xfsr3
2012-06-28 04:41:01 +00:00
Quentin (OpenERP) 45c2b5c61e [MERGE] lp: 1015971
bzr revid: qdp-launchpad@openerp.com-20120627155304-wea3z4q96jgw3eg7
2012-06-27 17:53:04 +02:00
Quentin (OpenERP) 20e7d46cb4 [MERGE] lp: 1016031
bzr revid: qdp-launchpad@openerp.com-20120627155222-chftocrmy84wtzls
2012-06-27 17:52:22 +02:00