odoo/odoo.git
12 years agoMake the creation of the invoice lines extensible too.
Alexis de Lattre [Mon, 16 Jan 2012 14:18:24 +0000 (15:18 +0100)]
Make the creation of the invoice lines extensible too.
This change also fixes a bug when the fiscal position is changed on the sale order/purchase order : now, the account on the invoice line uses the fiscal position of the sale order/purchase order and not the fiscal position of the partner.

bzr revid: alexis@via.ecp.fr-20120116141824-iw7y1wdnueahahuz

12 years agoOverride values even when they are empty (a user may empty a value on a sale order...
Alexis de Lattre [Mon, 16 Jan 2012 14:16:43 +0000 (15:16 +0100)]
Override values even when they are empty (a user may empty a value on a sale order or purchase order and would like the empty field to be "copied" on the invoice).

bzr revid: alexis@via.ecp.fr-20120116141643-boglddgratoro59p

12 years agoAdd _get_partner_to_invoice() to purchase module.
Alexis de Lattre [Thu, 5 Jan 2012 21:42:30 +0000 (22:42 +0100)]
Add _get_partner_to_invoice() to purchase module.
Inheritance of _prepare_invoice() now replaces the functions _get_payment_term() and _get_address_invoice(). I have checked that these two functions are not used elsewere in the addons and extra-addons.

bzr revid: alexis@via.ecp.fr-20120105214230-3wetu0v1foyeate3

12 years agoIf the fiscal position has been changed on the sale order, the invoice should use...
Alexis de Lattre [Thu, 5 Jan 2012 16:23:43 +0000 (17:23 +0100)]
If the fiscal position has been changed on the sale order, the invoice should use the fiscal posion of the sale order and not the fiscal position of the partner.

bzr revid: alexis@via.ecp.fr-20120105162343-tf8359d8hrk7r2j1

12 years agoModularize the selection of the partner to invoice when invoicing from the picking.
Alexis de Lattre [Thu, 5 Jan 2012 16:08:45 +0000 (17:08 +0100)]
Modularize the selection of the partner to invoice when invoicing from the picking.
With this modification, all the parameters of the invoice are correct even when the goods are delivered to a third party company i.e. when the partner who receives the goods (picking.address_id.partner_id) is not to partner who ordered the goods (picking.sale_id.partner_id).

bzr revid: alexis@via.ecp.fr-20120105160845-c6wk08k7v7i64zyl

12 years agoExtend the function action_invoice_create() so that the dict of the invoice is genera...
Alexis de Lattre [Thu, 5 Jan 2012 16:06:35 +0000 (17:06 +0100)]
Extend the function action_invoice_create() so that the dict of the invoice is generated inside a dedicated function. We can now inherit this function in custom modules to add/modify values easily.

bzr revid: alexis@via.ecp.fr-20120105160635-ac6drtj2ei363r8l

12 years ago[MERGE] wiki_sale_faq: fixed bug 911183: fixed directory for new document in sales...
Thibault Delavallée [Thu, 5 Jan 2012 09:08:06 +0000 (10:08 +0100)]
[MERGE] wiki_sale_faq: fixed bug 911183: fixed directory for new document in sales/documents

bzr revid: tde@openerp.com-20120105090806-p2022sxtg87vu1a2

12 years ago[MERGE] lp:908750 (pos: remove redundant field 'img', and use 'product_image' instead)
Raphael Collet [Thu, 5 Jan 2012 08:56:58 +0000 (09:56 +0100)]
[MERGE] lp:908750 (pos: remove redundant field 'img', and use 'product_image' instead)

bzr revid: rco@openerp.com-20120105085658-1epi60v4s3742vqv

12 years ago[MERGE] product: add tests on pricelists
Raphael Collet [Thu, 5 Jan 2012 08:10:22 +0000 (09:10 +0100)]
[MERGE] product: add tests on pricelists

bzr revid: rco@openerp.com-20120105081022-faf3i79oslv3i77s

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 5 Jan 2012 05:37:20 +0000 (05:37 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120105053720-lzcprzi5fodz0izi

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 5 Jan 2012 05:37:07 +0000 (05:37 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120105053707-versptnac7z62k11

12 years ago[imp] modified web client to be able to logout without reloading
niv-openerp [Wed, 4 Jan 2012 18:21:12 +0000 (19:21 +0100)]
[imp] modified web client to be able to logout without reloading

bzr revid: nicolas.vanhoren@openerp.com-20120104182112-znsij1ogfu70paoe

12 years ago[imp] simplified WebClient
niv-openerp [Wed, 4 Jan 2012 18:11:50 +0000 (19:11 +0100)]
[imp] simplified WebClient

bzr revid: nicolas.vanhoren@openerp.com-20120104181150-0zm2b3m6e89yb2zp

12 years agoFix visual glitches in IE9
Minh Tran [Wed, 4 Jan 2012 17:53:53 +0000 (18:53 +0100)]
Fix visual glitches in IE9

bzr revid: mit@openerp.com-20120104175353-77ps9el79wbi3lu1

12 years ago[FIX] calendar: reload event after creation
Christophe Simonis [Wed, 4 Jan 2012 17:38:55 +0000 (18:38 +0100)]
[FIX] calendar: reload event after creation

bzr revid: chs@openerp.com-20120104173855-ztxer42it4pgxcp6

12 years ago[imp] refactored logout mechanism
niv-openerp [Wed, 4 Jan 2012 17:37:36 +0000 (18:37 +0100)]
[imp] refactored logout mechanism

bzr revid: nicolas.vanhoren@openerp.com-20120104173736-qk8zniywg02xyctd

12 years ago[FIX] correct default date on calendar popups
Christophe Simonis [Wed, 4 Jan 2012 17:01:18 +0000 (18:01 +0100)]
[FIX] correct default date on calendar popups

bzr revid: chs@openerp.com-20120104170118-jmvxk4vqaqgad858

12 years ago[imp] changed label
niv-openerp [Wed, 4 Jan 2012 16:59:37 +0000 (17:59 +0100)]
[imp] changed label

bzr revid: nicolas.vanhoren@openerp.com-20120104165937-ls9loaxssvjwdrr7

12 years ago[MERGE] account: bank statement line: fixed bug 909656: removed not existing fields...
Thibault Delavallée [Wed, 4 Jan 2012 16:23:16 +0000 (17:23 +0100)]
[MERGE] account: bank statement line: fixed bug 909656: removed not existing fields used in view

bzr revid: tde@openerp.com-20120104162316-vz8489n9al05nmbi

12 years ago[fix] problem with gantt view, was crashing when no records to show
niv-openerp [Wed, 4 Jan 2012 16:16:15 +0000 (17:16 +0100)]
[fix] problem with gantt view, was crashing when no records to show

bzr revid: nicolas.vanhoren@openerp.com-20120104161615-pt0pr28sgb7vkxer

12 years ago[MERGE] lp:908117 (hr_evaluation: enable employee to answer an interview request)
Raphael Collet [Wed, 4 Jan 2012 15:55:54 +0000 (16:55 +0100)]
[MERGE] lp:908117 (hr_evaluation: enable employee to answer an interview request)

bzr revid: rco@openerp.com-20120104155554-hvlbwq2pdg5r5bfw

12 years ago[fix] rollback 1873 & 1871 to correct bugs related to login page & dialogs
niv-openerp [Wed, 4 Jan 2012 15:53:29 +0000 (16:53 +0100)]
[fix] rollback 1873 & 1871 to correct bugs related to login page & dialogs

bzr revid: nicolas.vanhoren@openerp.com-20120104155329-tfk6gt4mjhme82od

12 years ago[fix] problem when too much order
niv-openerp [Wed, 4 Jan 2012 13:33:29 +0000 (14:33 +0100)]
[fix] problem when too much order

bzr revid: nicolas.vanhoren@openerp.com-20120104133329-5c2x0cp2pzwwt3hj

12 years ago[IMP] cleanup deprecated method=True param for function fields
Olivier Dony [Wed, 4 Jan 2012 13:30:27 +0000 (14:30 +0100)]
[IMP] cleanup deprecated method=True param for function fields

bzr revid: odo@openerp.com-20120104133027-oaydmngk2dfc22mk

12 years ago[MERGE] hr_attendance: improve yml tests
Raphael Collet [Wed, 4 Jan 2012 13:30:24 +0000 (14:30 +0100)]
[MERGE] hr_attendance: improve yml tests

bzr revid: rco@openerp.com-20120104133024-6md4e3tjfs2qi53z

12 years ago[MERGE] stock: clean yml tests
Raphael Collet [Wed, 4 Jan 2012 13:28:12 +0000 (14:28 +0100)]
[MERGE] stock: clean yml tests

bzr revid: rco@openerp.com-20120104132812-2izkf90v6dme1hpd

12 years ago[imp] changed declaration of body
niv-openerp [Wed, 4 Jan 2012 13:09:52 +0000 (14:09 +0100)]
[imp] changed declaration of body

bzr revid: nicolas.vanhoren@openerp.com-20120104130952-61ti896e6pxgorps

12 years ago[MERGE] from trunk
Raphael Collet [Wed, 4 Jan 2012 12:57:30 +0000 (13:57 +0100)]
[MERGE] from trunk

bzr revid: rco@openerp.com-20120104125730-j2j7jhiwhmthssi8

12 years ago[MERGE] res.company: resize the "name" related field to pointed-to field size.
Vo Minh Thu [Wed, 4 Jan 2012 12:51:06 +0000 (13:51 +0100)]
[MERGE] res.company: resize the "name" related field to pointed-to field size.

bzr revid: vmt@openerp.com-20120104125106-lp0rpi1sy2z5oxm5

12 years ago[MERGE] res.users.email is really res.users.user_email.
Vo Minh Thu [Wed, 4 Jan 2012 12:49:52 +0000 (13:49 +0100)]
[MERGE] res.users.email is really res.users.user_email.

bzr revid: vmt@openerp.com-20120104124952-nedgq9h2jg132b18

12 years ago[MERGE] from trunk
Raphael Collet [Wed, 4 Jan 2012 12:45:24 +0000 (13:45 +0100)]
[MERGE] from trunk

bzr revid: rco@openerp.com-20120104124524-at9z1c69ejpqhihz

12 years ago[imp] modified Login to be instanciated only when necessary and destroyed when not...
niv-openerp [Wed, 4 Jan 2012 12:44:56 +0000 (13:44 +0100)]
[imp] modified Login to be instanciated only when necessary and destroyed when not used any more

bzr revid: nicolas.vanhoren@openerp.com-20120104124456-dg0ll2dyomj8fsav

12 years ago[imp] modified web client to be a div instead of a body
niv-openerp [Wed, 4 Jan 2012 11:35:55 +0000 (12:35 +0100)]
[imp] modified web client to be a div instead of a body

bzr revid: nicolas.vanhoren@openerp.com-20120104113555-yiudv22gxr4s3k6k

12 years ago[MERGE] crm: fixed bug 910801: meeting tree view lacking a state field
Thibault Delavallée [Wed, 4 Jan 2012 11:28:02 +0000 (12:28 +0100)]
[MERGE] crm: fixed bug 910801: meeting tree view lacking a state field

bzr revid: tde@openerp.com-20120104112802-8fax4bb5dxzt51au

12 years ago[imp] minor css improvement
niv-openerp [Wed, 4 Jan 2012 11:17:44 +0000 (12:17 +0100)]
[imp] minor css improvement

bzr revid: nicolas.vanhoren@openerp.com-20120104111744-zt4ctsuamwklstxm

12 years ago[fix] regression that made the message "Invalid username or password" never appear
niv-openerp [Wed, 4 Jan 2012 11:15:48 +0000 (12:15 +0100)]
[fix] regression that made the message "Invalid username or password" never appear

bzr revid: nicolas.vanhoren@openerp.com-20120104111548-fkd980jx0exka9u6

12 years ago[IMP] useability: desactivate menutips by default
Fabien Pinckaers [Wed, 4 Jan 2012 11:02:26 +0000 (12:02 +0100)]
[IMP] useability: desactivate menutips by default

bzr revid: fp@tinyerp.com-20120104110226-izfzv94jdh54mum7

12 years ago[imp] modified web client to instantiate menu and header only after login
niv-openerp [Wed, 4 Jan 2012 11:01:37 +0000 (12:01 +0100)]
[imp] modified web client to instantiate menu and header only after login

bzr revid: nicolas.vanhoren@openerp.com-20120104110137-nd57hgjj09qsim1j

12 years ago[IMP] useability improvements
Fabien Pinckaers [Wed, 4 Jan 2012 10:59:11 +0000 (11:59 +0100)]
[IMP] useability improvements

bzr revid: fp@tinyerp.com-20120104105911-wdxdeqdz5d1g33w1

12 years ago[imp] improved design of login screen
niv-openerp [Wed, 4 Jan 2012 10:53:05 +0000 (11:53 +0100)]
[imp] improved design of login screen

bzr revid: nicolas.vanhoren@openerp.com-20120104105305-mli2denyl1jhyhyq

12 years ago[imp] improved design of database manager
niv-openerp [Wed, 4 Jan 2012 10:41:06 +0000 (11:41 +0100)]
[imp] improved design of database manager

bzr revid: nicolas.vanhoren@openerp.com-20120104104106-mithtsta4apwfccq

12 years ago[MERGE] tools.translate: use misc.file_open() to load .po files even from .zip files.
Vo Minh Thu [Wed, 4 Jan 2012 10:32:12 +0000 (11:32 +0100)]
[MERGE] tools.translate: use misc.file_open() to load .po files even from .zip files.

bzr revid: vmt@openerp.com-20120104103212-qq2ad04b1ffydrur

12 years ago[MERGE] hr: fixed bug 909724: removed default search on user_id for expenses, allocat...
Thibault Delavallée [Wed, 4 Jan 2012 10:25:41 +0000 (11:25 +0100)]
[MERGE] hr: fixed bug 909724: removed default search on user_id for expenses, allocation requests, leaves requests and leaves summary, to enable members of hr manager group to see all data

bzr revid: tde@openerp.com-20120104102541-og3jatmkega363n9

12 years ago[imp] refactored Database
niv-openerp [Wed, 4 Jan 2012 10:20:31 +0000 (11:20 +0100)]
[imp] refactored Database

bzr revid: nicolas.vanhoren@openerp.com-20120104102031-px4eqngvtx0l6n3c

12 years ago[MERGE] increase the size of res.partner.address.function field from 64 to 128.
Vo Minh Thu [Wed, 4 Jan 2012 10:14:44 +0000 (11:14 +0100)]
[MERGE] increase the size of res.partner.address.function field from 64 to 128.

bzr revid: vmt@openerp.com-20120104101444-4003iwhl2d3aducm

12 years ago[imp] changes in database manager to be integrated into the login
niv-openerp [Wed, 4 Jan 2012 10:11:19 +0000 (11:11 +0100)]
[imp] changes in database manager to be integrated into the login

bzr revid: nicolas.vanhoren@openerp.com-20120104101119-uot4mvvfgykfp4i7

12 years ago[FIX] wiki_sale_faq : add context
Ravish Murari [Wed, 4 Jan 2012 09:58:03 +0000 (15:28 +0530)]
[FIX] wiki_sale_faq : add context

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

bzr revid: kjo@tinyerp.com-20120104095803-abpmt9w0e6stvysc

12 years ago[imp] refactored loading and web client
niv-openerp [Wed, 4 Jan 2012 09:55:49 +0000 (10:55 +0100)]
[imp] refactored loading and web client

bzr revid: nicolas.vanhoren@openerp.com-20120104095549-jgvjx90dlqx6jf71

12 years ago[imp] refactored login to be more independant from the rest
niv-openerp [Wed, 4 Jan 2012 09:34:32 +0000 (10:34 +0100)]
[imp] refactored login to be more independant from the rest

bzr revid: nicolas.vanhoren@openerp.com-20120104093432-r9xrpvgzki1o9f3u

12 years ago[MERGE] account_voucher: fixed bug 911159: added missing arguments to onchange_journa...
Thibault Delavallée [Wed, 4 Jan 2012 09:21:00 +0000 (10:21 +0100)]
[MERGE] account_voucher: fixed bug 911159: added missing arguments to onchange_journal call in onchange_journal_voucher method

bzr revid: tde@openerp.com-20120104092100-sh6k7y8eji7pc20t

12 years ago[imp] nivified web client
niv-openerp [Wed, 4 Jan 2012 09:12:22 +0000 (10:12 +0100)]
[imp] nivified web client

bzr revid: nicolas.vanhoren@openerp.com-20120104091222-y5m7sacecxu1zmeb

12 years ago[fix] mit disabled remember of login/db/password
niv-openerp [Wed, 4 Jan 2012 08:29:57 +0000 (09:29 +0100)]
[fix] mit disabled remember of login/db/password

bzr revid: nicolas.vanhoren@openerp.com-20120104082957-oubgmw80tamp76ii

12 years ago[IMP] useability improvement: remove check_total, min stock rule in product
Fabien Pinckaers [Wed, 4 Jan 2012 06:38:07 +0000 (07:38 +0100)]
[IMP] useability improvement: remove check_total, min stock rule in product

bzr revid: fp@tinyerp.com-20120104063807-ip57axpgkkph4a6g

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 4 Jan 2012 05:18:10 +0000 (05:18 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120104044826-ms01gyypcfio5flg
bzr revid: launchpad_translations_on_behalf_of_openerp-20120104051810-r42jfkfmn23nypsg

12 years ago[FIX] some minor fixes
Fabien Pinckaers [Tue, 3 Jan 2012 18:31:49 +0000 (19:31 +0100)]
[FIX] some minor fixes

bzr revid: fp@tinyerp.com-20120103183149-saqnmaxzi0j45fl8

12 years ago[fix] problem with on changes and o2m
niv-openerp [Tue, 3 Jan 2012 17:17:13 +0000 (18:17 +0100)]
[fix] problem with on changes and o2m

bzr revid: nicolas.vanhoren@openerp.com-20120103171713-qxviaorw7e8ccyvc

12 years ago[fix] small code previously forgotten
niv-openerp [Tue, 3 Jan 2012 16:34:42 +0000 (17:34 +0100)]
[fix] small code previously forgotten

bzr revid: nicolas.vanhoren@openerp.com-20120103163442-s6p8fythay0bgtch

12 years ago[MERGE] fetchmail: fixed bug 911131: moved Incoming Email Server menu from Settings...
Thibault Delavallée [Tue, 3 Jan 2012 16:26:47 +0000 (17:26 +0100)]
[MERGE] fetchmail: fixed bug 911131: moved Incoming Email Server menu from Settings/Configuration/Param to Setting/Configuration/Email

bzr revid: tde@openerp.com-20120103162647-ivui2x40cacjak3s

12 years ago[fix] some style correction
niv-openerp [Tue, 3 Jan 2012 16:18:31 +0000 (17:18 +0100)]
[fix] some style correction

bzr revid: nicolas.vanhoren@openerp.com-20120103161831-q3lvgheqdcobmlx0

12 years ago[imp] added invisible field used in domain in view
niv-openerp [Tue, 3 Jan 2012 16:09:38 +0000 (17:09 +0100)]
[imp] added invisible field used in domain in view

bzr revid: nicolas.vanhoren@openerp.com-20120103160938-6bi5wjh4zi69qhsq

12 years ago[FIX] each view type do_push_state at least once
Christophe Simonis [Tue, 3 Jan 2012 16:06:50 +0000 (17:06 +0100)]
[FIX] each view type do_push_state at least once

bzr revid: chs@openerp.com-20120103160650-su6zcrepd8fqpbai

12 years ago[merge] pos improvements
niv-openerp [Tue, 3 Jan 2012 15:53:15 +0000 (16:53 +0100)]
[merge] pos improvements

bzr revid: nicolas.vanhoren@openerp.com-20120103155315-zsksz10dy0i8vfpm

12 years ago[MERGE] merged the correction of l10n_ca tax rates for 2012. Courtesy of Maxime Chamb...
Quentin (OpenERP) [Tue, 3 Jan 2012 15:42:44 +0000 (16:42 +0100)]
[MERGE] merged the correction of l10n_ca tax rates for 2012. Courtesy of Maxime Chambreuil (savoirfairelinux.com)

bzr revid: qdp-launchpad@openerp.com-20120103154244-69itdauogx91w0tg

12 years ago[FIX] crm: correct meeting list view
Christophe Simonis [Tue, 3 Jan 2012 15:40:53 +0000 (16:40 +0100)]
[FIX] crm: correct meeting list view

bzr revid: chs@openerp.com-20120103154053-6gvhttysej5ljd2s

12 years ago[MERGE] l10n_it: Updated chart of accounts, courtesy of Lorenzo Battistini (Agile...
Olivier Dony [Tue, 3 Jan 2012 15:20:57 +0000 (16:20 +0100)]
[MERGE] l10n_it: Updated chart of accounts, courtesy of Lorenzo Battistini (Agile BG - Domsense)

bzr revid: odo@openerp.com-20120103152057-4571m1vmes0isptm

12 years ago[MERGE] lp:909830
Quentin (OpenERP) [Tue, 3 Jan 2012 14:15:25 +0000 (15:15 +0100)]
[MERGE] lp:909830

bzr revid: qdp-launchpad@openerp.com-20120103141525-0cz01r4omeojxlq2

12 years ago[FIX] hr_holidays: impossible to create hr_employee in some situations because the...
Quentin (OpenERP) [Tue, 3 Jan 2012 13:52:24 +0000 (14:52 +0100)]
[FIX] hr_holidays: impossible to create hr_employee in some situations because the functional field set_remaining_days is written

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

bzr revid: qdp-launchpad@openerp.com-20120103135224-3838ozzghqkmkekj

12 years ago[MERGE] base_calendar: fixed bug 907644: deleting an event now also unlinks attendees
Thibault Delavallée [Tue, 3 Jan 2012 13:32:46 +0000 (14:32 +0100)]
[MERGE] base_calendar: fixed bug 907644: deleting an event now also unlinks attendees

bzr revid: tde@openerp.com-20120103133246-4ifp7hcko0ao0p3f

12 years ago[imp] stores the downsampled image
niv-openerp [Tue, 3 Jan 2012 13:26:36 +0000 (14:26 +0100)]
[imp] stores the downsampled image

bzr revid: nicolas.vanhoren@openerp.com-20120103132636-bb9p5r3bvx0vs532

12 years ago[imp] added server-side resampling of images
niv-openerp [Tue, 3 Jan 2012 13:14:56 +0000 (14:14 +0100)]
[imp] added server-side resampling of images

bzr revid: nicolas.vanhoren@openerp.com-20120103131456-hqc4ibbl0ktn90c1

12 years ago[MERGE] context propagation in account
Quentin (OpenERP) [Tue, 3 Jan 2012 12:33:39 +0000 (13:33 +0100)]
[MERGE] context propagation in account

bzr revid: qdp-launchpad@openerp.com-20120103123339-r2vtd1r4s99p396w

12 years ago[FIX] account_voucher : onchange_journal() takes at least 12 arguments (10 given).
Divyesh Makwana (Open ERP) [Tue, 3 Jan 2012 12:29:52 +0000 (17:59 +0530)]
[FIX] account_voucher : onchange_journal() takes at least 12 arguments (10 given).

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

bzr revid: mdi@tinyerp.com-20120103122952-liuwdin1lx9gva59

12 years ago[FIX] in all hr features remove the default search on user_id
Jagdish Panchal (Open ERP) [Tue, 3 Jan 2012 12:19:38 +0000 (17:49 +0530)]
[FIX] in all hr features remove the default search on user_id

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

bzr revid: jap@tinyerp.com-20120103121938-83er0zgqvgkxs11x

12 years ago[MERGE] project/analytic accounts: fixed bug 910121: improvements on project and...
Thibault Delavallée [Tue, 3 Jan 2012 10:52:15 +0000 (11:52 +0100)]
[MERGE] project/analytic accounts: fixed bug 910121: improvements on project and analytic accounts views

bzr revid: tde@openerp.com-20120103105215-6hufshmbo1bjnsf3

12 years ago[FIX] account_voucher: installation crashes because of duplicated context in xml...
Quentin (OpenERP) [Tue, 3 Jan 2012 10:48:38 +0000 (11:48 +0100)]
[FIX] account_voucher: installation crashes because of duplicated context in xml view definition. :-(

bzr revid: qdp-launchpad@openerp.com-20120103104838-upizclmtel7hlzvl

12 years ago[imp] closes when the print is done
niv-openerp [Tue, 3 Jan 2012 10:37:16 +0000 (11:37 +0100)]
[imp] closes when the print is done

bzr revid: nicolas.vanhoren@openerp.com-20120103103716-wslae4t6cofdq0hy

12 years ago[FIX] crm: add state filed in crm.meeting tree view
Kuldeep Joshi (OpenERP) [Tue, 3 Jan 2012 10:30:37 +0000 (16:00 +0530)]
[FIX] crm: add state filed in crm.meeting tree view

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

bzr revid: kjo@tinyerp.com-20120103103037-euamirpxo89azq1v

12 years ago[FIX] fetchmail: change the parent menu to email for Incoming server.
Nimesh (Open ERP) [Tue, 3 Jan 2012 10:28:22 +0000 (15:58 +0530)]
[FIX] fetchmail: change the parent menu to email for Incoming server.

bzr revid: nco@tinyerp.com-20120103102822-q42ili0iw86coa3b

12 years ago[fix] typo
niv-openerp [Tue, 3 Jan 2012 10:20:00 +0000 (11:20 +0100)]
[fix] typo

bzr revid: nicolas.vanhoren@openerp.com-20120103102000-tg8xzbcc0oirhe8i

12 years ago[FIX] point_of_sale: some wizards not working because IDs were automatically casted...
Quentin (OpenERP) [Tue, 3 Jan 2012 10:19:30 +0000 (11:19 +0100)]
[FIX] point_of_sale: some wizards not working because IDs were automatically casted into string because the database type was wrongly chosen at the isntallation time

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

bzr revid: qdp-launchpad@openerp.com-20120103101930-ctulz47zarnpdujf

12 years ago[imp] improvements of order tabs
niv-openerp [Tue, 3 Jan 2012 10:07:53 +0000 (11:07 +0100)]
[imp] improvements of order tabs

bzr revid: nicolas.vanhoren@openerp.com-20120103100753-pvyxqxectytez73y

12 years ago[FIX] project : set partner for task from project
Kuldeep Joshi (OpenERP) [Tue, 3 Jan 2012 09:41:16 +0000 (15:11 +0530)]
[FIX] project : set partner for task from project

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

bzr revid: kjo@tinyerp.com-20120103094116-4gel7d6d37xoofur

12 years ago[MERGE] hr_evaluation: fixed bug 908092: added a button to print the survey report...
Thibault Delavallée [Tue, 3 Jan 2012 09:11:18 +0000 (10:11 +0100)]
[MERGE] hr_evaluation: fixed bug 908092: added a button to print the survey report in interview request

bzr revid: tde@openerp.com-20120103091118-ou3193ogwie5dxet

12 years ago[FIX] account_voucher: lp910824. No 'domain' on partner_id fields
Quentin (OpenERP) [Tue, 3 Jan 2012 08:16:53 +0000 (09:16 +0100)]
[FIX] account_voucher: lp910824. No 'domain' on partner_id fields

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

bzr revid: qdp-launchpad@openerp.com-20120103081653-1w2b10y87z1zhz6s

12 years ago[MERGE] lp:891037
Quentin (OpenERP) [Tue, 3 Jan 2012 07:59:11 +0000 (08:59 +0100)]
[MERGE] lp:891037

bzr revid: qdp-launchpad@openerp.com-20120103075911-e0cfyzqb4mefxq9z

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 3 Jan 2012 04:48:52 +0000 (04:48 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120103044852-23r97ac3f2l4k7za

12 years ago[IMP] Tax rate change for 2012
Maxime Chambreuil [Mon, 2 Jan 2012 15:31:48 +0000 (10:31 -0500)]
[IMP] Tax rate change for 2012

bzr revid: maxime.chambreuil@savoirfairelinux.com-20120102153148-jsbzachb4nlji6k8

12 years ago[FIX] Fixed automated tests using explicit references to the 2011 year
Thibault Delavallée [Mon, 2 Jan 2012 15:04:25 +0000 (16:04 +0100)]
[FIX] Fixed automated tests using explicit references to the 2011 year

bzr revid: tde@openerp.com-20120102150425-4pcegkfpw9v2aoof

12 years ago[FIX] Improvement in Analytic account and Project
Kuldeep Joshi (OpenERP) [Mon, 2 Jan 2012 13:11:37 +0000 (18:41 +0530)]
[FIX] Improvement in Analytic account and Project

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

bzr revid: kjo@tinyerp.com-20120102131137-cdnvza6m10u3uc19

12 years ago[imp] cosmetic improvement
niv-openerp [Mon, 2 Jan 2012 11:30:53 +0000 (12:30 +0100)]
[imp] cosmetic improvement

bzr revid: nicolas.vanhoren@openerp.com-20120102113053-e321qxvolxzxzz8b

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 2 Jan 2012 05:01:42 +0000 (05:01 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120101053159-5dx01axxhdglljye
bzr revid: launchpad_translations_on_behalf_of_openerp-20120102050142-ywoq5o7zdtyke3gi

12 years ago[IMP] improved error message, constraints must allways propose a solution
fp [Sat, 31 Dec 2011 07:57:20 +0000 (08:57 +0100)]
[IMP] improved error message, constraints must allways propose a solution

bzr revid: fp@fp-laptop-20111231075720-4kak7o320td4wxqc

12 years ago[IMP] avoid SaaS to crash + better product error msg
fp [Sat, 31 Dec 2011 07:14:16 +0000 (08:14 +0100)]
[IMP] avoid SaaS to crash + better product error msg

bzr revid: fp@fp-laptop-20111231071416-6ofgfvjll9584c71

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20111231055546-vku7lswdcbik7ay5

12 years ago[FIX] crm install trigger the setting dashboard
Antony Lesuisse [Fri, 30 Dec 2011 18:41:14 +0000 (19:41 +0100)]
[FIX] crm install trigger the setting dashboard

bzr revid: al@openerp.com-20111230184114-x1ugr7yw9i9gx2d5

12 years ago[IMP] Edit workflow button
Antony Lesuisse [Fri, 30 Dec 2011 18:32:25 +0000 (19:32 +0100)]
[IMP] Edit workflow button

bzr revid: al@openerp.com-20111230183225-mpbsivbf6ladhfe9

12 years ago[IMP] no loop if no payment method in POS
Fabien Pinckaers [Fri, 30 Dec 2011 17:14:02 +0000 (18:14 +0100)]
[IMP] no loop if no payment method in POS

bzr revid: fp@tinyerp.com-20111230171402-i3xc05hlb8yfetcy

12 years ago[FIX] support many2one widget selection in tree
Antony Lesuisse [Fri, 30 Dec 2011 16:46:55 +0000 (17:46 +0100)]
[FIX] support many2one widget selection in tree

bzr revid: al@openerp.com-20111230164655-sfiha4rkbrqni4y0

12 years ago[IMP] statuisbar on stock.move
Fabien Pinckaers [Fri, 30 Dec 2011 16:35:29 +0000 (17:35 +0100)]
[IMP] statuisbar on stock.move

bzr revid: fp@tinyerp.com-20111230163529-a7lz2us4w4z83ucr

12 years ago[IMP] removed default search on email
Fabien Pinckaers [Fri, 30 Dec 2011 16:32:50 +0000 (17:32 +0100)]
[IMP] removed default search on email

bzr revid: fp@tinyerp.com-20111230163250-s063q5y7xzoz2c74