Commit Graph

41369 Commits

Author SHA1 Message Date
Quentin (OpenERP) 1fd5cf94e5 [MERGE] merged the dev branch with us letter format support for RML files
bzr revid: qdp-launchpad@openerp.com-20111222151758-1t7ixg0p770j2mli
2011-12-22 16:17:58 +01:00
Quentin (OpenERP) a1e8dc5f12 [MERGE] merged the dev branch with us letter format support for RML files
bzr revid: qdp-launchpad@openerp.com-20111222151559-1jmgkd1ykkj6iuau
2011-12-22 16:15:59 +01:00
Thibault Delavallée 2c60bd8f42 [MERGE] crm.case.categ: fixed bug 907510: bug fix in creating issues categories
bzr revid: tde@openerp.com-20111222150731-uduh48ixz3au1vzp
2011-12-22 16:07:31 +01:00
Thibault Delavallée c4907c9f33 [MERGE] sale: fixed bug 907715: passing context in product_id_change call in product_uom_change
bzr revid: tde@openerp.com-20111222142512-5pb2311k9xtkj949
2011-12-22 15:25:12 +01:00
Fabien Pinckaers 591b929f5d [IMP] employee leave status info
bzr revid: fp@tinyerp.com-20111222142402-bwxyy2xihu76d4p7
2011-12-22 15:24:02 +01:00
Vo Minh Thu 20dd20447e [FIX] base_action_rule: missing context = {} initialization.
bzr revid: vmt@openerp.com-20111222141018-u6by4ht7x4zvvxts
2011-12-22 15:10:18 +01:00
Antony Lesuisse 41c2ffb480 [FIX] edi qweb template loading
bzr revid: al@openerp.com-20111222140931-smsmbpna3g9na1fn
2011-12-22 15:09:31 +01:00
Antony Lesuisse 4a99f28a02 [FIX] share email warning and menu tips
bzr revid: al@openerp.com-20111222140135-2gh7pwmr4ir2qb04
2011-12-22 15:01:35 +01:00
Xavier Morel 48c8f9a47a [FIX] stock: only apply transformations to form fields of stock.change.product.qty when fields_view_get is on a form view
Also remove useless & bonkers conditionals (checking that a key exists
in a dict and then setting one of its sub-keys whether or not the test
succeeded is going to blow up either way), and simplify the code since

    if condition:
        some_value = True
    else:
        some_value = False

can just be written as:

    some_value = condition

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

bzr revid: xmo@openerp.com-20111222134620-bpi9d24msbia4ymm
2011-12-22 14:46:20 +01:00
niv-openerp fe56720ee9 [fix] small problem with payment button
bzr revid: nicolas.vanhoren@openerp.com-20111222134350-utrh2qqexeh103bh
2011-12-22 14:43:50 +01:00
niv-openerp 13e46ecebf [fix] problem with list view o2m: not refreshing the view after we clicked
bzr revid: nicolas.vanhoren@openerp.com-20111222132447-rkcieookqbnanyas
2011-12-22 14:24:47 +01:00
Thibault Delavallée ff513b476c [MERGE] hr_evaluation.evaluation: fixed bug 897580: interviews cancelled when cancelling appraisal
bzr revid: tde@openerp.com-20111222132224-e6j8mq3yutr1ft2i
2011-12-22 14:22:24 +01:00
Vo Minh Thu 123781fb9f [FIX] point_of_sale: removed hard-coded name matching a name generated (later)
by a sequence, thus throwing a unique name constraint error.

bzr revid: vmt@openerp.com-20111222130947-ixumokp3b2bkap96
2011-12-22 14:09:47 +01:00
niv-openerp e05b605dca [fix] problem with list view in o2m and buttons that should be disabled in some cases
lp bug: https://launchpad.net/bugs/884207 fixed

bzr revid: nicolas.vanhoren@openerp.com-20111222124913-fezv69rxh7xoulkm
2011-12-22 13:49:13 +01:00
Xavier Morel 8631222f1a [FIX] missing field in o2m list view spec crashing @colors evaluation
bzr revid: xmo@openerp.com-20111222124726-mtxk20hoydhihpdn
2011-12-22 13:47:26 +01:00
Manfred Rockel b57608c859 [FIX] sale : passed context argument in product_id_change call in product_uom_change method of sale/sale.py
lp bug: https://launchpad.net/bugs/907715 fixed

bzr revid: bde@tinyerp.com-20111222120959-dsk7b6lspzcxk3vm
2011-12-22 17:39:59 +05:30
Xavier Morel c728c5ec17 [FIX] invalid login warning: session_authenticate resolves if and only if login is successful, need to hook on on_session_invalid to get invalid login notification
bzr revid: xmo@openerp.com-20111222114635-916grnoc99nqlbl3
2011-12-22 12:46:35 +01:00
Vo Minh Thu ab5f1f876a [MERGE] use the new float rounding code in some mrp tests.
bzr revid: vmt@openerp.com-20111222112020-ecqt8b62aojw5tpw
2011-12-22 12:20:20 +01:00
Vo Minh Thu 6bb854b893 [MERGE] merged the new floats rounding code.
bzr revid: vmt@openerp.com-20111222111551-3np72b3u6qt8lkeo
2011-12-22 12:15:51 +01:00
Xavier Morel 86a77fd9f9 [FIX] use classes for CSS rules of login page
bzr revid: xmo@openerp.com-20111222105208-idjxjb9cydqzs2d9
2011-12-22 11:52:08 +01:00
Fabien Meghazi e6e2a6f7db [FIX] Fixed pager button height in embedded views
bzr revid: fme@openerp.com-20111222111105-mcmjd91i0bk0dnnk
2011-12-22 12:11:05 +01:00
Vo Minh Thu 1039b40257 [MERGE] merged branch to handle the new exceptions with netrpc (was done for xmlrpc but not for netrpc).
bzr revid: vmt@openerp.com-20111222104456-xd5y13zzdkmlqwng
2011-12-22 11:44:56 +01:00
Fabien Meghazi c325c5a9e9 [IMP] Make action manager 100% in order to let sidebar extend until the footer
bzr revid: fme@openerp.com-20111222102741-xlwk80e94qtdf310
2011-12-22 11:27:41 +01:00
Fabien Pinckaers c556070f0b [FIX] bank statement for cash registers, ending balance checks
bzr revid: fp@tinyerp.com-20111222102703-9f6qrj7q1prn000i
2011-12-22 11:27:03 +01:00
Kuldeep Joshi (OpenERP) 6615565745 [FIX] crm : change the search condition of crm_case_categ
lp bug: https://launchpad.net/bugs/907510 fixed

bzr revid: kjo@tinyerp.com-20111222102053-rrpyuj9jbswjtuyv
2011-12-22 15:50:53 +05:30
Raphael Collet 10bfb2b283 [MERGE] mrp_repair: improve yml test coverage
bzr revid: rco@openerp.com-20111222101220-0jyr48wsa1xpxgcr
2011-12-22 11:12:20 +01:00
Olivier Dony 0eb2986e15 [IMP] safe_eval: allow INPLACE* operator opcodes as introduced in PEP-203
bzr revid: odo@openerp.com-20111222101106-h3qbhx53hyhyjor5
2011-12-22 11:11:06 +01:00
Raphael Collet cd79031279 [FIX] sale: test wrongly compares an invoice's journal with an arbitrary sales journal
bzr revid: rco@openerp.com-20111222095621-1pt1di80qt1k65oe
2011-12-22 10:56:21 +01:00
Fabien Meghazi 3fed9913e0 [FIX] Add dialog popup title for relation fields
lp bug: https://launchpad.net/bugs/890205 fixed

bzr revid: fme@openerp.com-20111222095614-d1cglprejrs1ddyf
2011-12-22 10:56:14 +01:00
Fabien Meghazi 00344dace3 [MERGE] Merge with last trunk
bzr revid: fme@openerp.com-20111222095248-yt36zxntdyt5kce5
2011-12-22 10:52:48 +01:00
Fabien Pinckaers d0364f8ed2 [FIX] use correct account on categ if not on product
bzr revid: fp@tinyerp.com-20111222094914-7qz3pktoqyc9cr2z
2011-12-22 10:49:14 +01:00
Fabien Meghazi f442c65759 [IMP] Prefix dialog titles with translated action
bzr revid: fme@openerp.com-20111222094012-ldm50y0kbeb63o1l
2011-12-22 10:40:12 +01:00
Thibault Delavallée a665620c73 [MERGE] crm: fixed bug 907316: undefined context in opportunity creation wizard
bzr revid: tde@openerp.com-20111222091055-szsz2lca1499gg61
2011-12-22 10:10:55 +01:00
Xavier Morel 39beec9350 [IMP] recompress logo2
bzr revid: xmo@openerp.com-20111222090925-sjy3c186sg9j8s2x
2011-12-22 10:09:25 +01:00
Xavier Morel 1583d25529 [MERGE] new login page
bzr revid: xmo@openerp.com-20111222090854-ps6gka84fk0qjzo8
2011-12-22 10:08:54 +01:00
Vo Minh Thu 4e2d5eba1c [IMP] module loading: iterate on the module graph in deterministic order (by sorting modules for each level).
bzr revid: vmt@openerp.com-20111222090156-us0zccgy50buoi13
2011-12-22 10:01:56 +01:00
Xavier Morel 6c89aa8704 [MERGE] home CSS improvements
bzr revid: xmo@openerp.com-20111222085950-zwues4sctwde6eby
2011-12-22 09:59:50 +01:00
Xavier Morel abd1ce9e0d [FIX] progressbar content fillcolor
bzr revid: xmo@openerp.com-20111222084811-etq4pjg8raiylstt
2011-12-22 09:48:11 +01:00
DBR (OpenERP) ded2d63235 [IMP] improve Typo and remove extra space.
bzr revid: dbr@tinyerp.com-20111222084727-34aef7zcbcc88dhv
2011-12-22 14:17:27 +05:30
Xavier Morel 3d492198c7 [MERGE] fix of border in configuration overview progressbar, courtesy of Synconics Technologies
bzr revid: xmo@openerp.com-20111222084406-m7ewg7vmfe3c5ksr
2011-12-22 09:44:06 +01:00
DBR (OpenERP) 12ab693737 [RMV]mrp_repair: Delete the demo.xml
bzr revid: dbr@tinyerp.com-20111222075648-6h2yrn9o4r7fvcnq
2011-12-22 13:26:48 +05:30
DBR (OpenERP) e335a62857 [ADD,IMP]mrp_repair:
added:
  mrp_repair/mrp_repair_demo.yml
  mrp_repair/test/test_mrp_repair_afterinv.yml
  mrp_repair/test/test_mrp_repair_b4inv.yml
  mrp_repair/test/test_mrp_repair_cancel.yml
  mrp_repair/test/test_mrp_repair_noneinv.yml
modified:
  mrp_repair/__openerp__.py

bzr revid: dbr@tinyerp.com-20111222070828-12w2d6csvranc386
2011-12-22 12:38:28 +05:30
Kuldeep Joshi (OpenERP) 2392723380 [FIX] crm: pass context to the method
lp bug: https://launchpad.net/bugs/907316 fixed

bzr revid: kjo@tinyerp.com-20111222055739-akhfwnvag2xnwy3f
2011-12-22 11:27:39 +05:30
Launchpad Translations on behalf of openerp fd7c6686bb Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111222052714-pu3q5tgt8tcioe50
bzr revid: launchpad_translations_on_behalf_of_openerp-20111222053231-o7q6je1muqzcndo6
2011-12-22 05:32:31 +00:00
Synconics Technologies 16831ba849 [FIX] Fixed minor border issue in css.
bzr revid: contact@synconics.com-20111222043836-v7h5vknc1yssiobv
2011-12-22 10:08:36 +05:30
Fabien Pinckaers c0380d53d3 [IMP] search on code for prod lot
bzr revid: fp@tinyerp.com-20111221222717-thhvlq0ryzl0gzv9
2011-12-21 23:27:17 +01:00
Fabien Pinckaers c6fd3fbfa2 [IMP] removed property_ids warning
bzr revid: fp@tinyerp.com-20111221222105-1izzexpvb5epj84b
2011-12-21 23:21:05 +01:00
Fabien Pinckaers 4867d8563a [IMP] groupby company on product margin
bzr revid: fp@tinyerp.com-20111221221924-8yg0by6j3n6q1dkl
2011-12-21 23:19:24 +01:00
Fabien Pinckaers 039be564bc nope
bzr revid: fp@tinyerp.com-20111221221753-acz6jdd7oz92ekrf
2011-12-21 23:17:53 +01:00
Fabien Pinckaers 9ebecb2166 [IMP] close a period
lp bug: https://launchpad.net/bugs/901554 fixed

bzr revid: fp@tinyerp.com-20111221221617-8k270oadluvlgch9
2011-12-21 23:16:17 +01:00