Commit Graph

56240 Commits

Author SHA1 Message Date
Raphael Collet 7f1a3872f5 [MERGE] trunk-editable_list (make SO/PO/invoice/expense lines editable)
bzr revid: rco@openerp.com-20120904123435-lzo9gpaigdrcnsmi
2012-09-04 14:34:35 +02:00
Raphael Collet 462947662c [MERGE] trunk-editable_list (add groups on views to disable some inherited views when composing a view)
bzr revid: rco@openerp.com-20120904123348-8vy5pkzmkewrf0bk
2012-09-04 14:33:48 +02:00
Xavier Morel 1f1a0ef14b [IMP] cancel pending edition when hiding the list view, if editable
otherwise the edition disappears but part of the list view (e.g. buttons at the top) remain in the wrong state

bzr revid: xmo@openerp.com-20120904121823-kejzzquax2hdedoo
2012-09-04 14:18:23 +02:00
vta vta@openerp.com b4b104e0d0 [FIX] Document page css.
bzr revid: vta@openerp.com-20120904115638-nccbm09g3cof803q
2012-09-04 13:56:38 +02:00
Xavier Morel b4e20f0c14 [IMP] use list.Column's parsed (and potentially altered) modifiers to generate the edition form view
This way, listview 'widgets' can alter the modifiers object and influence the corresponding form widget

bzr revid: xmo@openerp.com-20120904115627-v626hcb9o0s7bcrp
2012-09-04 13:56:27 +02:00
Xavier Morel 58a5e1c013 [FIX] reversal of aggregate function and title when extracted Column objects
bzr revid: xmo@openerp.com-20120904110422-zgk7icj5lgygnvpo
2012-09-04 13:04:22 +02:00
Stephane Wirtel af953dab46 [IMP] disable the document_ftp in the run_all_with_test script
bzr revid: stw@openerp.com-20120904102925-0yaxin1doamxyrxd
2012-09-04 12:29:25 +02:00
Xavier Morel fd40dcbeff [FIX] add minimum height to listview rows matching that of edition row fields
Also fix reset of border-radius: none is not a valid value for
border-radius, change to 0.

bzr revid: xmo@openerp.com-20120904101139-xyl0dskdk6dbdfe1
2012-09-04 12:11:39 +02:00
Fabien Meghazi 9612626dac [ADD] Kanban dummy cell click triggers 'add column' button bounce effect
bzr revid: fme@openerp.com-20120904101916-wzkxutkcthgyv2fe
2012-09-04 12:19:16 +02:00
Stephane Wirtel 42ae38116a [MERGE] point_of_sale: Improve the layout of the pos.session.opening wizard.
bzr revid: stw@openerp.com-20120904100711-rp4ca0u9hs0t7vm4
2012-09-04 12:07:11 +02:00
Stephane Wirtel 29b437766f [FIX] amount_to_text: avoid to have a none in the concat
bzr revid: stw@openerp.com-20120904100250-utk61q7ik41lameo
2012-09-04 12:02:50 +02:00
Xavier Morel 76772d06bf [CHG] titlecase discard option in list views
as required by apr

bzr revid: xmo@openerp.com-20120904085447-wvpc9d2iv7vj20pg
2012-09-04 10:54:47 +02:00
Olivier Dony f9be81cb20 [MERGE] file_open: give precedence to directory before zip, courtesy of Florent Xicluna
bzr revid: odo@openerp.com-20120904074105-ql796z5c8b6o4cyf
2012-09-04 09:41:05 +02:00
Stephane Wirtel f56863c672 [FIX] Reset the right python environment
bzr revid: stw@openerp.com-20120904073502-xce3wn064f8e0pru
2012-09-04 09:35:02 +02:00
Launchpad Translations on behalf of openerp ffc772edfd Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120904045249-1039twan4q8v5oip
2012-09-04 04:52:49 +00:00
Fabien Pinckaers 8e975d7406 [IMP] Notes icon
bzr revid: fp@openerp.com-20120903224147-eeby02dymv5jyfv5
2012-09-04 00:41:47 +02:00
Fabien Pinckaers ef307f1497 [NEW] First version of sticky notes module
bzr revid: fp@openerp.com-20120903223741-2buu5a361pq4kbko
2012-09-04 00:37:41 +02:00
Fabien Pinckaers 74e4fe0f53 [MERGE] USablity improvements: product form/kanban/search, membership, projects
bzr revid: fp@tinyerp.com-20120903175638-lq221k6yjyams8kn
2012-09-03 19:56:38 +02:00
Fabien Pinckaers 6cab091639 [IMP] usability product kanban and search
bzr revid: fp@tinyerp.com-20120903175517-ue9rn3g0j05qge1f
2012-09-03 19:55:17 +02:00
Fabien Pinckaers 3eaeda7144 [IMP] Product view
bzr revid: fp@tinyerp.com-20120903175410-d1434rw9cs3ekmo8
2012-09-03 19:54:10 +02:00
Vo Minh Thu f3742f0558 [FIX] test_ir_sequence: reduce the number of call to next() (to reduce test time).
bzr revid: vmt@openerp.com-20120903145929-p4kp6eotkcflletk
2012-09-03 16:59:29 +02:00
Vo Minh Thu 4498663baf [FIX] ad_paths: makes sure the server addons path is absolute (needed when using cProfile).
bzr revid: vmt@openerp.com-20120903145828-8yflgc0lfqn6woai
2012-09-03 16:58:28 +02:00
Frédéric van der Essen 30425f2f2a [MERGE] point_of_sale: small loading refactor
bzr revid: fva@openerp.com-20120903142642-wr65l7n3g7a76wus
2012-09-03 16:26:42 +02:00
Frédéric van der Essen f8212984f3 [IMP] point_of_sale: moved data loading to it's own method for easier extension dev
bzr revid: fva@openerp.com-20120903142527-iv0d97a0tzbjyo6o
2012-09-03 16:25:27 +02:00
Stephane Wirtel b832115057 [FIX] point_of_sale: Return the state of the session in the wizard
bzr revid: stw@openerp.com-20120903134533-lqyay7rv7jkusde8
2012-09-03 15:45:33 +02:00
Fabien Pinckaers c09802208d [FIX] some issues
bzr revid: fp@tinyerp.com-20120903134503-obbbb47f7chxt461
2012-09-03 15:45:03 +02:00
Frédéric van der Essen d66b22bd26 [MERGE] some more point_of_sale fixes
bzr revid: fva@openerp.com-20120903133534-lmfxxlj0zmx8hcvy
2012-09-03 15:35:34 +02:00
Frédéric van der Essen 2c3b3a0bd1 [IMP] point_of_sale: adding a description field to the products
bzr revid: fva@openerp.com-20120903133239-hai1o87yrpxvbaic
2012-09-03 15:32:39 +02:00
Olivier Dony 869564ce28 [MERGE] file_open: give precedence to directory before zip, courtesy of Florent Xicluna
lp bug: https://launchpad.net/bugs/928376 fixed
lp bug: https://launchpad.net/bugs/928507 fixed

bzr revid: odo@openerp.com-20120903130536-5sqwp9tnhk1ntee3
2012-09-03 15:05:36 +02:00
Frédéric van der Essen fab8fe4f26 [MERGE] some pos improvements
bzr revid: fva@openerp.com-20120903125943-x1unw8rmtlw1fpgs
2012-09-03 14:59:43 +02:00
Stephane Wirtel d5459171bd [FIX] point_of_sale: Show the Opening and Closing balance only if the session is closed
bzr revid: stw@openerp.com-20120903125740-xxl4x298imiyo0y9
2012-09-03 14:57:40 +02:00
Frédéric van der Essen 3c89853a7d [MERGE] from trunk
bzr revid: fva@openerp.com-20120903125328-l5tpda3gkw7a6pxz
2012-09-03 14:53:28 +02:00
Frédéric van der Essen 6040787bb0 [FIX] point_of_sale: forgot to add the nohover css file
bzr revid: fva@openerp.com-20120903124838-gmn4wsjrbqnhbi9m
2012-09-03 14:48:38 +02:00
Vo Minh Thu b5c60844da [FIX] yaml_import: really raise YamlImportExceptions.
bzr revid: vmt@openerp.com-20120903122902-djhju2raxkmaspik
2012-09-03 14:29:02 +02:00
Frédéric van der Essen 81115666a1 [IMP] point_of_sale: only sell products that can be sold ...
bzr revid: fva@openerp.com-20120903122649-etypfgvdjo3s8p0s
2012-09-03 14:26:49 +02:00
Vo Minh Thu d961735db0 [FIX] hr_holidays: remove the `confirm` signal call since that transition was removed in rev. 7335.
bzr revid: vmt@openerp.com-20120903122321-y7f4r35b7b11iv5m
2012-09-03 14:23:21 +02:00
Fabien Pinckaers 2a980a13f6 [IMP] grey background for projects
bzr revid: fp@tinyerp.com-20120903121016-4d4fm4q976c3ha9d
2012-09-03 14:10:16 +02:00
Fabien Pinckaers e20d096a26 [IMP] class on projects
bzr revid: fp@tinyerp.com-20120903120621-cv1k580qiexrq1i7
2012-09-03 14:06:21 +02:00
Frédéric van der Essen 716651c27d [IMP] point_of_sale: alternative css without hover effects for resistive screens
bzr revid: fva@openerp.com-20120903115954-t26j8qx54a6o9pta
2012-09-03 13:59:54 +02:00
Antony Lesuisse df6668cd78 [REM] Session remove on_session
bzr revid: al@openerp.com-20120903113059-8jts6776xryjeadl
2012-09-03 13:30:59 +02:00
Frédéric van der Essen be5c5b60b2 [MERGE] point_of_sale: disable validation on uncomplete payment
bzr revid: fva@openerp.com-20120903113010-4s64ihtpvdk8kec3
2012-09-03 13:30:10 +02:00
Fabien Pinckaers f29be675e2 [FIX] all image stuff on groups, users, partners
bzr revid: fp@tinyerp.com-20120903095527-7rk7wxuldv80fj4v
2012-09-03 11:55:27 +02:00
Frédéric van der Essen a77587e064 [MERGE] from trunk
bzr revid: fva@openerp.com-20120903094840-vd63m4i8vkqxjij2
2012-09-03 11:48:40 +02:00
Fabien Pinckaers 61ff37d19c [IMP] membership usability form view
bzr revid: fp@openerp.com-20120903062246-s4nwewrzmepqmj7t
2012-09-03 08:22:46 +02:00
Fabien Pinckaers 4deba0a548 [IMP] removed unused actions
bzr revid: fp@openerp.com-20120903060200-4p32jlxqeq2pn30h
2012-09-03 08:02:00 +02:00
Launchpad Translations on behalf of openerp e3f1c26e6a Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120901045519-l6nqaovtdathorsj
bzr revid: launchpad_translations_on_behalf_of_openerp-20120903052117-yz3n1mkbu0qpbnfo
2012-09-03 05:21:17 +00:00
Fabien Pinckaers bc3e037824 imp
bzr revid: fp@openerp.com-20120902201818-ralmbhmxvejbc9kf
2012-09-02 22:18:18 +02:00
Fabien Pinckaers 7e06f1e1ff [IMP] typo
bzr revid: fp@openerp.com-20120902193835-2kad810gv6po993x
2012-09-02 21:38:35 +02:00
Fabien Pinckaers 0793149ee7 [IMP] usability: config of HR
bzr revid: fp@openerp.com-20120902193449-xctby8h4alr5fw3l
2012-09-02 21:34:49 +02:00
Fabien Pinckaers e0d37e333a [IMP] Usability Inventory Form
bzr revid: fp@openerp.com-20120902192416-26j9sxwh07p03qbz
2012-09-02 21:24:16 +02:00