Commit Graph

69515 Commits

Author SHA1 Message Date
Martin Trigaux 187a378110 [IMP] remove read access to incoming mail server configuration
forward port of rev 7214 in 6.1

bzr revid: mat@openerp.com-20130521133128-ogxflb2rohwecbxa
2013-05-21 15:31:28 +02:00
Martin Trigaux 2c4f0c9a13 [MERGE] sync with latest trunk
bzr revid: mat@openerp.com-20130521131651-7rb9ybgiarj6dwr0
2013-05-21 15:16:51 +02:00
Frédéric van der Essen 39e99c1ce5 [MERGE] point_of_sale: fix for product packaging barcodes
bzr revid: fva@openerp.com-20130521093609-0y0z190ut9iggb0w
2013-05-21 11:36:09 +02:00
Frédéric van der Essen 6d03a9be51 [FIX] point_of_sale: wrong ean field for packagings
bzr revid: fva@openerp.com-20130521090942-hvtze13ek6p7nguo
2013-05-21 11:09:42 +02:00
Launchpad Translations on behalf of openerp 727de3660d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130519061258-u0iw6lfwponrmlrp
bzr revid: launchpad_translations_on_behalf_of_openerp-20130520063201-x6ngc83h4rru51rx
bzr revid: launchpad_translations_on_behalf_of_openerp-20130521054415-2s1mdz92ybpgx12d
2013-05-21 05:44:15 +00:00
Launchpad Translations on behalf of openerp 1647391acc Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130519061236-r4zubxtanesjqld0
bzr revid: launchpad_translations_on_behalf_of_openerp-20130520063148-0crtjtoieit1g5k8
bzr revid: launchpad_translations_on_behalf_of_openerp-20130521054352-g6yw7uvuietnscm6
2013-05-21 05:43:52 +00:00
Launchpad Translations on behalf of openerp c8136cee66 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130519061301-tarop35lwadoymxh
2013-05-19 06:13:01 +00:00
Olivier Dony 0e8ca44530 [FIX] ir.sequence: add a proper default value for number_next_actual (0 is disallowed by default) + avoid error when trying to alter a sequence during creation
lp bug: https://launchpad.net/bugs/960201 fixed

bzr revid: odo@openerp.com-20130517181514-xcy83yakpuqa3oik
2013-05-17 20:15:14 +02:00
Olivier Dony b50a964eb8 [MERGE] ir.sequence: lazily compute next value for PostgreSQL-backed ir.sequences + avoid resetting it at each change to the sequence, courtesy of Ronald Portier (Therp)
The original patch proposed by Ronald has been modified to
make it more suitable to a stable version, in the following
aspects:
- remove all extra physical columns (boolean flags), as they
  would break the stable policy and were actually unnecessary
  to fix the bug
- avoid displaying both the number_next and the number_next_actual,
  the latter is sufficient
- fix a possible bug when setting the number_next to 0

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

bzr revid: odo@openerp.com-20130517173513-msabph5x62c9wjxt
2013-05-17 19:35:13 +02:00
Olivier Dony ef94c53c6f [MERGE] account: safer code for accessing company currency data, in order to avoid errors in some multi-company setups, courtesy of Alexandre Fayolle (Camptocamp)
lp bug: https://launchpad.net/bugs/1111298 fixed

bzr revid: odo@openerp.com-20130517170616-0jkqfls1ph7ydctz
2013-05-17 19:06:16 +02:00
Olivier Dony 4f426731bd [MERGE] res.currency: default to global currencies in multi-company setup + add proper ir.rule, courtesy of Alexandre Fayolle (Camptocamp)
lp bug: https://launchpad.net/bugs/1111298 fixed

bzr revid: odo@openerp.com-20130517170414-zx9v1x3noqnce4h0
2013-05-17 19:04:14 +02:00
Olivier Dony f49570ee55 [MERGE] l10n_es: updated version of Spanish localization, including a new Chart for associations, courtesy of the Spanish localization team (via Pedro Manuel Baeza, Serv. Tecnol. Avanzados)
bzr revid: odo@openerp.com-20130517164146-0og90y9adxzoozj0
2013-05-17 18:41:46 +02:00
Xavier Morel c694837a64 [FIX] parsing of domains with non-ascii unicode literals
update py.js to support parsing of escape sequences in string literals

bzr revid: xmo@openerp.com-20130517162215-4afen1mdzbfx1mxi
2013-05-17 18:22:15 +02:00
Cedric Snauwaert 33ec8239d1 [FIX]ir_sequence: better args definition
bzr revid: csn@openerp.com-20130517154544-c9jywavo9pnfn4rt
2013-05-17 17:45:44 +02:00
Olivier Dony 8d639576f0 [FIX] modify domain evaluation tests to avoid relying on res.currency entries assigned to companies, as demo data was modified for bug 1111298
lp bug: https://launchpad.net/bugs/1111298 fixed

bzr revid: odo@openerp.com-20130517141726-67utxubzdflsgsnx
2013-05-17 16:17:26 +02:00
Cedric Snauwaert 913a7a6e5c [FIX]ir_sequence: only execute a change on postgresql sequence when really needed and add a field to get an approximation of the current next_number.
bzr revid: csn@openerp.com-20130517124328-kex5katw2tgpgdty
2013-05-17 14:43:28 +02:00
Olivier Dony fb3835e8dc [FIX] l10n_vn: removed incorrect exec bit on files that have no reason to have it
lp bug: https://launchpad.net/bugs/993414 fixed

bzr revid: odo@openerp.com-20130517103502-llfmq8m9hk1tjz6c
2013-05-17 12:35:02 +02:00
Olivier Dony e608027256 [FIX] openerp/tests/test_mail.py marked executable as it should
lp bug: https://launchpad.net/bugs/993414 fixed

bzr revid: odo@openerp.com-20130517102933-u1u4n2ad5jxnndw5
2013-05-17 12:29:33 +02:00
Olivier Dony c8b464b0a1 [MERGE] l10n_es: updated version of Spanish localization, including a new Chart for associations, courtesy of the Spanish localization team (via Pedro Manuel Baeza, Serv. Tecnol. Avanzados)
bzr revid: odo@openerp.com-20130517101422-krf1cuk31acszr96
2013-05-17 12:14:22 +02:00
Xavier Morel 548eea6426 [IMP] mouse cursors in search view drawer
bzr revid: xmo@openerp.com-20130517100316-9angbyhncxhg8620
2013-05-17 12:03:16 +02:00
Olivier Dony 9cff3f2a58 [MERGE] res.currency: default to global currencies in multi-company setup + add proper ir.rule, courtesy of Alexandre Fayolle (Camptocamp)
lp bug: https://launchpad.net/bugs/1111298 fixed

bzr revid: odo@openerp.com-20130517093958-d16k9gceenznm9vp
2013-05-17 11:39:58 +02:00
Olivier Dony 764dd051cd [MERGE] account: safer code for accessing company currency data, in order to avoid errors in some multi-company setups, courtesy of Alexandre Fayolle (Camptocamp)
lp bug: https://launchpad.net/bugs/1111298 fixed

bzr revid: odo@openerp.com-20130517093301-702o8x78ufcc369e
2013-05-17 11:33:01 +02:00
Cedric Snauwaert ce5c5557a3 [FIX]ir_sequence: fix cryptic error message when prefix/suffix is not in a valid format and update number_next in order for it to have same value as the sql sequence preventing the sql sequence to restart from one if a write is done.
bzr revid: csn@openerp.com-20130517090421-kik3215az48lg02f
2013-05-17 11:04:21 +02:00
Alexandre Fayolle 89efc89651 [FIX] remove company_id from currencies in currency_data.xml
lp bug: https://launchpad.net/bugs/1111298 fixed

bzr revid: alexandre.fayolle@camptocamp.com-20130517080319-ct4j81mc01dr1e2v
2013-05-17 10:03:19 +02:00
cbi@openerp.my.openerp.com 3d9c8b0513 [FIX] missing multi company currency access rules, set currency.company_id to False by default
lp bug: https://launchpad.net/bugs/1111298 fixed

bzr revid: alexandre.fayolle@camptocamp.com-20130517080246-k23d8hd0ks36cr5l
2013-05-17 10:02:46 +02:00
Alexandre Fayolle b0ee634dec [FIX] some missed access to currency_id through company_id
bzr revid: alexandre.fayolle@camptocamp.com-20130517080031-7j72snb9mdv91cto
2013-05-17 10:00:31 +02:00
Quentin (OpenERP) e018fb46c5 [FIX] sale_crm: if set on the sale order, copy the sale team to the created invoices
bzr revid: qdp-launchpad@openerp.com-20130517074002-qymqczukhj7mpc54
2013-05-17 09:40:02 +02:00
Alexandre Fayolle 8bdccc5cd2 [FIX] work around bug preventing to validate invoices in multicompany setting
lp bug: https://launchpad.net/bugs/1111298 fixed

bzr revid: alexandre.fayolle@camptocamp.com-20130517073516-yko5zp0j8zlopq2d
2013-05-17 09:35:16 +02:00
Paramjit Singh Sahota 3a7a4f7d5e [IMP] Removed 'cursor on '.openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced li' and then added 'cursor:default' on '.openerp .oe_searchview .oe_searchview_drawer'.
bzr revid: psa@tinyerp.com-20130517060133-zw7zpuvxhc459s5e
2013-05-17 11:31:33 +05:30
Paramjit Singh Sahota a031c86d68 [MERGE] Merged lp:openerp-web/7.0
bzr revid: bth@tinyerp.com-20130417073823-qh3hzbj2j70kt6c6
bzr revid: psa@tinyerp.com-20130517053130-09k6t1os2x6g8i0j
2013-05-17 11:01:30 +05:30
Olivier Dony f97439e0ce [FIX] portal_hr_employee: use dedicated employee kanban view, avoids leaking undesired employee information in case parent view is inherited
lp bug: https://launchpad.net/bugs/1179349 fixed

bzr revid: odo@openerp.com-20130516161949-0wvysc20f9m1vn63
2013-05-16 18:19:49 +02:00
Cedric Snauwaert 655e36bc50 [FIX]sale_crm: when validating a SO with a sale team associated, information was not in associated invoice.
bzr revid: csn@openerp.com-20130516151255-azu6a3x6les0tzu6
2013-05-16 17:12:55 +02:00
Xavier Morel ee262e156a [FIX] delete event in calendar, courtesy of Holger Brunn
Calendar has type mismatche issues where event ids are obtained as
strings even when they are numbers, this is (ish) why get_id_index was
added to Dataset.

When having an event_id in calendar, can't use event_id directly needs
to ensure we have valid index and use that index to get "correct (ly
typed)" id from dataset.

bzr revid: xmo@openerp.com-20130516144904-hbfd5zkl8lic33n8
2013-05-16 16:49:04 +02:00
Xavier Morel 4f4783537a [FIX] missing class leading to broken list layout in o2m
bzr revid: xmo@openerp.com-20130516144219-xqab9eio006r43rb
2013-05-16 16:42:19 +02:00
Xavier Morel ae1ea1ac58 [FIX] incorrect company logo on databases with uppercase letters
bzr revid: xmo@openerp.com-20130516132200-t4h6gtoplkqzuh1w
2013-05-16 15:22:00 +02:00
Xavier Morel 3c32920301 [FIX] Error when selecting filters in calendar view
e.g. calendar view of customer invoice

Also attempted to make the code flow slightly simpler by just forcing
the filter to a [value, label] pair in all cases.

bzr revid: xmo@openerp.com-20130516125650-qeqx97dzzhzjrq52
2013-05-16 14:56:50 +02:00
Thibault Delavallée 54ef169ce3 [FIX] mail_alias, hr_job: when migrating to aliases, allow to have aliases creating records from a different model than the parent model; for example hr_job create hr_applicant records.
bzr revid: tde@openerp.com-20130516120227-z819lxy30mghc1hv
2013-05-16 14:02:27 +02:00
Quentin (OpenERP) b6a4e2fc5f [FIX] project: do not hide tasks from template project in the project kanban and if we open those tasks from the project template
bzr revid: qdp-launchpad@openerp.com-20130516121306-3d24o7z9y8odmvqh
2013-05-16 14:13:06 +02:00
Xavier Morel 7f6ee29de8 [FIX] exclude non-searchable function fields from the advanced search's list
bzr revid: xmo@openerp.com-20130516110949-o79aw68izo8poivu
2013-05-16 13:09:49 +02:00
Xavier Morel 4bb3995680 [IMP] replace literal values by symbolic ones for node types dispatching
bzr revid: xmo@openerp.com-20130516110335-dk803tjn1qpqd0ro
2013-05-16 13:03:35 +02:00
Xavier Morel 5cf564e4e6 [FIX] handling of multiline strings during qweb translation
Javascript regexps don't provide a DOTALL flag (to make `.` match
newlines) so have to replace `.` by `[\s\S]` hack, as *that* will
match newlines as well as all other characters.

Note: the `m` flag has a different meaning, it makes `^` and `$` match
      the start and end of lines rather than the start and end of the
      string itself.

bzr revid: xmo@openerp.com-20130516105908-exgtwwf785hrmedo
2013-05-16 12:59:08 +02:00
Cedric Snauwaert 231103feeb [FIX]project: show tasks of project that are in template state when clicking on the show task button from the project.
bzr revid: csn@openerp.com-20130516101616-g4unvwc2e1dxb5dc
2013-05-16 12:16:16 +02:00
Quentin (OpenERP) 5ceb9a84da [FIX] account: validation of an invoice from another company was not allowed because of default value of company_id field on account.move
lp bug: https://launchpad.net/bugs/810548 fixed

bzr revid: qdp-launchpad@openerp.com-20130516085254-it0ff5oqlnodt5mm
2013-05-16 10:52:54 +02:00
Martin Trigaux 310acd1d70 [MERGE] add module l10n_vn, contribution by Tien Tran (General Solutions)
bzr revid: mat@openerp.com-20130516084659-cm326nmldkk0pbht
2013-05-16 10:46:59 +02:00
Martin Trigaux cda0db3604 [ADD] module l10n_vn, contribution by Tien Tran (General Solutions)
bzr revid: mat@openerp.com-20130516083252-0k4rl6yr60m1uhy0
2013-05-16 10:32:52 +02:00
Launchpad Translations on behalf of openerp 50da4f37ab Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130516055522-vvzc9h3p43b3zkwb
2013-05-16 05:55:22 +00:00
Martin Trigaux 1bb278384c [MERGE] l10n_nl: various changes, contribution by Stefan Rijnhart (Therp)
[ADD] [l10n_nl] Fiscal position for transferred VAT 'BTW verlegd'
[FIX] [l10n_nl]: lp:1171872, Tax code is not created because of duplicate (truncated) name
[FIX] [l10n_nl] Fix sign, sequence and label of tax 'BTW verlegd inkoop'
[FIX] [l10n_nl]: Remove duplicate tax 'BTW te vorderen verlegd' plus child taxes
[FIX] [l10n_nl]: tax 'BTW verlegd 0%' is a sales tax

bzr revid: mat@openerp.com-20130515162656-9kxa6h7xvvvcy83r
2013-05-15 18:26:56 +02:00
Martin Trigaux 3be402f676 [MERGE] various changes on l10n_nl, contribution by Stefan Rijnhart (Therp)
lp bug: https://launchpad.net/bugs/1171872 fixed

bzr revid: mat@openerp.com-20130515160905-i9rz0xq1apd40bik
2013-05-15 18:09:05 +02:00
Martin Trigaux 618918f060 [MERGE] l10n_ch: contributors and meta-data, contribution by Nicolas Bessi (Camptocamp); l10n_nl: missing sequence on tax gives wrong default tax, contribution by Stefan Rijnhart (Therp)
bzr revid: mat@openerp.com-20130515153813-munzwn5b8cf1fegu
2013-05-15 17:38:13 +02:00
Martin Trigaux 623d67d7a0 [FIX] update l10n_ch contributors and meta-data, contribution by Nicolas Bessi (Camptocamp)
bzr revid: mat@openerp.com-20130515152142-nuu3puyj0qpechav
2013-05-15 17:21:42 +02:00