odoo/odoo.git
12 years agoAdd related field currency_id on res.partner.bank.
Alexis de Lattre [Wed, 1 Feb 2012 10:07:27 +0000 (11:07 +0100)]
Add related field currency_id on res.partner.bank.
Display it in the corresponding tree and form views.

bzr revid: alexis@via.ecp.fr-20120201100727-007fkyhltwewtbyy

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 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[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] 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] 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] 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[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

12 years ago[FIX] stock: fixed typo comma in previous commit
Raphaël Valyi [Fri, 27 Jan 2012 05:37:26 +0000 (03:37 -0200)]
[FIX] stock: fixed typo comma in previous commit

bzr revid: rvalyi@gmail.com-20120127053726-zb70tf125roz9f2u

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[REF] sale: refactored invoice line creation from picking including service. So we...
Raphaël Valyi [Fri, 27 Jan 2012 05:00:05 +0000 (03:00 -0200)]
[REF] sale: refactored invoice line creation from picking including service. So we now use the same method as in invoicing upon order (the met$
This is better to have the code factored as checks upon accounts are factored in a single stronger code.
Also this fixes bug https://bugs.launchpad.net/openobject-addons/+bug/922427 I discovered while refactoring.
Notice that we still look at the picking type and eventually force the account_id (and yes that service line is a product).

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

bzr revid: rvalyi@gmail.com-20120127050005-z1s4aby1qqcrpgbi

12 years ago[REF] sale: extracted invoice line creation from sale order line in a prepare dict...
Raphaël Valyi [Fri, 27 Jan 2012 04:54:58 +0000 (02:54 -0200)]
[REF] sale: extracted invoice line creation from sale order line in a prepare dict method.
The code is almost copied/pasted. The only things I changed is:
- I renamed a var to account_id for more clarity
- I let the user force some account_id as we will reuse the method from service invoicing from picking
- By checking vals, I let a chance to an overrider to group lines together (like my previous commit)

bzr revid: rvalyi@gmail.com-20120127045458-hrq9emlx8kro0kri

12 years ago[IMP] stock: in some extension, we may want to group some invoice lines, by checking...
Raphaël Valyi [Fri, 27 Jan 2012 04:50:32 +0000 (02:50 -0200)]
[IMP] stock: in some extension, we may want to group some invoice lines, by checking vals, we let such a chance change the cardinality without having first to create the lines and then delete them to group them, which is very inefficient

bzr revid: rvalyi@gmail.com-20120127045032-isxspwmhmk78yrbt

12 years ago[MERGE] merged lp:~alexis-via/openobject-addons/extensible-stock-action_invoice_create
Raphaël Valyi [Fri, 27 Jan 2012 04:43:26 +0000 (02:43 -0200)]
[MERGE] merged lp:~alexis-via/openobject-addons/extensible-stock-action_invoice_create

bzr revid: rvalyi@gmail.com-20120127044326-3nzow34fw1o8bwiz

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