odoo/odoo.git
12 years ago[FIX] stock: only apply transformations to form fields of stock.change.product.qty...
Xavier Morel [Thu, 22 Dec 2011 13:46:20 +0000 (14:46 +0100)]
[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

12 years ago[fix] small problem with payment button
niv-openerp [Thu, 22 Dec 2011 13:43:50 +0000 (14:43 +0100)]
[fix] small problem with payment button

bzr revid: nicolas.vanhoren@openerp.com-20111222134350-utrh2qqexeh103bh

12 years ago[fix] problem with list view o2m: not refreshing the view after we clicked
niv-openerp [Thu, 22 Dec 2011 13:24:47 +0000 (14:24 +0100)]
[fix] problem with list view o2m: not refreshing the view after we clicked

bzr revid: nicolas.vanhoren@openerp.com-20111222132447-rkcieookqbnanyas

12 years ago[MERGE] hr_evaluation.evaluation: fixed bug 897580: interviews cancelled when cancell...
Thibault Delavallée [Thu, 22 Dec 2011 13:22:24 +0000 (14:22 +0100)]
[MERGE] hr_evaluation.evaluation: fixed bug 897580: interviews cancelled when cancelling appraisal

bzr revid: tde@openerp.com-20111222132224-e6j8mq3yutr1ft2i

12 years ago[FIX] point_of_sale: removed hard-coded name matching a name generated (later)
Vo Minh Thu [Thu, 22 Dec 2011 13:09:47 +0000 (14:09 +0100)]
[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

12 years ago[fix] problem with list view in o2m and buttons that should be disabled in some cases
niv-openerp [Thu, 22 Dec 2011 12:49:13 +0000 (13:49 +0100)]
[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

12 years ago[FIX] missing field in o2m list view spec crashing @colors evaluation
Xavier Morel [Thu, 22 Dec 2011 12:47:26 +0000 (13:47 +0100)]
[FIX] missing field in o2m list view spec crashing @colors evaluation

bzr revid: xmo@openerp.com-20111222124726-mtxk20hoydhihpdn

12 years ago[FIX] invalid login warning: session_authenticate resolves if and only if login is...
Xavier Morel [Thu, 22 Dec 2011 11:46:35 +0000 (12:46 +0100)]
[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

12 years ago[MERGE] use the new float rounding code in some mrp tests.
Vo Minh Thu [Thu, 22 Dec 2011 11:20:20 +0000 (12:20 +0100)]
[MERGE] use the new float rounding code in some mrp tests.

bzr revid: vmt@openerp.com-20111222112020-ecqt8b62aojw5tpw

12 years ago[MERGE] merged the new floats rounding code.
Vo Minh Thu [Thu, 22 Dec 2011 11:15:51 +0000 (12:15 +0100)]
[MERGE] merged the new floats rounding code.

bzr revid: vmt@openerp.com-20111222111551-3np72b3u6qt8lkeo

12 years ago[FIX] use classes for CSS rules of login page
Xavier Morel [Thu, 22 Dec 2011 10:52:08 +0000 (11:52 +0100)]
[FIX] use classes for CSS rules of login page

bzr revid: xmo@openerp.com-20111222105208-idjxjb9cydqzs2d9

12 years ago[FIX] Fixed pager button height in embedded views
Fabien Meghazi [Thu, 22 Dec 2011 11:11:05 +0000 (12:11 +0100)]
[FIX] Fixed pager button height in embedded views

bzr revid: fme@openerp.com-20111222111105-mcmjd91i0bk0dnnk

12 years ago[MERGE] merged branch to handle the new exceptions with netrpc (was done for xmlrpc...
Vo Minh Thu [Thu, 22 Dec 2011 10:44:56 +0000 (11:44 +0100)]
[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

12 years ago[IMP] Make action manager 100% in order to let sidebar extend until the footer
Fabien Meghazi [Thu, 22 Dec 2011 10:27:41 +0000 (11:27 +0100)]
[IMP] Make action manager 100% in order to let sidebar extend until the footer

bzr revid: fme@openerp.com-20111222102741-xlwk80e94qtdf310

12 years ago[FIX] bank statement for cash registers, ending balance checks
Fabien Pinckaers [Thu, 22 Dec 2011 10:27:03 +0000 (11:27 +0100)]
[FIX] bank statement for cash registers, ending balance checks

bzr revid: fp@tinyerp.com-20111222102703-9f6qrj7q1prn000i

12 years ago[MERGE] mrp_repair: improve yml test coverage
Raphael Collet [Thu, 22 Dec 2011 10:12:20 +0000 (11:12 +0100)]
[MERGE] mrp_repair: improve yml test coverage

bzr revid: rco@openerp.com-20111222101220-0jyr48wsa1xpxgcr

12 years ago[IMP] safe_eval: allow INPLACE* operator opcodes as introduced in PEP-203
Olivier Dony [Thu, 22 Dec 2011 10:11:06 +0000 (11:11 +0100)]
[IMP] safe_eval: allow INPLACE* operator opcodes as introduced in PEP-203

bzr revid: odo@openerp.com-20111222101106-h3qbhx53hyhyjor5

12 years ago[FIX] sale: test wrongly compares an invoice's journal with an arbitrary sales journal
Raphael Collet [Thu, 22 Dec 2011 09:56:21 +0000 (10:56 +0100)]
[FIX] sale: test wrongly compares an invoice's journal with an arbitrary sales journal

bzr revid: rco@openerp.com-20111222095621-1pt1di80qt1k65oe

12 years ago[FIX] Add dialog popup title for relation fields
Fabien Meghazi [Thu, 22 Dec 2011 09:56:14 +0000 (10:56 +0100)]
[FIX] Add dialog popup title for relation fields

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

bzr revid: fme@openerp.com-20111222095614-d1cglprejrs1ddyf

12 years ago[MERGE] Merge with last trunk
Fabien Meghazi [Thu, 22 Dec 2011 09:52:48 +0000 (10:52 +0100)]
[MERGE] Merge with last trunk

bzr revid: fme@openerp.com-20111222095248-yt36zxntdyt5kce5

12 years ago[FIX] use correct account on categ if not on product
Fabien Pinckaers [Thu, 22 Dec 2011 09:49:14 +0000 (10:49 +0100)]
[FIX] use correct account on categ if not on product

bzr revid: fp@tinyerp.com-20111222094914-7qz3pktoqyc9cr2z

12 years ago[IMP] Prefix dialog titles with translated action
Fabien Meghazi [Thu, 22 Dec 2011 09:40:12 +0000 (10:40 +0100)]
[IMP] Prefix dialog titles with translated action

bzr revid: fme@openerp.com-20111222094012-ldm50y0kbeb63o1l

12 years ago[MERGE] crm: fixed bug 907316: undefined context in opportunity creation wizard
Thibault Delavallée [Thu, 22 Dec 2011 09:10:55 +0000 (10:10 +0100)]
[MERGE] crm: fixed bug 907316: undefined context in opportunity creation wizard

bzr revid: tde@openerp.com-20111222091055-szsz2lca1499gg61

12 years ago[IMP] recompress logo2
Xavier Morel [Thu, 22 Dec 2011 09:09:25 +0000 (10:09 +0100)]
[IMP] recompress logo2

bzr revid: xmo@openerp.com-20111222090925-sjy3c186sg9j8s2x

12 years ago[MERGE] new login page
Xavier Morel [Thu, 22 Dec 2011 09:08:54 +0000 (10:08 +0100)]
[MERGE] new login page

bzr revid: xmo@openerp.com-20111222090854-ps6gka84fk0qjzo8

12 years ago[IMP] module loading: iterate on the module graph in deterministic order (by sorting...
Vo Minh Thu [Thu, 22 Dec 2011 09:01:56 +0000 (10:01 +0100)]
[IMP] module loading: iterate on the module graph in deterministic order (by sorting modules for each level).

bzr revid: vmt@openerp.com-20111222090156-us0zccgy50buoi13

12 years ago[MERGE] home CSS improvements
Xavier Morel [Thu, 22 Dec 2011 08:59:50 +0000 (09:59 +0100)]
[MERGE] home CSS improvements

bzr revid: xmo@openerp.com-20111222085950-zwues4sctwde6eby

12 years ago[FIX] progressbar content fillcolor
Xavier Morel [Thu, 22 Dec 2011 08:48:11 +0000 (09:48 +0100)]
[FIX] progressbar content fillcolor

bzr revid: xmo@openerp.com-20111222084811-etq4pjg8raiylstt

12 years ago[IMP] improve Typo and remove extra space.
DBR (OpenERP) [Thu, 22 Dec 2011 08:47:27 +0000 (14:17 +0530)]
[IMP] improve Typo and remove extra space.

bzr revid: dbr@tinyerp.com-20111222084727-34aef7zcbcc88dhv

12 years ago[MERGE] fix of border in configuration overview progressbar, courtesy of Synconics...
Xavier Morel [Thu, 22 Dec 2011 08:44:06 +0000 (09:44 +0100)]
[MERGE] fix of border in configuration overview progressbar, courtesy of Synconics Technologies

bzr revid: xmo@openerp.com-20111222084406-m7ewg7vmfe3c5ksr

12 years ago[RMV]mrp_repair: Delete the demo.xml
DBR (OpenERP) [Thu, 22 Dec 2011 07:56:48 +0000 (13:26 +0530)]
[RMV]mrp_repair: Delete the demo.xml

bzr revid: dbr@tinyerp.com-20111222075648-6h2yrn9o4r7fvcnq

12 years ago[ADD,IMP]mrp_repair:
DBR (OpenERP) [Thu, 22 Dec 2011 07:08:28 +0000 (12:38 +0530)]
[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

12 years ago[FIX] crm: pass context to the method
Kuldeep Joshi (OpenERP) [Thu, 22 Dec 2011 05:57:39 +0000 (11:27 +0530)]
[FIX] crm: pass context to the method

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

bzr revid: kjo@tinyerp.com-20111222055739-akhfwnvag2xnwy3f

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 22 Dec 2011 05:32:31 +0000 (05:32 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111222052714-pu3q5tgt8tcioe50
bzr revid: launchpad_translations_on_behalf_of_openerp-20111222053231-o7q6je1muqzcndo6

12 years ago[FIX] Fixed minor border issue in css.
Synconics Technologies [Thu, 22 Dec 2011 04:38:36 +0000 (10:08 +0530)]
[FIX] Fixed minor border issue in css.

bzr revid: contact@synconics.com-20111222043836-v7h5vknc1yssiobv

12 years ago[IMP] search on code for prod lot
Fabien Pinckaers [Wed, 21 Dec 2011 22:27:17 +0000 (23:27 +0100)]
[IMP] search on code for prod lot

bzr revid: fp@tinyerp.com-20111221222717-thhvlq0ryzl0gzv9

12 years ago[IMP] removed property_ids warning
Fabien Pinckaers [Wed, 21 Dec 2011 22:21:05 +0000 (23:21 +0100)]
[IMP] removed property_ids warning

bzr revid: fp@tinyerp.com-20111221222105-1izzexpvb5epj84b

12 years ago[IMP] groupby company on product margin
Fabien Pinckaers [Wed, 21 Dec 2011 22:19:24 +0000 (23:19 +0100)]
[IMP] groupby company on product margin

bzr revid: fp@tinyerp.com-20111221221924-8yg0by6j3n6q1dkl

12 years agonope
Fabien Pinckaers [Wed, 21 Dec 2011 22:17:53 +0000 (23:17 +0100)]
nope

bzr revid: fp@tinyerp.com-20111221221753-acz6jdd7oz92ekrf

12 years ago[IMP] close a period
Fabien Pinckaers [Wed, 21 Dec 2011 22:16:17 +0000 (23:16 +0100)]
[IMP] close a period

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

bzr revid: fp@tinyerp.com-20111221221617-8k270oadluvlgch9

12 years ago[IMP] indexes on _order
Fabien Pinckaers [Wed, 21 Dec 2011 22:15:04 +0000 (23:15 +0100)]
[IMP] indexes on _order

bzr revid: fp@tinyerp.com-20111221221504-dcj2l8x2xstqmccs

12 years ago[IMP] asset: set to draft
Fabien Pinckaers [Wed, 21 Dec 2011 22:06:36 +0000 (23:06 +0100)]
[IMP] asset: set to draft

bzr revid: fp@tinyerp.com-20111221220636-s13fj8ayikhn1j9j

12 years ago[FIX] notes on tasks from SO
Fabien Pinckaers [Wed, 21 Dec 2011 22:05:18 +0000 (23:05 +0100)]
[FIX] notes on tasks from SO

bzr revid: fp@tinyerp.com-20111221220518-166zmc0czvxf3t42

12 years ago[IMP] new icons
Fabien Pinckaers [Wed, 21 Dec 2011 22:02:16 +0000 (23:02 +0100)]
[IMP] new icons

bzr revid: fp@tinyerp.com-20111221220216-ukywajjr1yg0sgh1

12 years ago[FIX] followup report
Fabien Pinckaers [Wed, 21 Dec 2011 22:00:35 +0000 (23:00 +0100)]
[FIX] followup report

bzr revid: fp@tinyerp.com-20111221220035-smtveem3s7abbh2s

12 years ago[IMP] yaml test for ideas
Fabien Pinckaers [Wed, 21 Dec 2011 21:57:28 +0000 (22:57 +0100)]
[IMP] yaml test for ideas

bzr revid: fp@tinyerp.com-20111221215728-v2h2gnsykoslxpgl

12 years agomerge
Fabien Pinckaers [Wed, 21 Dec 2011 21:56:46 +0000 (22:56 +0100)]
merge

bzr revid: fp@tinyerp.com-20111221215646-3jf6sv9feu7qli11

12 years ago[MERGE] Addition of l10n_uy (Urugay), courtesy of Marcelo Zunino (openerpuy.com)
Olivier Dony [Wed, 21 Dec 2011 18:50:48 +0000 (19:50 +0100)]
[MERGE] Addition of l10n_uy (Urugay), courtesy of Marcelo Zunino (openerpuy.com)

bzr revid: odo@openerp.com-20111221185048-fzdw91m83dm4wjaq

12 years ago[IMP] delivery: refactor shipping cost invoicing to be more modular
Olivier Dony [Wed, 21 Dec 2011 18:11:49 +0000 (19:11 +0100)]
[IMP] delivery: refactor shipping cost invoicing to be more modular

This will make modular extensions easier and
cleaner to implement.

bzr revid: odo@openerp.com-20111221181149-a4xus72g3h4x3lko

12 years ago[FIX] Set the right directory in the service, set the right version
Stephane Wirtel [Wed, 21 Dec 2011 17:38:33 +0000 (18:38 +0100)]
[FIX] Set the right directory in the service, set the right version

bzr revid: stw@openerp.com-20111221173833-k0k2vasmjp4f6u9q

12 years agoChanged module icons
Minh Tran [Wed, 21 Dec 2011 17:37:39 +0000 (18:37 +0100)]
Changed module icons

bzr revid: mit@openerp.com-20111221173739-pl26y182tgjb1s2j

12 years ago[ADD] Add resize_textarea option to FirmView and use it for Edit View debug feature
Fabien Meghazi [Wed, 21 Dec 2011 17:16:02 +0000 (18:16 +0100)]
[ADD] Add resize_textarea option to FirmView and use it for Edit View debug feature

Note: resize_textarea can also be an integer forcing maximal height

bzr revid: fme@openerp.com-20111221171602-rbpe76f7s7hwmapz

12 years ago[ADD] Add 'Create' button in o2m's formviews
Fabien Meghazi [Wed, 21 Dec 2011 16:43:35 +0000 (17:43 +0100)]
[ADD] Add 'Create' button in o2m's formviews

bzr revid: fme@openerp.com-20111221164335-vy7zh9w3b7l1b0pa

12 years ago[MERGE] Merge from trunk
Minh Tran [Wed, 21 Dec 2011 16:13:33 +0000 (17:13 +0100)]
[MERGE] Merge from trunk

bzr revid: mit@openerp.com-20111221161333-dnd48zog118cvebw

12 years ago[FIX] portal and share wizard
Christophe Simonis [Wed, 21 Dec 2011 16:11:35 +0000 (17:11 +0100)]
[FIX] portal and share wizard

bzr revid: chs@openerp.com-20111221161135-l8e1yj1azkqy1c2g

12 years ago[IMP] form tooltip formatting, provide more horizontal room for insanely huge tooltips
Xavier Morel [Wed, 21 Dec 2011 15:56:07 +0000 (16:56 +0100)]
[IMP] form tooltip formatting, provide more horizontal room for insanely huge tooltips

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

bzr revid: xmo@openerp.com-20111221155607-lamxvq4z8hm0yl5t

12 years ago[MERGE] Merge from trunk
Minh Tran [Wed, 21 Dec 2011 15:41:20 +0000 (16:41 +0100)]
[MERGE] Merge from trunk

bzr revid: mit@openerp.com-20111221154120-0eufl8mf7whd5avr

12 years ago[MERGE] sale,purchase: better context passing during picking creation, courtesy of...
Olivier Dony [Wed, 21 Dec 2011 15:39:24 +0000 (16:39 +0100)]
[MERGE] sale,purchase: better context passing during picking creation, courtesy of Akretion

Existing overriding modules also updated
to use the new API

bzr revid: odo@openerp.com-20111221153924-0a6nbc7r83tlu1jl

12 years ago[fix] problem with buttons in form o2m
niv-openerp [Wed, 21 Dec 2011 15:32:29 +0000 (16:32 +0100)]
[fix] problem with buttons in form o2m

bzr revid: nicolas.vanhoren@openerp.com-20111221153229-tzue6bev8fb83gzl

12 years ago[ADD] HTML widget in form and page views
Xavier Morel [Wed, 21 Dec 2011 15:25:27 +0000 (16:25 +0100)]
[ADD] HTML widget in form and page views

bzr revid: xmo@openerp.com-20111221152527-q0vmxj7gsux8kn9y

12 years ago[IMP] delivery,project_mrp,sale_journal: use the new extensible API of sale/purchase...
Olivier Dony [Wed, 21 Dec 2011 15:16:39 +0000 (16:16 +0100)]
[IMP] delivery,project_mrp,sale_journal: use the new extensible API of sale/purchase picking creation

This also updates the code to use the new API with
the conventional context passing

bzr revid: odo@openerp.com-20111221151639-q9nnxurg9v4vvtnr

12 years ago[imp] added possibility to disable quick create
niv-openerp [Wed, 21 Dec 2011 15:08:31 +0000 (16:08 +0100)]
[imp] added possibility to disable quick create

bzr revid: nicolas.vanhoren@openerp.com-20111221150831-739fj3srfb8gjpar

12 years ago[imp] disabled quick create with partners in sale order view
niv-openerp [Wed, 21 Dec 2011 15:05:35 +0000 (16:05 +0100)]
[imp] disabled quick create with partners in sale order view

bzr revid: nicolas.vanhoren@openerp.com-20111221150535-8t2axvzdj7bf631s

12 years ago[FIX] share wizard user_type emails
Antony Lesuisse [Wed, 21 Dec 2011 15:04:24 +0000 (16:04 +0100)]
[FIX] share wizard user_type emails

bzr revid: al@openerp.com-20111221150424-d2z4kb9vk4ryu1ct

12 years agoMoved the padding on the oe_application to the 'Welcome Page' div
Minh Tran [Wed, 21 Dec 2011 15:02:37 +0000 (16:02 +0100)]
Moved the padding on the oe_application to the 'Welcome Page' div

bzr revid: mit@openerp.com-20111221150237-zlsvlvg231zo8rv2

12 years ago[FIX] Fixed form dialog for o2m
Fabien Meghazi [Wed, 21 Dec 2011 14:56:06 +0000 (15:56 +0100)]
[FIX] Fixed form dialog for o2m

bzr revid: fme@openerp.com-20111221145606-8z88qdmv1ep0nefl

12 years ago[MERGE] res.partner.category: add short name_get variant (context toggle), courtesy...
Olivier Dony [Wed, 21 Dec 2011 14:54:43 +0000 (15:54 +0100)]
[MERGE] res.partner.category: add short name_get variant (context toggle), courtesy of Numerigraphe

bzr revid: odo@openerp.com-20111221145443-js9nydzwa2vx4un4

12 years ago[FIX] reload form (and list) views after sidebar actions
Xavier Morel [Wed, 21 Dec 2011 14:19:53 +0000 (15:19 +0100)]
[FIX] reload form (and list) views after sidebar actions

bzr revid: xmo@openerp.com-20111221141953-zovj4tpwse9tfvm9

12 years ago[FIX] handle model in url
Christophe Simonis [Wed, 21 Dec 2011 14:18:26 +0000 (15:18 +0100)]
[FIX] handle model in url

bzr revid: chs@openerp.com-20111221141826-82m2bwitidm3okwi

12 years agoChanged the side image in the Windows Installer
Minh Tran [Wed, 21 Dec 2011 14:01:41 +0000 (15:01 +0100)]
Changed the side image in the Windows Installer

bzr revid: mit@openerp.com-20111221140141-re8rigljj2el1soy

12 years ago[FIX] close dialog on cancel form.
Fabien Meghazi [Wed, 21 Dec 2011 13:57:16 +0000 (14:57 +0100)]
[FIX] close dialog on cancel form.

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

bzr revid: fme@openerp.com-20111221135716-6skqmki0hqd8fudn

12 years ago[MERGE] mrp_subproduct: improve test coverage
Raphael Collet [Wed, 21 Dec 2011 13:56:26 +0000 (14:56 +0100)]
[MERGE] mrp_subproduct: improve test coverage

bzr revid: rco@openerp.com-20111221135626-1nzec369o2oucuzp

12 years ago[FIX] Reworked dialogs
Fabien Meghazi [Wed, 21 Dec 2011 13:43:06 +0000 (14:43 +0100)]
[FIX] Reworked dialogs

lp bug: https://launchpad.net/bugs/892248 fixed
lp bug: https://launchpad.net/bugs/885507 fixed

bzr revid: fme@openerp.com-20111221134306-k5w0g0oih3uvhy34

12 years ago[IMP] mrp_subproduct: small code improvements in tests
Raphael Collet [Wed, 21 Dec 2011 13:32:44 +0000 (14:32 +0100)]
[IMP] mrp_subproduct: small code improvements in tests

bzr revid: rco@openerp.com-20111221133244-0wk9ttx3q7pbf7nd

12 years ago[FIX] reload the menu after the session (and thus the context) is reloaded
Christophe Simonis [Wed, 21 Dec 2011 13:23:32 +0000 (14:23 +0100)]
[FIX] reload the menu after the session (and thus the context) is reloaded

bzr revid: chs@openerp.com-20111221132332-foyw7abxxy5hl3rb

12 years ago[MERGE] purchase.order: fixed bug 907290: spelling error
Thibault Delavallée [Wed, 21 Dec 2011 13:20:11 +0000 (14:20 +0100)]
[MERGE] purchase.order: fixed bug 907290: spelling error

bzr revid: tde@openerp.com-20111221132011-voworqc3k7o9pchy

12 years ago[MERGE] hr_attendance: clean yml tests
Raphael Collet [Wed, 21 Dec 2011 13:18:36 +0000 (14:18 +0100)]
[MERGE] hr_attendance: clean yml tests

bzr revid: rco@openerp.com-20111221131836-x3kge3d05odgubu9

12 years ago[MERGE] sale,purchase: better context passing during picking creation, courtesy of...
Olivier Dony [Wed, 21 Dec 2011 13:10:28 +0000 (14:10 +0100)]
[MERGE] sale,purchase: better context passing during picking creation, courtesy of Akretion

bzr revid: odo@openerp.com-20111221131028-a5xhryqg30eghlaa

12 years ago[MERGE]:with latest addons
Kirti Savalia (OpenERP) [Wed, 21 Dec 2011 13:08:05 +0000 (18:38 +0530)]
[MERGE]:with latest addons

bzr revid: ksa@tinyerp.com-20111221130805-h8j2x1cokuqzrezd

12 years ago[REM]:remove wrong commit
Kirti Savalia (OpenERP) [Wed, 21 Dec 2011 13:03:14 +0000 (18:33 +0530)]
[REM]:remove wrong commit

bzr revid: ksa@tinyerp.com-20111221130314-nkofqvtgurlhj21n

12 years ago[RMV] mrp_repair: mrp_repair/test/mrp_repair_cancel.yml
DBR (OpenERP) [Wed, 21 Dec 2011 12:59:18 +0000 (18:29 +0530)]
[RMV] mrp_repair: mrp_repair/test/mrp_repair_cancel.yml

bzr revid: dbr@tinyerp.com-20111221125918-ogie2nz0ladhsgam

12 years ago[IMP]mrp_repair: Improve with different invoice_method
DBR (OpenERP) [Wed, 21 Dec 2011 12:57:53 +0000 (18:27 +0530)]
[IMP]mrp_repair: Improve with different invoice_method

bzr revid: dbr@tinyerp.com-20111221125753-c70p3864j1dy36qh

12 years ago[IMP] hr_attendance: small code cleanup in tests
Raphael Collet [Wed, 21 Dec 2011 12:52:46 +0000 (13:52 +0100)]
[IMP] hr_attendance: small code cleanup in tests

bzr revid: rco@openerp.com-20111221125246-jxt83mz4g5r2q0zp

12 years ago[MERGE] hr: fixed bug 899234: added noupdate to hr data files
Thibault Delavallée [Wed, 21 Dec 2011 12:45:32 +0000 (13:45 +0100)]
[MERGE] hr: fixed bug 899234: added noupdate to hr data files

bzr revid: tde@openerp.com-20111221124532-har6wmsdiwu57koe

12 years ago[IMP]stock:remove a {}
Mayur Maheshwari (OpenERP) [Wed, 21 Dec 2011 12:43:41 +0000 (18:13 +0530)]
[IMP]stock:remove a {}

bzr revid: mma@tinyerp.com-20111221124341-2syj4zsayed234eo

12 years ago[MERGE]: Merge with lp:openobject-addons
Mayur Maheshwari (OpenERP) [Wed, 21 Dec 2011 12:37:24 +0000 (18:07 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: mma@tinyerp.com-20111221123724-buifqfz9zvmu9s8n

12 years ago[FIX] mrp: fix YAML test to perform proper float comparisons
Olivier Dony [Wed, 21 Dec 2011 12:33:24 +0000 (13:33 +0100)]
[FIX] mrp: fix YAML test to perform proper float comparisons

bzr revid: odo@openerp.com-20111221123324-0p77dfc7qxihjs6k

12 years ago[IMP]mrp_repair: Improve the test_mrp_repair.yml
DBR (OpenERP) [Wed, 21 Dec 2011 12:33:14 +0000 (18:03 +0530)]
[IMP]mrp_repair: Improve the test_mrp_repair.yml

bzr revid: dbr@tinyerp.com-20111221123314-vcdavkfyz3b0tu2y

12 years ago[IMP]: remove the group on company field
Kirti Savalia (OpenERP) [Wed, 21 Dec 2011 12:26:41 +0000 (17:56 +0530)]
[IMP]: remove the group on company field

bzr revid: ksa@tinyerp.com-20111221122641-43xyxl2uqseowsox

12 years ago[ADD]mrp_repair: add new Demo file.
DBR (OpenERP) [Wed, 21 Dec 2011 12:12:03 +0000 (17:42 +0530)]
[ADD]mrp_repair: add new Demo file.

bzr revid: dbr@tinyerp.com-20111221121203-1wttm6jc2fhjtjwm

12 years ago[FIX]purchase:frow is replace by from in tool-tip
Mayur Maheshwari (OpenERP) [Wed, 21 Dec 2011 11:59:30 +0000 (17:29 +0530)]
[FIX]purchase:frow is replace by from in tool-tip

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

bzr revid: mma@tinyerp.com-20111221115930-gsh921fcf6p0x23x

12 years ago[IMP] jump to accounting dash board after account generation
Antony Lesuisse [Wed, 21 Dec 2011 11:50:13 +0000 (12:50 +0100)]
[IMP] jump to accounting dash board after account generation

bzr revid: al@openerp.com-20111221115013-q10j13kwwfgzc859

12 years ago[IMP] action with menu_id
Antony Lesuisse [Wed, 21 Dec 2011 11:49:04 +0000 (12:49 +0100)]
[IMP] action with menu_id

bzr revid: al@openerp.com-20111221114904-x8s6xqs70utrnsim

12 years agoFixed an issue in the html structure
Minh Tran [Wed, 21 Dec 2011 11:20:08 +0000 (12:20 +0100)]
Fixed an issue in the html structure

bzr revid: mit@openerp.com-20111221112008-6ldljufu4t0xe0oz

12 years ago[IMP] Improved hr recruitment kanban view
Fabien Meghazi [Wed, 21 Dec 2011 11:11:37 +0000 (12:11 +0100)]
[IMP] Improved hr recruitment kanban view

bzr revid: fme@openerp.com-20111221111137-xw4du7kclrl2p7yr

12 years ago[MERGE] hr_timesheet, project_timesheet: clean yml tests
Raphael Collet [Wed, 21 Dec 2011 11:05:36 +0000 (12:05 +0100)]
[MERGE] hr_timesheet, project_timesheet: clean yml tests

bzr revid: rco@openerp.com-20111221110536-9vfz4m8q1rievlie

12 years ago[ADD] view.rng: new @options attribute for field widgets
Olivier Dony [Wed, 21 Dec 2011 11:03:01 +0000 (12:03 +0100)]
[ADD] view.rng: new @options attribute for field widgets

This attribute is supposed to be a JSON dict containing
arbitrary widget-specific options. To be ignored if the
widget or client does not support them.

bzr revid: odo@openerp.com-20111221110301-ejjm4s4f2vttw2r6

12 years ago[FIX] fields rendering: go through WidgetFrame to ensure everything is set up as...
Xavier Morel [Wed, 21 Dec 2011 10:54:40 +0000 (11:54 +0100)]
[FIX] fields rendering: go through WidgetFrame to ensure everything is set up as it should instead of trying to replicate what it does

bzr revid: xmo@openerp.com-20111221105440-dpns1tr00ky12gz5

12 years ago[IMP] hr_timesheet: small code and test cleanup
Raphael Collet [Wed, 21 Dec 2011 10:52:14 +0000 (11:52 +0100)]
[IMP] hr_timesheet: small code and test cleanup

bzr revid: rco@openerp.com-20111221105214-kgwedzef47lvoii8

12 years ago[MERGE] trunk
Raphael Collet [Wed, 21 Dec 2011 10:40:55 +0000 (11:40 +0100)]
[MERGE] trunk

bzr revid: rco@openerp.com-20111221104055-n3b6jhdo6xishboh