Commit Graph

69676 Commits

Author SHA1 Message Date
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
Vidhin Mehta d6024fa36b [FIX]add callback function to fetch_lang and in *drop db* which is not created,after drop it shows 'db succesfully droped'.
bzr revid: vme@tinyerp.com-20130516170403-7oil1k6em99a1hmp
2013-05-16 22:34:03 +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
Martin Trigaux 1c081a0e66 [FIX] l10n_nl: missing sequence on tax gives wrong default tax, contribution by Stefan Rijnhart (Therp)
lp bug: https://launchpad.net/bugs/1094285 fixed

bzr revid: mat@openerp.com-20130515151719-dec0bo585pnh904l
2013-05-15 17:17:19 +02:00
Quentin (OpenERP) 4489b56bbf [FIX] account_followup: do not set the next action date on a partner if he already had one previously set
bzr revid: qdp-launchpad@openerp.com-20130515151054-dhuuscqrtc1agq0i
2013-05-15 17:10:54 +02:00
Martin Trigaux 2e348533e2 [MERGE] sync with latest trunk
bzr revid: mat@openerp.com-20130515151044-1va9vpq71l2udlbq
2013-05-15 17:10:44 +02:00
niv-openerp 9ab6ef1989 [FIX] problem with concatenation of js files, encodings and utf boms
lp bug: https://launchpad.net/bugs/1174387 fixed

bzr revid: nicolas.vanhoren@openerp.com-20130515140704-jo0ws3ucf81e6mdm
2013-05-15 16:07:04 +02:00
Thibault Delavallée 8a0adc0f33 [FIX] mail: notification email: notification sent for private discussions now have a correct subject, aka the subject of the original email.
bzr revid: tde@openerp.com-20130515133332-g3wtttsnasfz0y8b
2013-05-15 15:33:32 +02:00
Quentin (OpenERP) 19c7bfa179 [FIX] base: moving the old timezone formats at the end of selection list to avoid confusing users
lp bug: https://launchpad.net/bugs/1086728 fixed

bzr revid: qdp-launchpad@openerp.com-20130515112536-j5eitvgk8tznhe5i
2013-05-15 13:25:36 +02:00
Quentin (OpenERP) 4253739e4c [FIX] purchase: fix the scheduled date on the created stock move + stock: usability fixes/imp
bzr revid: qdp-launchpad@openerp.com-20130515101810-tt0w2uz0sjva1l7j
2013-05-15 12:18:10 +02:00
Cedric Snauwaert 3892a9fee4 [REF]res_partner: compact code to get tz info
bzr revid: csn@openerp.com-20130515101027-4nc06nr2u41jh1wr
2013-05-15 12:10:27 +02:00
niv-openerp 90d278a6a6 changed encodings
bzr revid: nicolas.vanhoren@openerp.com-20130515095413-tdvyurv8dwgvj0vd
2013-05-15 11:54:13 +02:00
niv-openerp f77cf1b603 wip
bzr revid: nicolas.vanhoren@openerp.com-20130515090231-pj7q042poo2183sp
2013-05-15 11:02:31 +02:00
niv-openerp b1338a1c8f fix
bzr revid: nicolas.vanhoren@openerp.com-20130515085618-m72mahjie4iguwhy
2013-05-15 10:56:18 +02:00
Lorenzo Battistini a2212f242c [IMP] Complete configuration of tax codes in l10n_it
bzr revid: lorenzo.battistini@agilebg.com-20130515065830-kvr3ylm1kxbfisx3
2013-05-15 08:58:30 +02:00
Launchpad Translations on behalf of openerp b4bc1a38bf Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130515060747-d8cgvt2npsgcihpk
2013-05-15 06:07:47 +00:00
Martin Trigaux f52b31dfd7 [MERGE] correct permissions, shebang, EOL and FSF address
lp bug: https://launchpad.net/bugs/993414 fixed
lp bug: https://launchpad.net/bugs/993408 fixed

bzr revid: mat@openerp.com-20130514145237-rciw4hyh0aqw1cak
2013-05-14 16:52:37 +02:00
Martin Trigaux c89c86c6e0 [MERGE] correct permissions, shebang, EOL and FSF address
lp bug: https://launchpad.net/bugs/993414 fixed
lp bug: https://launchpad.net/bugs/993408 fixed

bzr revid: mat@openerp.com-20130514145117-ur32kilr42kg1du0
2013-05-14 16:51:17 +02:00
Martin Trigaux af9731ba25 [MERGE] correct permissions, shebang, EOL and FSF address
lp bug: https://launchpad.net/bugs/993414 fixed
lp bug: https://launchpad.net/bugs/993408 fixed

bzr revid: mat@openerp.com-20130514144728-t2ni4ynasl2us260
2013-05-14 16:47:28 +02:00
Martin Trigaux 6654424388 [IMP] use exact writing for fsf address
bzr revid: mat@openerp.com-20130514143728-s341hmkw5dw9l7o1
2013-05-14 16:37:28 +02:00
Martin Trigaux 8c08d178d2 [IMP] use exact writing for fsf address
bzr revid: mat@openerp.com-20130514143402-amqukyz9mpeq5y95
2013-05-14 16:34:02 +02:00
Martin Trigaux c22dd59c85 [IMP] use exact writing for fsf address
bzr revid: mat@openerp.com-20130514143254-f9ap1pkh7253xs1g
2013-05-14 16:32:54 +02:00
Martin Trigaux 7f3b9ef9e3 [IMP] use exact writing for fsf address
bzr revid: mat@openerp.com-20130514142926-twja0tqy64s9eo09
2013-05-14 16:29:26 +02:00
Martin Trigaux 8fd6cb92e7 [IMP] use exact writing for fsf address
bzr revid: mat@openerp.com-20130514142837-jt65d8xjd1eozqst
2013-05-14 16:28:37 +02:00
Martin Trigaux f95fd751df [IMP] remove double space in fsf address
bzr revid: mat@openerp.com-20130514141723-xvtiru2fvhp6enbq
2013-05-14 16:17:23 +02:00
Martin Trigaux 810edc8cf9 [IMP] use new fsf address
bzr revid: mat@openerp.com-20130514141619-xd30aqer3f3gii31
2013-05-14 16:16:19 +02:00
Martin Trigaux 3c11652fac [IMP] trmove double space in fsf address
bzr revid: mat@openerp.com-20130514141132-610k885sxtcr8vpb
2013-05-14 16:11:32 +02:00