odoo/odoo.git
12 years agoRemove the "ids" argument from the function _prepare_order_line_invoice_line because...
Alexis de Lattre [Wed, 1 Feb 2012 18:28:09 +0000 (19:28 +0100)]
Remove the "ids" argument from the function _prepare_order_line_invoice_line because it is not needed in our _prepare_* functions.

bzr revid: alexis@via.ecp.fr-20120201182809-e842pbb9t4bx97y9

12 years ago[MERGE] l10n_be: rewrite wizard Annual Listing of VAT
Raphael Collet [Wed, 1 Feb 2012 10:21:33 +0000 (11:21 +0100)]
[MERGE] l10n_be: rewrite wizard Annual Listing of VAT

bzr revid: rco@openerp.com-20120201102133-kdu1ajkbpxoyqe5r

12 years ago[MERGE] from trunk
Raphael Collet [Wed, 1 Feb 2012 09:44:00 +0000 (10:44 +0100)]
[MERGE] from trunk

bzr revid: rco@openerp.com-20120201094400-nmz15394nstyl9av

12 years ago[IMP] l10n_be: code clean up (mostly spacing and indentation)
Raphael Collet [Wed, 1 Feb 2012 09:09:29 +0000 (10:09 +0100)]
[IMP] l10n_be: code clean up (mostly spacing and indentation)

bzr revid: rco@openerp.com-20120201090929-wqcu32kme63laecj

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 1 Feb 2012 05:12:11 +0000 (05:12 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120201045611-6pg23l4ipzfnlpme
bzr revid: launchpad_translations_on_behalf_of_openerp-20120201051211-pvfvh4f562tv94rj

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 1 Feb 2012 04:55:32 +0000 (04:55 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120201045532-i8okrs9w77l78yn5

12 years ago[MERGE] ask for login when importing edi file if needed
Antony Lesuisse [Tue, 31 Jan 2012 21:01:31 +0000 (22:01 +0100)]
[MERGE] ask for login when importing edi file if needed

bzr revid: al@openerp.com-20120131210131-k1141eoel0l3b26c

12 years ago[FIX] restore support for session action used by edi
Antony Lesuisse [Tue, 31 Jan 2012 20:51:52 +0000 (21:51 +0100)]
[FIX] restore support for session action used by edi

bzr revid: al@openerp.com-20120131205152-tbzx37vq3g4nef0p

12 years ago[IMP] change bounding function of tipsy to try to avoid tooltips being cut off
Xavier Morel [Tue, 31 Jan 2012 15:52:08 +0000 (16:52 +0100)]
[IMP] change bounding function of tipsy to try to avoid tooltips being cut off

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

bzr revid: xmo@openerp.com-20120131155208-ugzig1m90y4a86gk

12 years ago[ADD] support for id field type in search view
Xavier Morel [Tue, 31 Jan 2012 14:02:10 +0000 (15:02 +0100)]
[ADD] support for id field type in search view

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

bzr revid: xmo@openerp.com-20120131140210-b44fs5nfw109v81l

12 years ago[FIX] selection field default value selection in IE8
Xavier Morel [Tue, 31 Jan 2012 13:38:07 +0000 (14:38 +0100)]
[FIX] selection field default value selection in IE8

for some reason, @selected blows up (probably when converting the XML dom to HTML), but t-attf-selected works

bzr revid: xmo@openerp.com-20120131133807-wm549gl7ilg50uf7

12 years ago[MERGE] small fixes (typo in tooltip, char field size)
Raphael Collet [Tue, 31 Jan 2012 13:21:12 +0000 (14:21 +0100)]
[MERGE] small fixes (typo in tooltip, char field size)

bzr revid: rco@openerp.com-20120131132112-y526k22lrltqnocm

12 years ago[FIX] positioning of hidden file field of binary widget
Xavier Morel [Tue, 31 Jan 2012 12:54:31 +0000 (13:54 +0100)]
[FIX] positioning of hidden file field of binary widget

bzr revid: xmo@openerp.com-20120131125431-sf5w5yxfctiwvk7r

12 years ago[FIX] calendar view missing 1/2 hour
Fabien Meghazi [Tue, 31 Jan 2012 12:52:16 +0000 (13:52 +0100)]
[FIX] calendar view missing 1/2 hour

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

bzr revid: fme@openerp.com-20120131125216-7om1iuhuzdvf6loq

12 years ago[IMP] db dump: correct reference URL in comments
Olivier Dony [Tue, 31 Jan 2012 11:36:42 +0000 (12:36 +0100)]
[IMP] db dump: correct reference URL in comments

bzr revid: odo@openerp.com-20120131113642-z6z4vs11fcwkyaqq

12 years ago[FIX] db dump: report errors due to missing password + pass PGPASSWORD even on Unix
Olivier Dony [Tue, 31 Jan 2012 11:08:49 +0000 (12:08 +0100)]
[FIX] db dump: report errors due to missing password + pass PGPASSWORD even on Unix

Even on Unix systems the PGPASSWORD env var
is necessary when Postgres is configured to
deny unix socket connections or to require
a password anyway. This avoids asking admins
to manually create a ~/.pgpass file in order
to use the dump/restore tools.
Also did some cleanup to ensure the PGPASSWORD
var is removed from the environment as soon
as the operation is done.

lp bug: https://launchpad.net/bugs/790164 fixed
lp bug: https://launchpad.net/bugs/919100 fixed

bzr revid: odo@openerp.com-20120131110849-tji6ipjovxc9oi4v

12 years ago[REM] unused variables in process
Xavier Morel [Tue, 31 Jan 2012 10:58:46 +0000 (11:58 +0100)]
[REM] unused variables in process

bzr revid: xmo@openerp.com-20120131105846-wvqyxko2lux2gwnj

12 years ago[MERGE] sale, purchase, stock: refactoring of invoice creation (Alexis de Lattre...
Raphael Collet [Tue, 31 Jan 2012 10:53:22 +0000 (11:53 +0100)]
[MERGE] sale, purchase, stock: refactoring of invoice creation (Alexis de Lattre, Raphael Valyi)

bzr revid: rco@openerp.com-20120131105322-80x7fp2u1z5fyo6o

12 years ago[FIX] selection of current document's state in process view
Xavier Morel [Tue, 31 Jan 2012 10:52:12 +0000 (11:52 +0100)]
[FIX] selection of current document's state in process view

bzr revid: xmo@openerp.com-20120131105212-bnu4150hai88rwm6

12 years ago[MERGE] lp:922526 (crm_caldav, project_caldav: fix import statements)
Raphael Collet [Tue, 31 Jan 2012 10:23:36 +0000 (11:23 +0100)]
[MERGE] lp:922526 (crm_caldav, project_caldav: fix import statements)

bzr revid: rco@openerp.com-20120131102336-ijd1832yke0g0w0w

12 years ago[FIX] reloading of menu should keep active menu hidden when folded
Fabien Meghazi [Tue, 31 Jan 2012 10:03:24 +0000 (11:03 +0100)]
[FIX] reloading of menu should keep active menu hidden when folded

bzr revid: fme@openerp.com-20120131100324-xajoh1esyvj31zs0

12 years ago[IMP] docstring for fix_view_modes
Xavier Morel [Tue, 31 Jan 2012 09:56:51 +0000 (10:56 +0100)]
[IMP] docstring for fix_view_modes

bzr revid: xmo@openerp.com-20120131095651-a249eben5d8xjkvd

12 years ago[IMP] right-align labels in db-management screens
Xavier Morel [Tue, 31 Jan 2012 09:44:41 +0000 (10:44 +0100)]
[IMP] right-align labels in db-management screens

bzr revid: xmo@openerp.com-20120131094441-cmou5jfes0e9o3k5

12 years ago[FIX] handling of being denied access to the list of databases in the database-manage...
Xavier Morel [Tue, 31 Jan 2012 09:43:26 +0000 (10:43 +0100)]
[FIX] handling of being denied access to the list of databases in the database-management screen

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

bzr revid: xmo@openerp.com-20120131094326-1am82v8u6f9fefuv

12 years ago[FIX] double htmlescaping in m2o fields when selecting an autocomplete choice
Xavier Morel [Tue, 31 Jan 2012 09:02:26 +0000 (10:02 +0100)]
[FIX] double htmlescaping in m2o fields when selecting an autocomplete choice

When providing values to the autocomplete, there are two keys used by
the autocomplete system itself:
* A mandatory label
* An optional value

If the value is not specified, the autocomplete will use the label
*but* it will htmlescape the label's value before setting it on the
input, while the provided label is raw HTML.

While this protects the input, if the label was already htmlescaped
(because it's user-provided data and may contain e.g. ampersands) in
order not to break the autocompletion list, it will end up
double-escaped with e.g. `&` characters replaced by `&` in
user-visible text.

The fix is to use the `value` key and set it to unescaped text data,
the widget will escape it before setting it on the field yielding the
correct user-facing result.

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

bzr revid: xmo@openerp.com-20120131090226-8r64u4w3bb36se7n

12 years ago[IMP] changed the size of fields
Bharat Devnani (OpenERP) [Tue, 31 Jan 2012 05:54:13 +0000 (11:24 +0530)]
[IMP] changed the size of fields

bzr revid: bde@tinyerp.com-20120131055413-mrwsfty3c47ystiy

12 years ago[REM] removed required=False attribute from partner_ids field in l10n_be/wizard/l10n_...
Bharat Devnani (OpenERP) [Tue, 31 Jan 2012 05:47:13 +0000 (11:17 +0530)]
[REM] removed required=False attribute from partner_ids field in l10n_be/wizard/l10n_be_partner_vat_listing.py

bzr revid: bde@tinyerp.com-20120131054713-8yutobg67ohfh3cc

12 years ago[IMP] commented print_vatlist function
Bharat Devnani (OpenERP) [Tue, 31 Jan 2012 05:37:36 +0000 (11:07 +0530)]
[IMP] commented print_vatlist function

bzr revid: bde@tinyerp.com-20120131053736-vkievt1pjl37vx6a

12 years ago[IMP] commented Print button tag
Bharat Devnani (OpenERP) [Tue, 31 Jan 2012 05:33:51 +0000 (11:03 +0530)]
[IMP] commented Print button tag

bzr revid: bde@tinyerp.com-20120131053351-7cwyagusfxct7cjn

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 31 Jan 2012 05:23:09 +0000 (05:23 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120131050031-o00wn1tnzbkgjt6j
bzr revid: launchpad_translations_on_behalf_of_openerp-20120131050331-w0omtl1lmfqzciwq
bzr revid: launchpad_translations_on_behalf_of_openerp-20120131052309-jtfsc2m4h3liyzb5

12 years ago[MERGE] gantt using group_by
Antony Lesuisse [Mon, 30 Jan 2012 22:11:28 +0000 (23:11 +0100)]
[MERGE] gantt using group_by

bzr revid: al@openerp.com-20120130221128-88x2dgt25sq5bur9

12 years ago[MERGE] publisher warranty stats
Antony Lesuisse [Mon, 30 Jan 2012 22:05:15 +0000 (23:05 +0100)]
[MERGE] publisher warranty stats

bzr revid: al@openerp.com-20120130220515-vsjnxhll3znxcmut

12 years ago[MERGE] active becomes auto_install: install this module when its dependencies (that...
Antony Lesuisse [Mon, 30 Jan 2012 21:18:12 +0000 (22:18 +0100)]
[MERGE] active becomes auto_install: install this module when its dependencies (that can be empty) are satisfied

bzr revid: al@openerp.com-20120130211812-w0wu42hdu4l7koc4

12 years ago[MERGE] active becomes auto_install: install this module when its dependencies (that...
Antony Lesuisse [Mon, 30 Jan 2012 21:10:01 +0000 (22:10 +0100)]
[MERGE] active becomes auto_install: install this module when its dependencies (that can be empty) are satisfied

bzr revid: al@openerp.com-20120130211001-ytqx759fl920uegc

12 years agoremove warning
Antony Lesuisse [Mon, 30 Jan 2012 21:04:29 +0000 (22:04 +0100)]
remove warning

bzr revid: al@openerp.com-20120130210429-zw7aziwhkhi0yhqv

12 years ago[FIX] thunderbird plugin installation
Antony Lesuisse [Mon, 30 Jan 2012 20:54:50 +0000 (21:54 +0100)]
[FIX] thunderbird plugin installation

bzr revid: al@openerp.com-20120130205450-j5qiww84llbc5ric

12 years ago[MERGE] added account_check_writing module
Quentin (OpenERP) [Mon, 30 Jan 2012 16:13:49 +0000 (17:13 +0100)]
[MERGE] added account_check_writing module

bzr revid: qdp-launchpad@openerp.com-20120130161349-2xvk0p3xnar67gkf

12 years ago[MERGE] lp:917732 (account_asset: fix search domain)
Raphael Collet [Mon, 30 Jan 2012 15:49:30 +0000 (16:49 +0100)]
[MERGE] lp:917732 (account_asset: fix search domain)

bzr revid: rco@openerp.com-20120130154930-amxa9vrrixsafrjn

12 years ago[FIX] account: fix of level field computation at the generation from templates time
Quentin (OpenERP) [Mon, 30 Jan 2012 15:47:01 +0000 (16:47 +0100)]
[FIX] account: fix of level field computation at the generation from templates time

bzr revid: qdp-launchpad@openerp.com-20120130154701-o0j01ngsedcw0dwv

12 years ago[MERGE] lp:916485 (purchase: fix label)
Raphael Collet [Mon, 30 Jan 2012 15:30:44 +0000 (16:30 +0100)]
[MERGE] lp:916485 (purchase: fix label)

bzr revid: rco@openerp.com-20120130153044-huys2qwns008imyt

12 years ago[MERGE] lp:916526 (hr_payroll: improve tooltip)
Raphael Collet [Mon, 30 Jan 2012 15:23:45 +0000 (16:23 +0100)]
[MERGE] lp:916526 (hr_payroll: improve tooltip)

bzr revid: rco@openerp.com-20120130152345-5qd8luramysp0bt8

12 years ago[MERGE] base_vat: add support for checking Swiss VAT codes
Raphael Collet [Mon, 30 Jan 2012 15:18:36 +0000 (16:18 +0100)]
[MERGE] base_vat: add support for checking Swiss VAT codes

bzr revid: rco@openerp.com-20120130151836-5w7sim5schd7n3t9

12 years ago[MERGE] mrp_repair: add check to prevent confirmation of repair order without line
Raphael Collet [Mon, 30 Jan 2012 15:04:34 +0000 (16:04 +0100)]
[MERGE] mrp_repair: add check to prevent confirmation of repair order without line

bzr revid: rco@openerp.com-20120130150434-qwc16oe1edjh1y13

12 years ago[MERGE] from trunk
Raphael Collet [Mon, 30 Jan 2012 14:43:07 +0000 (15:43 +0100)]
[MERGE] from trunk

bzr revid: rco@openerp.com-20120130144307-mihbj0cirb6ki3n1

12 years ago[MERGE] lp:920841 (stock: fix bug in upstream traceability)
Raphael Collet [Mon, 30 Jan 2012 14:17:11 +0000 (15:17 +0100)]
[MERGE] lp:920841 (stock: fix bug in upstream traceability)

bzr revid: rco@openerp.com-20120130141711-0osbxi8igon9v6d3

12 years ago[FIX] made changes in name_search method to avoid duplicate record of partners
Bharat Devnani (OpenERP) [Mon, 30 Jan 2012 13:24:53 +0000 (18:54 +0530)]
[FIX] made changes in name_search method to avoid duplicate record of partners

bzr revid: bde@tinyerp.com-20120130132453-d1wkb9mdv410xsij

12 years ago[IMP] remove [Invalid Username or Password] note as soon as a new login is submit...
Xavier Morel [Mon, 30 Jan 2012 11:52:55 +0000 (12:52 +0100)]
[IMP] remove [Invalid Username or Password] note as soon as a new login is submit, don't wait for page reload while checking for login correctness

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

bzr revid: xmo@openerp.com-20120130115255-dt39hk25ri9u0whu

12 years ago[MERGE] product: separate method to determine main supplier, courtesy of Sebastien...
Olivier Dony [Mon, 30 Jan 2012 11:38:47 +0000 (12:38 +0100)]
[MERGE] product: separate method to determine main supplier, courtesy of Sebastien Beau & Benoit Guillot (Akretion)

bzr revid: odo@openerp.com-20120130113847-pgaugcxwxe0myuqi

12 years ago[FIX] img of current state node.
Vaibhav (OpenERP) [Mon, 30 Jan 2012 11:37:45 +0000 (17:07 +0530)]
[FIX] img of current state node.

bzr revid: vda@tinyerp.com-20120130113745-fe7w9hhuenahhdx1

12 years ago[IMP] manifest: still support the old `active` entry (but deprecate it and display...
Vo Minh Thu [Mon, 30 Jan 2012 11:31:16 +0000 (12:31 +0100)]
[IMP] manifest: still support the old `active` entry (but deprecate it and display a warning).

bzr revid: vmt@openerp.com-20120130113116-msjaej7jxp96tbvh

12 years ago[IMP] res.company: moved bank accounts tab from account_bank_statement_extension...
Olivier Dony [Mon, 30 Jan 2012 11:23:18 +0000 (12:23 +0100)]
[IMP] res.company: moved bank accounts tab from account_bank_statement_extension to base

The inherited part in account_bank_statement_extension
was removed from addons at revision 6439
revision-id: odo@openerp.com-20120130111654-7fmacaxdtdiiejs9

bzr revid: odo@openerp.com-20120130112318-d84yr7hlhxmwiwic

12 years ago[IMP] res.users: better tooltip for Timezone user pref
Olivier Dony [Mon, 30 Jan 2012 11:20:07 +0000 (12:20 +0100)]
[IMP] res.users: better tooltip for Timezone user pref

bzr revid: odo@openerp.com-20120130112007-g0yheu62uo9j133p

12 years ago[IMP] account: hide column 'statement_id' from Journal Items automatic tree view
Raphael Collet [Mon, 30 Jan 2012 11:18:03 +0000 (12:18 +0100)]
[IMP] account: hide column 'statement_id' from Journal Items automatic tree view

bzr revid: rco@openerp.com-20120130111803-tturnaosp7jxca2p

12 years ago[REM] a_b_s_e: removed Bank Accounts tab on company view, moved to `base` module
Olivier Dony [Mon, 30 Jan 2012 11:16:54 +0000 (12:16 +0100)]
[REM] a_b_s_e: removed Bank Accounts tab on company view, moved to `base` module

bzr revid: odo@openerp.com-20120130111654-7fmacaxdtdiiejs9

12 years ago[FIX] state of current process.
Vaibhav (OpenERP) [Mon, 30 Jan 2012 11:15:41 +0000 (16:45 +0530)]
[FIX] state of current process.

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

bzr revid: vda@tinyerp.com-20120130111541-6mpeb9253fzzk46c

12 years ago[IMP] base_iban: don't break on empty IBAN values, support more countries, reviewed...
Olivier Dony [Mon, 30 Jan 2012 11:15:21 +0000 (12:15 +0100)]
[IMP] base_iban: don't break on empty IBAN values, support more countries, reviewed examples

      - fixed checking of empty IBAN
      - used consistent letter code for IBAN examples
      - added IBAN support for Costa Rica (CR), Kuwait (KW),
       Dominican Rep. (DO), United Arab Emirates (AE),
       Mauritania (MR), Bahrain (BH)
      - minor cleanup

bzr revid: odo@openerp.com-20120130111521-hxnmnd07xkewr4hp

12 years ago[MERGE] crm: change probability of opportunity when changing its stage in kanban...
Raphael Collet [Mon, 30 Jan 2012 10:45:54 +0000 (11:45 +0100)]
[MERGE] crm: change probability of opportunity when changing its stage in kanban view

bzr revid: rco@openerp.com-20120130104554-y2ecf3g9xqlxy7gk

12 years ago[FIX] crm: change probability of opportunity when changing stage in kanban view
Raphael Collet [Mon, 30 Jan 2012 10:29:39 +0000 (11:29 +0100)]
[FIX] crm: change probability of opportunity when changing stage in kanban view

bzr revid: rco@openerp.com-20120130102939-bcfnwx945mxqxylj

12 years ago[IMP] manifest: renamed active to auto_install.
Vo Minh Thu [Mon, 30 Jan 2012 10:20:41 +0000 (11:20 +0100)]
[IMP] manifest: renamed active to auto_install.

bzr revid: vmt@openerp.com-20120130102041-aensqjeqkftq8nm5

12 years ago[IMP] manifest: renamed active to auto_install.
Vo Minh Thu [Mon, 30 Jan 2012 10:18:37 +0000 (11:18 +0100)]
[IMP] manifest: renamed active to auto_install.

bzr revid: vmt@openerp.com-20120130101837-zyebtyhfjypg2b4w

12 years ago[IMP] manifest: removed Hidden/Links category, use auto_install: True instead.
Vo Minh Thu [Mon, 30 Jan 2012 10:03:28 +0000 (11:03 +0100)]
[IMP] manifest: removed Hidden/Links category, use auto_install: True instead.

bzr revid: vmt@openerp.com-20120130100328-iuf60sy2ty8jbfjn

12 years ago[IMP] crm: reformulate confusing error message
Raphael Collet [Mon, 30 Jan 2012 10:01:34 +0000 (11:01 +0100)]
[IMP] crm: reformulate confusing error message

bzr revid: rco@openerp.com-20120130100134-yblv818qzkscjtlg

12 years ago[IMP] updated the amount_data dictionary
Bharat Devnani (OpenERP) [Mon, 30 Jan 2012 09:56:31 +0000 (15:26 +0530)]
[IMP] updated the amount_data dictionary

bzr revid: bde@tinyerp.com-20120130095631-favppa1rxwg1ube8

12 years ago[IMP] remove fixed todo
Xavier Morel [Mon, 30 Jan 2012 09:53:39 +0000 (10:53 +0100)]
[IMP] remove fixed todo

bzr revid: xmo@openerp.com-20120130095339-x3cmsfrzxpwtl8u6

12 years ago[IMP] manifest: removed the Hidden/Links category.
Vo Minh Thu [Mon, 30 Jan 2012 09:53:07 +0000 (10:53 +0100)]
[IMP] manifest: removed the Hidden/Links category.

bzr revid: vmt@openerp.com-20120130095307-cqhysxf6pzovikog

12 years ago[IMP] manifest: `auto_installable` renamed to `auto_install`.
Vo Minh Thu [Mon, 30 Jan 2012 09:52:38 +0000 (10:52 +0100)]
[IMP] manifest: `auto_installable` renamed to `auto_install`.

bzr revid: vmt@openerp.com-20120130095238-x2by4y11joeytipr

12 years ago[IMP] project: improve layout of task delegation form
Raphael Collet [Mon, 30 Jan 2012 09:20:31 +0000 (10:20 +0100)]
[IMP] project: improve layout of task delegation form

bzr revid: rco@openerp.com-20120130092031-8q26bmtqyd36035p

12 years ago[FIX] don't forget to set py.bool in context of py.eval/py.evaluate
Xavier Morel [Mon, 30 Jan 2012 08:55:57 +0000 (09:55 +0100)]
[FIX] don't forget to set py.bool in context of py.eval/py.evaluate

py.eval really needs to automatically have builtins in its evaluation context...

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

bzr revid: xmo@openerp.com-20120130085557-oqmjs0owgdrwshu0

12 years ago[IMP] fixed the error and improved the user interface
Bharat Devnani (OpenERP) [Mon, 30 Jan 2012 07:10:59 +0000 (12:40 +0530)]
[IMP] fixed the error and improved the user interface

bzr revid: bde@tinyerp.com-20120130071059-9gg0ust85uzh8yb0

12 years ago[ADD] added comment
Bharat Devnani (OpenERP) [Mon, 30 Jan 2012 05:42:54 +0000 (11:12 +0530)]
[ADD] added comment

bzr revid: bde@tinyerp.com-20120130054254-rz16ekt81l1wj9ua

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 30 Jan 2012 04:41:31 +0000 (04:41 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120128050312-sep3uryazw4j1xz6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120129052156-67wqllfafijp6h1m
bzr revid: launchpad_translations_on_behalf_of_openerp-20120130044112-h04p0g5ne16y1nav
bzr revid: launchpad_translations_on_behalf_of_openerp-20120128050513-ncpdbsqyyk18pc67
bzr revid: launchpad_translations_on_behalf_of_openerp-20120129052226-dfcf7sm2r00y1s3s
bzr revid: launchpad_translations_on_behalf_of_openerp-20120130044131-sdsyvt62gvyzo0e3

12 years ago[FIX] Base: removed ambigious entries for _rec_name for res.partner.bank model
Alexis De Lattre [Fri, 27 Jan 2012 19:51:48 +0000 (01:21 +0530)]
[FIX] Base: removed ambigious entries for _rec_name for res.partner.bank model

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

bzr revid: support@serpentcs.com-20120127195148-hdnn9x2m1v7sapm2

12 years ago[REM] Removed the _rec_name change
Serpent Consulting Services [Fri, 27 Jan 2012 19:49:29 +0000 (01:19 +0530)]
[REM] Removed the _rec_name change

bzr revid: support@serpentcs.com-20120127194929-bwvy3h3qqe6f7m90

12 years ago[FIX] Base : Corrected the size of the field 'owner_name' for res.partner.bank model...
Serpent Consulting Services [Fri, 27 Jan 2012 19:41:34 +0000 (01:11 +0530)]
[FIX] Base : Corrected the size of the field 'owner_name' for res.partner.bank model,other minor edits included

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

bzr revid: support@serpentcs.com-20120127194134-momdokqzf4qfhzqn

12 years ago[IMP] only protect crashmanager creation as other children are destroyed and recreate...
Xavier Morel [Fri, 27 Jan 2012 16:43:32 +0000 (17:43 +0100)]
[IMP] only protect crashmanager creation as other children are destroyed and recreated every time

bzr revid: xmo@openerp.com-20120127164332-4mw5pxzoep0newgo

12 years ago[FIX] don't initialize common controls twice in WebClient root, causes duplicated...
Xavier Morel [Fri, 27 Jan 2012 16:34:46 +0000 (17:34 +0100)]
[FIX] don't initialize common controls twice in WebClient root, causes duplicated error popups if going through login page

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

bzr revid: xmo@openerp.com-20120127163446-a2i3vfzzxz0yaujn

12 years ago[fix] problem in gantt view, now does a name_get for all models
niv-openerp [Fri, 27 Jan 2012 16:06:45 +0000 (17:06 +0100)]
[fix] problem in gantt view, now does a name_get for all models

bzr revid: nicolas.vanhoren@openerp.com-20120127160645-62bfd9j6dn1zl0c9

12 years ago[MERGE] lp:919682 (account: improve error message in account moves validation)
Raphael Collet [Fri, 27 Jan 2012 16:04:31 +0000 (17:04 +0100)]
[MERGE] lp:919682 (account: improve error message in account moves validation)

bzr revid: rco@openerp.com-20120127160431-7jwuxsy9dhpxljpp

12 years ago[FIX] account: fix error message and misleading variable names
Raphael Collet [Fri, 27 Jan 2012 15:56:47 +0000 (16:56 +0100)]
[FIX] account: fix error message and misleading variable names

bzr revid: rco@openerp.com-20120127155647-z83937bh3z8kbfjb

12 years ago[MERGE] with rvalyi's work
Alexis de Lattre [Fri, 27 Jan 2012 15:41:05 +0000 (16:41 +0100)]
[MERGE] with rvalyi's work

bzr revid: alexis@via.ecp.fr-20120127154105-93r6blsn2xsd17nu

12 years ago[MERGE] lp:917591 (stock: fix recomputation of complete_name of stock locations)
Raphael Collet [Fri, 27 Jan 2012 14:12:20 +0000 (15:12 +0100)]
[MERGE] lp:917591 (stock: fix recomputation of complete_name of stock locations)

bzr revid: rco@openerp.com-20120127141220-k2wf45wrq1btr4g6

12 years ago[FIX] stock: fix recomputation of complete_name of stock.location
Raphael Collet [Fri, 27 Jan 2012 13:55:37 +0000 (14:55 +0100)]
[FIX] stock: fix recomputation of complete_name of stock.location

bzr revid: rco@openerp.com-20120127135537-cfwkzzl221doz2um

12 years ago[FIX] corrected an error due to the recent "import hook" commited in the server...
Bogdan Stanciu [Fri, 27 Jan 2012 13:48:25 +0000 (14:48 +0100)]
[FIX] corrected an error due to the recent  "import hook" commited in the server trunk. adds to rev 6357

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

bzr revid: bogdanovidiu.stanciu@gmail.com-20120127134825-n4ny3e59kyya0ml0

12 years ago[REM] completion in Gantt chart tasks and projects, not supported by OpenERP and...
Xavier Morel [Fri, 27 Jan 2012 13:35:08 +0000 (14:35 +0100)]
[REM] completion in Gantt chart tasks and projects, not supported by OpenERP and misleading/incorrect information should not be displayed

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

bzr revid: xmo@openerp.com-20120127133508-wngtl9ezi6km85mp

12 years ago[imp] refactored all gantt views
niv-openerp [Fri, 27 Jan 2012 13:33:55 +0000 (14:33 +0100)]
[imp] refactored all gantt views

bzr revid: nicolas.vanhoren@openerp.com-20120127133355-kc2tmo26eoxij07b

12 years ago[FIX] always show model in url
Antony Lesuisse [Fri, 27 Jan 2012 13:24:38 +0000 (14:24 +0100)]
[FIX] always show model in url

bzr revid: al@openerp.com-20120127132438-nth4lyqq1xp55hfc

12 years ago[FIX] issue with OpenERP's weird arabic locale leading to datejs not knowing what...
Xavier Morel [Fri, 27 Jan 2012 13:17:46 +0000 (14:17 +0100)]
[FIX] issue with OpenERP's weird arabic locale leading to datejs not knowing what locale file to load, and the client not correctly loading as a result

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

bzr revid: xmo@openerp.com-20120127131746-aiyudmhd4irzex7w

12 years ago[FIX] a_b_s_e: removed un-necessary res.company.bank_ids field
Olivier Dony [Fri, 27 Jan 2012 12:58:40 +0000 (13:58 +0100)]
[FIX] a_b_s_e: removed un-necessary res.company.bank_ids field

res.company now has its own bank_ids field, so
there is no need to add it anymore. Plus the
overridden version was causing various inconsistency
issues and rather confusing.

bzr revid: odo@openerp.com-20120127125840-n4rvynswgq61p316

12 years ago[IMP] improved the code readability and indentation of l10n_be/wizard/l10n_be_partner...
Bharat Devnani (OpenERP) [Fri, 27 Jan 2012 12:31:07 +0000 (18:01 +0530)]
[IMP] improved the code readability and indentation of l10n_be/wizard/l10n_be_partner_vat_listing.xml

bzr revid: bde@tinyerp.com-20120127123107-5gochmmwo3hzwre1

12 years ago[imp] added some more info in pings
niv-openerp [Fri, 27 Jan 2012 11:42:36 +0000 (12:42 +0100)]
[imp] added some more info in pings

bzr revid: nicolas.vanhoren@openerp.com-20120127114236-3mw4clp9jdy6gimd

12 years ago[FIX] CSS paths adaptation when running openerp-web (python side) in Windows
Xavier Morel [Fri, 27 Jan 2012 11:30:33 +0000 (12:30 +0100)]
[FIX] CSS paths adaptation when running openerp-web (python side) in Windows

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

bzr revid: xmo@openerp.com-20120127113033-5jb9bcfothcd30ly

12 years ago[MERGE] lp:914840 (stock: show pickings in red when min_date is passed)
Raphael Collet [Fri, 27 Jan 2012 10:32:18 +0000 (11:32 +0100)]
[MERGE] lp:914840 (stock: show pickings in red when min_date is passed)

bzr revid: rco@openerp.com-20120127103218-qfjk5kjfukg2vsny

12 years ago[MERGE] lp:919548 (account_anglo_saxon: fix incorrect attrs in product category view)
Raphael Collet [Fri, 27 Jan 2012 09:47:27 +0000 (10:47 +0100)]
[MERGE] lp:919548 (account_anglo_saxon: fix incorrect attrs in product category view)

bzr revid: rco@openerp.com-20120127094727-cl73uhi205r1hk7z

12 years ago[IMP] account_asset: update the search criteria of depreciation lines
Purnendu Singh (OpenERP) [Fri, 27 Jan 2012 09:29:28 +0000 (14:59 +0530)]
[IMP] account_asset: update the search criteria of depreciation lines

bzr revid: psi@tinyerp.com-20120127092928-3uin8ref4pbpb8ag

12 years ago[FIX] strange draggable behavior in Chrome 15/Linux
Xavier Morel [Fri, 27 Jan 2012 09:19:38 +0000 (10:19 +0100)]
[FIX] strange draggable behavior in Chrome 15/Linux

dragging any other row than the first one in a sortable table (table with sequences)
has the row going way to the right of the table, in both editable list views (e.g.
tasks) and relational fields (e.g. Accounting > Configuration > Financial Accounting
> Taxes > Taxes[form] > Child Tax Accounts

bzr revid: xmo@openerp.com-20120127091938-z79e7aj6wjcmfmmz

12 years ago[IMP] account_asset: imporve demo data
Purnendu Singh (OpenERP) [Fri, 27 Jan 2012 09:11:56 +0000 (14:41 +0530)]
[IMP] account_asset: imporve demo data

bzr revid: psi@tinyerp.com-20120127091156-mndxesk5jrvj3fqz

12 years ago[MERGE] Merge with main addons
Purnendu Singh (OpenERP) [Fri, 27 Jan 2012 08:57:51 +0000 (14:27 +0530)]
[MERGE] Merge with main addons

bzr revid: psi@tinyerp.com-20120127085751-yge1lo84nja23wvy

12 years ago[MERGE] lp:918120 (res.partner.bank: improve name_get() when no bank_name is given)
Raphael Collet [Fri, 27 Jan 2012 08:51:33 +0000 (09:51 +0100)]
[MERGE] lp:918120 (res.partner.bank: improve name_get() when no bank_name is given)

bzr revid: rco@openerp.com-20120127085133-hwzn9up9gp12cwgi

12 years ago[IMP] converted the wizard according to new format
Bharat Devnani (OpenERP) [Fri, 27 Jan 2012 05:58:00 +0000 (11:28 +0530)]
[IMP] converted the wizard according to new format

bzr revid: bde@tinyerp.com-20120127055800-lzeiu5uqvm58lg8w

12 years ago[FIX] purchase: completed invoice line hook to set purchase order line as invoice...
Raphaël Valyi [Fri, 27 Jan 2012 05:38:07 +0000 (03:38 -0200)]
[FIX] purchase: completed invoice line hook to set purchase order line as invoice and relate it properly to the invoice lines

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

bzr revid: rvalyi@gmail.com-20120127053807-4r31khr8jt7anpv4