Commit Graph

29353 Commits

Author SHA1 Message Date
Fabien Meghazi fc1375a782 [IMP] Improved styling of tabs and group fieldset
bzr revid: fme@openerp.com-20111114112627-euf7h75zxnzrkpz5
2011-11-14 12:26:27 +01:00
Quentin (OpenERP) f033b7b1b1 [FIX] account: encoding by line is now working also for tax included (in fact it doesn't consider that value, but it's normal)
bzr revid: qdp-launchpad@openerp.com-20111114103945-blqw5f4egom3dp9m
2011-11-14 11:39:45 +01:00
Fabien Pinckaers f79e0d1f59 [Merge] hr improvements
bzr revid: fp@tinyerp.com-20111114112021-neqf57c8kd0cfu0s
2011-11-14 12:20:21 +01:00
Fabien Pinckaers 4d77356d91 misc
bzr revid: fp@tinyerp.com-20111114111810-v5jspbkway8lf6nc
2011-11-14 12:18:10 +01:00
Fabien Meghazi 54bde62da0 [IMP] Form view sidebar actions like print should implicitly save the record
bzr revid: fme@openerp.com-20111114110239-g2s034i66rmhh2ne
2011-11-14 12:02:39 +01:00
Fabien Pinckaers a85abc9e8e fix
bzr revid: fp@tinyerp.com-20111114105351-5419ef3lpxwg16cj
2011-11-14 11:53:51 +01:00
Fabien Pinckaers af0ad123c4 [IMP] Cleaning and useability: project_gtd and crm_todo
bzr revid: fp@tinyerp.com-20111114104734-sqliojpjnmwuib27
2011-11-14 11:47:34 +01:00
Fabien Meghazi bb9f7923fb [FIX] Dynamic method calls in sidebar won't work once label are translated
bzr revid: fme@openerp.com-20111114104329-nyflvgm5kz7ykq2c
2011-11-14 11:43:29 +01:00
Xavier Morel d2a0f9bcba [IMP] mark a bunch of strings as translatable in searchview JS
bzr revid: xmo@openerp.com-20111114101221-905mu3id02o3n2li
2011-11-14 11:12:21 +01:00
Fabien Meghazi 86ecdd5e90 [FIX] Form view: 'string' attribute on 'group' tag is ignored (courtesy of Stefan Rijnhart)
lp bug: https://launchpad.net/bugs/883445 fixed

bzr revid: fme@openerp.com-20111114101118-jtqxe3095j9pn4ik
2011-11-14 11:11:18 +01:00
Xavier Morel 097ea702fa [ADD] 'id' to all advanced filters if not in fields_get, to serve as a 'get resource by id' in web client
also fix broken extended filters due to broken oldwidget

lp bug: https://launchpad.net/bugs/885994 fixed

bzr revid: xmo@openerp.com-20111114095738-9nfpr970235k15fv
2011-11-14 10:57:38 +01:00
Vo Minh Thu a3dc1c851d [MERGE] long import syntax for PIL modules.
bzr revid: vmt@openerp.com-20111114095121-126dcm97qkzb2vkf
2011-11-14 10:51:21 +01:00
Fabien Pinckaers 930f969829 [IMP] __openerp__ of crm_todo, project_gtd
bzr revid: fp@tinyerp.com-20111114094428-vvu91bmoull0hfb4
2011-11-14 10:44:28 +01:00
Xavier Morel c6d6027f64 [FIX] cell borders in padding rows of list views
bzr revid: xmo@openerp.com-20111114092721-n9gqprm31hhcfr5w
2011-11-14 10:27:21 +01:00
Fabien Pinckaers 7684853fd2 merge: analysis view with year/month with OR expression
bzr revid: fp@tinyerp.com-20111114092708-hlbxj7ah6gg7g452
2011-11-14 10:27:08 +01:00
Xavier Morel 9417544ae1 [ADD] borders to table data cells
lp bug: https://launchpad.net/bugs/849867 fixed

bzr revid: xmo@openerp.com-20111114092026-dukm2lml07ngwh0o
2011-11-14 10:20:26 +01:00
Fabien Pinckaers e2fbf93799 [IMP] analysis view, filter OR year/month
bzr revid: fp@tinyerp.com-20111114091831-h6mx15bpnti694pa
2011-11-14 10:18:31 +01:00
Fabien Pinckaers 605c2d6be3 fix
bzr revid: fp@tinyerp.com-20111114091059-tq5c7dnbrmc3am1z
2011-11-14 10:10:59 +01:00
Fabien Pinckaers 392ad165ff [IMP] sales analysis for everyone
bzr revid: fp@tinyerp.com-20111114090906-adu6jedq5211zoly
2011-11-14 10:09:06 +01:00
Xavier Morel 194cc51b22 [FIX] only aggregate columns explicitly asking for aggregation ~/projects/tiny/web/current
Instead of relying only on the column's group_operator, ensure the
view itself asks for the aggregation function (by checking if the
corresponding field attribute is set).

If the @group_operator function is not set on the field (even without
a label, it just has to be *there* so `<field sum=""/>` would work),
do not aggregate the column at all.

bzr revid: xmo@openerp.com-20111114081853-a9ja0zdaxk2261nd
2011-11-14 09:18:53 +01:00
Xavier Morel 737f5db54e [IMP] right-align number cells in editable list rows
bzr revid: xmo@openerp.com-20111114075940-f5fxqeq01pudxhez
2011-11-14 08:59:40 +01:00
Fabien Pinckaers 5ac3795cee fix
bzr revid: fp@tinyerp.com-20111114071530-loernoexm12d33gp
2011-11-14 08:15:30 +01:00
Fabien Pinckaers 136000dac3 merge: sales dashbaord
bzr revid: fp@tinyerp.com-20111114071258-stml2eqe843x891t
2011-11-14 08:12:58 +01:00
Denis Seleznyov f373597f33 [FIX]:AccessInit: hash collision error possible
lp bug: https://launchpad.net/bugs/859123 fixed

bzr revid: nch@tinyerp.com-20111114065105-ho6id5qnsndd5ks9
2011-11-14 12:21:05 +05:30
Launchpad Translations on behalf of openerp 99a3ab1c43 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111114051611-vh5mg7z5lw18qcdd
2011-11-14 05:16:11 +00:00
Divyesh Makwana (Open ERP) afcd103391 [FIX] sale : Rename Sales Dashboard Into Sales
lp bug: https://launchpad.net/bugs/888444 fixed

bzr revid: mdi@tinyerp.com-20111114050452-yulkn5ovzvxarweg
2011-11-14 10:34:52 +05:30
Fabien Pinckaers 6b90a07049 fix
bzr revid: fp@tinyerp.com-20111113233010-fv753506yvzotu4y
2011-11-14 00:30:10 +01:00
Fabien Pinckaers 9de93be3dd [IMP] sale test
bzr revid: fp@tinyerp.com-20111113232831-triduylqi3czqwd1
2011-11-14 00:28:31 +01:00
Fabien Pinckaers bae50f2557 [IMP] Purchase YAML tests rewritten using new view: feature
bzr revid: fp@tinyerp.com-20111113230158-4r36c2sdg23uuuyo
2011-11-14 00:01:58 +01:00
Fabien Pinckaers 50ed8b5021 [IMP] Purchase YAML tests rewritten using new view: feature
bzr revid: fp@tinyerp.com-20111113225342-psyip630dif45qay
2011-11-13 23:53:42 +01:00
Fabien Pinckaers edd35657f8 [FIX] test scenario
bzr revid: fp@tinyerp.com-20111113192805-luc1523nc291xfxl
2011-11-13 20:28:05 +01:00
Fabien Pinckaers 41fdf0e1aa fix
bzr revid: fp@tinyerp.com-20111113184721-6el7zz79e619iyro
2011-11-13 19:47:21 +01:00
Fabien Pinckaers 4ef9a77cb7 [FIX] Purchase test flow
bzr revid: fp@tinyerp.com-20111113170526-u6ib44s7pd9kyqct
2011-11-13 18:05:26 +01:00
Fabien Pinckaers 4a8db01472 fix
bzr revid: fp@tinyerp.com-20111113162059-b7317dp26i8ide8p
2011-11-13 17:20:59 +01:00
Fabien Pinckaers ecc200a14f merge coverage purchase
bzr revid: fp@tinyerp.com-20111113160732-7ic5t0igzh0jw2pm
2011-11-13 17:07:32 +01:00
Fabien Pinckaers 44ed492930 [merge] acocunt move line coverage
bzr revid: fp@tinyerp.com-20111113160110-1vacjizizwqwkmex
2011-11-13 17:01:10 +01:00
Fabien Pinckaers 14874a989e [IMP] Clean demo data of project and project long term using scheduler
bzr revid: fp@tinyerp.com-20111113154052-gh2a8y2tqkdv2ll9
2011-11-13 16:40:52 +01:00
Fabien Pinckaers 7e785ced6b [merge] project & project long term demo data
bzr revid: fp@tinyerp.com-20111113141316-nx969ujp66s9d0c5
2011-11-13 15:13:16 +01:00
Fabien Pinckaers 36a3ad67e3 [fIX] priorities default values on applicants
bzr revid: fp@tinyerp.com-20111113133403-ed4ggv7bvaoud6xn
2011-11-13 14:34:03 +01:00
Fabien Pinckaers 9115fcdea2 [fix] project members full for kanban
bzr revid: fp@tinyerp.com-20111113131533-frs0o44ag1r575xu
2011-11-13 14:15:33 +01:00
Fabien Pinckaers dd80543364 [IMP] kanban of applicants
bzr revid: fp@tinyerp.com-20111113124531-m9dwsnof0zmq3ek5
2011-11-13 13:45:31 +01:00
Fabien Pinckaers 6088430d07 [IMP] read_group_full
bzr revid: fp@tinyerp.com-20111113120715-wpk15id1313to4ag
2011-11-13 13:07:15 +01:00
Fabien Meghazi 9c1ffaf129 [FIX] Prevent ViewManager to remove other spans from the title
bzr revid: fme@openerp.com-20111113120148-bwhdrxmimjq5ar6w
2011-11-13 13:01:48 +01:00
Fabien Pinckaers 5b59cff84e [IMP] warning on bad quantities on production, fix UoM possible problem at install
lp bug: https://launchpad.net/bugs/787950 fixed

bzr revid: fp@tinyerp.com-20111113100346-9pjh7z7trsgadcjv
2011-11-13 11:03:46 +01:00
Launchpad Translations on behalf of openerp 363cc3b855 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111112045303-su1y0kkbac01hgsy
bzr revid: launchpad_translations_on_behalf_of_openerp-20111113055634-wxvdn7892y1blyst
2011-11-13 05:56:34 +00:00
Fabien Pinckaers dc04a292a4 [IMP] read_group full on crm.opportunities for kanban views, need to move this code to be used by others modules in tools
bzr revid: fp@tinyerp.com-20111112004405-m511icvvf3worvod
2011-11-12 01:44:05 +01:00
Fabien Pinckaers 31c9a1691e fix
bzr revid: fp@tinyerp.com-20111111225014-9mk3ksxkrt0wjbl1
2011-11-11 23:50:14 +01:00
Fabien Pinckaers 6df6daa81b merge_auction_or
bzr revid: fp@tinyerp.com-20111111212851-h78y3k46a58nlpla
2011-11-11 22:28:51 +01:00
Fabien Pinckaers 1e4c56ff80 merge_coverage
bzr revid: fp@tinyerp.com-20111111212557-ebstlrrgpf257qbv
2011-11-11 22:25:57 +01:00
Fabien Pinckaers 2c6c63d90e [IMP] payroll_account
bzr revid: fp@tinyerp.com-20111111211127-bjd0z3ubxqpyu93b
2011-11-11 22:11:27 +01:00