odoo/odoo.git
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 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[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[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[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] 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 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[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] 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[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] 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] hr_payroll: update help string
Purnendu Singh (OpenERP) [Fri, 27 Jan 2012 05:37:24 +0000 (11:07 +0530)]
[IMP] hr_payroll: update help string

bzr revid: psi@tinyerp.com-20120127053724-pkqv2f0xre2p87mf

12 years ago[MERGE] hr_payroll: merge with main addons
Purnendu Singh (OpenERP) [Fri, 27 Jan 2012 05:34:14 +0000 (11:04 +0530)]
[MERGE] hr_payroll: merge with main addons

bzr revid: psi@tinyerp.com-20120127053414-fjqvbmb057ekmfov

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 27 Jan 2012 05:28:25 +0000 (05:28 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120127052810-l3zq5o282fymrd70
bzr revid: launchpad_translations_on_behalf_of_openerp-20120127052825-ba6wz1r33349c1dd

12 years ago[FIX] l10n_in: fixed internal type of accounts
Quentin (OpenERP) [Thu, 26 Jan 2012 19:40:42 +0000 (20:40 +0100)]
[FIX] l10n_in: fixed internal type of accounts

bzr revid: qdp-launchpad@openerp.com-20120126194042-vw8bajbzmhkfpq3t

12 years ago[FIX] l10n_in: indian COA is now compliant with new financial reports for BS and P&L
Quentin (OpenERP) [Thu, 26 Jan 2012 19:30:04 +0000 (20:30 +0100)]
[FIX] l10n_in: indian COA is now compliant with new financial reports for BS and P&L

bzr revid: qdp-launchpad@openerp.com-20120126193004-v329n58s8vdzvk5h

12 years ago[IMP] account: improvement of financial report printing
Quentin (OpenERP) [Thu, 26 Jan 2012 19:29:20 +0000 (20:29 +0100)]
[IMP] account: improvement of financial report printing

bzr revid: qdp-launchpad@openerp.com-20120126192920-fjteiq59ejdt1tzk

12 years ago[FIX] account: common report wizard fixed when no fiscalyear given
Quentin (OpenERP) [Thu, 26 Jan 2012 18:53:56 +0000 (19:53 +0100)]
[FIX] account: common report wizard fixed when no fiscalyear given

bzr revid: qdp-launchpad@openerp.com-20120126185356-6df93022x6y1gndq

12 years ago[IMP] l10n_be: BNB balance sheet and p&l improved
Quentin (OpenERP) [Thu, 26 Jan 2012 17:20:37 +0000 (18:20 +0100)]
[IMP] l10n_be: BNB balance sheet and p&l improved

bzr revid: qdp-launchpad@openerp.com-20120126172037-ly50ytke9hjavwy9

12 years ago[IMP] account: financial report object improved, rml report enhanced and few bug...
Quentin (OpenERP) [Thu, 26 Jan 2012 17:19:55 +0000 (18:19 +0100)]
[IMP] account: financial report object improved, rml report enhanced and few bug fixed

bzr revid: qdp-launchpad@openerp.com-20120126171955-iss8htk2ggf6upag

12 years ago[IMP] ir.module.module: change `active` flag to
Vo Minh Thu [Thu, 26 Jan 2012 16:40:49 +0000 (17:40 +0100)]
[IMP] ir.module.module: change `active` flag to
`auto_installable`. An auto-installable module is a module automatically
installed by the OpenERP server as soon as its dependencies are
satisfied, without explicit user action.

bzr revid: vmt@openerp.com-20120126164049-smrcvrojy0b1z6f8

12 years ago[IMP] base_vat - Swiss vat check : use of regexp. courtesy of Raphael Collet
Yannick Vaucher [Thu, 26 Jan 2012 15:59:34 +0000 (16:59 +0100)]
[IMP] base_vat - Swiss vat check : use of regexp. courtesy of Raphael Collet

bzr revid: yannick.vaucher@camptocamp.com-20120126155934-k5qdt9ufho48qrzh

12 years ago[IMP] l10n_be: BNB format for balance sheet and p&l, using new financial reports
Quentin (OpenERP) [Thu, 26 Jan 2012 14:27:07 +0000 (15:27 +0100)]
[IMP] l10n_be: BNB format for balance sheet and p&l, using new financial reports

bzr revid: qdp-launchpad@openerp.com-20120126142707-bozlglregvyw02ut

12 years ago[FIX] account: financial reports and data for account_account_type fixed
Quentin (OpenERP) [Thu, 26 Jan 2012 14:26:18 +0000 (15:26 +0100)]
[FIX] account: financial reports and data for account_account_type fixed

bzr revid: qdp-launchpad@openerp.com-20120126142618-fdyf054eaqjo85es

12 years ago[MERGE] lp:918644 (product: add search view on product categories)
Raphael Collet [Thu, 26 Jan 2012 15:34:59 +0000 (16:34 +0100)]
[MERGE] lp:918644 (product: add search view on product categories)

bzr revid: rco@openerp.com-20120126153459-u1v0tz6my1tsrck2

12 years ago[FIX] l10n_tr: remove empty certificate from module, it has no certificate
Raphael Collet [Thu, 26 Jan 2012 15:32:23 +0000 (16:32 +0100)]
[FIX] l10n_tr: remove empty certificate from module, it has no certificate

bzr revid: rco@openerp.com-20120126153223-3jo0n8t3ssseao96

12 years ago[imp] added doc
niv-openerp [Thu, 26 Jan 2012 15:29:11 +0000 (16:29 +0100)]
[imp] added doc

bzr revid: nicolas.vanhoren@openerp.com-20120126152911-s5idtdwgp454v8i5

12 years ago[fix] problem with date and time parsing
niv-openerp [Thu, 26 Jan 2012 15:28:22 +0000 (16:28 +0100)]
[fix] problem with date and time parsing

bzr revid: nicolas.vanhoren@openerp.com-20120126152822-z98udmqoj1qc9cx6

12 years ago[MERGE] l10n_tr: localization for Turkey
Raphael Collet [Thu, 26 Jan 2012 15:12:03 +0000 (16:12 +0100)]
[MERGE] l10n_tr: localization for Turkey

bzr revid: rco@openerp.com-20120126151203-t5dnw7pxikyv2omr

12 years ago[FIX] Tooltips stays visible after it's trigger element has been removed
Fabien Meghazi [Thu, 26 Jan 2012 14:37:34 +0000 (15:37 +0100)]
[FIX] Tooltips stays visible after it's trigger element has been removed

bzr revid: fme@openerp.com-20120126143734-7zl3gczn5x61k2u1

12 years ago[FIX] Changed tooltip plugin that caused problems under firefox
Fabien Meghazi [Thu, 26 Jan 2012 14:14:08 +0000 (15:14 +0100)]
[FIX] Changed tooltip plugin that caused problems under firefox

bzr revid: fme@openerp.com-20120126141408-zdkf21qqjxx019pq

12 years ago[MERGE] lp:918642 (project: fix misleading label in view)
Raphael Collet [Thu, 26 Jan 2012 14:05:09 +0000 (15:05 +0100)]
[MERGE] lp:918642 (project: fix misleading label in view)

bzr revid: rco@openerp.com-20120126140509-z3lk8a4sqqkhrs2l

12 years ago[MERGE] mail: fix res_id link when sending an email template
Raphael Collet [Thu, 26 Jan 2012 13:55:47 +0000 (14:55 +0100)]
[MERGE] mail: fix res_id link when sending an email template

bzr revid: rco@openerp.com-20120126135547-995815mj21zw1jwn

12 years ago[MERGE] lp:912793 (account/demo: fix last day of February period)
Raphael Collet [Thu, 26 Jan 2012 13:48:08 +0000 (14:48 +0100)]
[MERGE] lp:912793 (account/demo: fix last day of February period)

bzr revid: rco@openerp.com-20120126134808-dgopx29p77cz1hhq

12 years ago[FIX] account/demo: fix last day of period February
Raphael Collet [Thu, 26 Jan 2012 13:34:06 +0000 (14:34 +0100)]
[FIX] account/demo: fix last day of period February

bzr revid: rco@openerp.com-20120126133406-c9sa8vhnsggt487f

12 years ago[FIX] Changed tooltip plugin that caused problems under firefox
Fabien Meghazi [Thu, 26 Jan 2012 13:24:41 +0000 (14:24 +0100)]
[FIX] Changed tooltip plugin that caused problems under firefox

bzr revid: fme@openerp.com-20120126132441-wxg1gumrq9uetd70

12 years ago[FIX] unfuck dhtmlxgantt's dhtmlxcommon which breaks dhtmlxchart
Xavier Morel [Thu, 26 Jan 2012 11:05:58 +0000 (12:05 +0100)]
[FIX] unfuck dhtmlxgantt's dhtmlxcommon which breaks dhtmlxchart

bzr revid: xmo@openerp.com-20120126110558-fk1po7fv97yww2f5

12 years ago[MERGE] lp:914317 (crm: fix calendar view to update duration)
Raphael Collet [Thu, 26 Jan 2012 11:03:20 +0000 (12:03 +0100)]
[MERGE] lp:914317 (crm: fix calendar view to update duration)

bzr revid: rco@openerp.com-20120126110320-ocjxfbfjjxx26wtx

12 years ago[MERGE] lp:916173 (idea: fix typo in view)
Raphael Collet [Thu, 26 Jan 2012 10:53:22 +0000 (11:53 +0100)]
[MERGE] lp:916173 (idea: fix typo in view)

bzr revid: rco@openerp.com-20120126105322-ib3ggkkfg32im4eh

12 years ago[ADD] uid field in context used when requesting a view, so modifiers processing can...
Xavier Morel [Thu, 26 Jan 2012 10:51:52 +0000 (11:51 +0100)]
[ADD] uid field in context used when requesting a view, so modifiers processing can eval uid

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

bzr revid: xmo@openerp.com-20120126105152-ou54c38vmohibs0c

12 years ago[MERGE] lp:914282 (account: fix domain of partner_bank_id in invoice view)
Raphael Collet [Thu, 26 Jan 2012 10:49:06 +0000 (11:49 +0100)]
[MERGE] lp:914282 (account: fix domain of partner_bank_id in invoice view)

bzr revid: rco@openerp.com-20120126104906-5we9a322mc6h1c5b

12 years ago[MERGE] lp:917863 (base_contact: add missing access rights to partner address and...
Raphael Collet [Thu, 26 Jan 2012 10:41:56 +0000 (11:41 +0100)]
[MERGE] lp:917863 (base_contact: add missing access rights to partner address and location to group salesman)

bzr revid: rco@openerp.com-20120126104156-re3hnex1v451xjvh

12 years ago[FIX] base_contact: set sale user rigth for address and location
Raphael Collet [Thu, 26 Jan 2012 10:10:00 +0000 (11:10 +0100)]
[FIX] base_contact: set sale user rigth for address and location

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

bzr revid: rco@openerp.com-20120126101000-sa26e5aecq6in2og

12 years ago[FIX] documented signature of View#do_search
Xavier Morel [Thu, 26 Jan 2012 09:54:32 +0000 (10:54 +0100)]
[FIX] documented signature of View#do_search

bzr revid: xmo@openerp.com-20120126095432-x359um1e0b2g7vw2

12 years ago[FIX] various issues with saved filters
Xavier Morel [Thu, 26 Jan 2012 09:44:14 +0000 (10:44 +0100)]
[FIX] various issues with saved filters

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

bzr revid: xmo@openerp.com-20120126094414-tf5tldyzb0noszvr

12 years ago[FIX] race condition on selecting saved filters
Xavier Morel [Thu, 26 Jan 2012 09:23:04 +0000 (10:23 +0100)]
[FIX] race condition on selecting saved filters

Deferreds can't "go through" al callbacks, so even when searchviews
correctly wait on this.on_clear it can't get the information on when
the other view is done clearing, and it lauches two concurrent views.

In this precise case though, there's no need to launch a search after
this clear, just want to remove all searchview state.

bzr revid: xmo@openerp.com-20120126092304-fe79ulj6txkgy411

12 years ago[IMP] clear search after deselecting a filter
Xavier Morel [Thu, 26 Jan 2012 08:56:36 +0000 (09:56 +0100)]
[IMP] clear search after deselecting a filter

bzr revid: xmo@openerp.com-20120126085636-3mja4a43yhywd6ga

12 years ago[IMP] don't reset filters select after selecting a saved filter
Xavier Morel [Thu, 26 Jan 2012 08:55:26 +0000 (09:55 +0100)]
[IMP] don't reset filters select after selecting a saved filter

bzr revid: xmo@openerp.com-20120126085526-21rjfs2beykv00rv

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120126052824-8ja030g3lhanp8g7