Commit Graph

69870 Commits

Author SHA1 Message Date
Martin Trigaux 43a89d5d5d [MERGE] [FIX] l10n_ro: remove duplicate label
bzr revid: mat@openerp.com-20130620142358-r8gfqyf86l3dnoh8
2013-06-20 16:23:58 +02:00
Martin Trigaux 461e73eafd [MERGE] [FIX] l10n_be_coda: ensure record rules are applied on res.partner.bank
lp bug: https://launchpad.net/bugs/1128933 fixed

bzr revid: mat@openerp.com-20130620141751-9ml90ivro2dwsj4p
2013-06-20 16:17:51 +02:00
Martin Trigaux 5fd76c325c [MERGE] [FIX] l10n_be_coda: check existance of line 8 in coda file, courtesy of Peter Langenberg (Agaplan)
lp bug: https://launchpad.net/bugs/1125165 fixed

bzr revid: mat@openerp.com-20130620133251-9id6wqtgjrzscq1s
2013-06-20 15:32:51 +02:00
Martin Trigaux 905a705c2f [MERGE] [FIX] base_calendar: add missing keys for private events in read
bzr revid: mat@openerp.com-20130620132132-k10o23wdsqxkh0le
2013-06-20 15:21:32 +02:00
Olivier Dony 9a5e317618 [FIX] OPW 592482: browse_record should not prefetch binary fields
This was apparently a long-standing issue due to a
strange handling of the _prefetch attribute on
columns: accessing a column would only trigger
the prefetching if its _prefetch attribute was
True, but the prefetching itself would also
prefetch columns that had _prefetch False.

We clearly want it the other way around, or
at least we want _prefetch to decide whether
a column is included in any given prefetching
pass. We can skip the prefetching pass when
the only field being accessed has _prefetch
False because it is likely the other fields
have already been prefetched separately.
This last subtlety should not make any
noticeable performance difference.

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

bzr revid: odo@openerp.com-20130620131057-v7s4qfqj976j3ufo
2013-06-20 15:10:57 +02:00
Martin Trigaux 00d0318c5b [MERGE] [IMP] crm: log phone calls as in held state
bzr revid: mat@openerp.com-20130620111631-91cn5ufweojxfggm
2013-06-20 13:16:31 +02:00
Martin Trigaux ddfd8dd89e [FIX] account_analytic_plans: allow grouping by analytic_id
bzr revid: mat@openerp.com-20130620092939-5nf628sjodcxndgc
2013-06-20 11:29:39 +02:00
Launchpad Translations on behalf of openerp 3e269d1572 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130614070428-by6oo1fc0hvfoqc8
bzr revid: launchpad_translations_on_behalf_of_openerp-20130615061319-hikvcj42kmv0fwla
bzr revid: launchpad_translations_on_behalf_of_openerp-20130616053220-l2jj1f2bfhr8s95f
bzr revid: launchpad_translations_on_behalf_of_openerp-20130617062045-ydm23y8oyqt85r6d
bzr revid: launchpad_translations_on_behalf_of_openerp-20130618065045-8n040l4nl7inbsho
bzr revid: launchpad_translations_on_behalf_of_openerp-20130619061621-p7u5tapogm5ao1o2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130620063408-j244y20qpy61d6dn
bzr revid: launchpad_translations_on_behalf_of_openerp-20130615062054-6zhgccaoectf2c0d
bzr revid: launchpad_translations_on_behalf_of_openerp-20130616053235-3eimstk0anu72x9m
bzr revid: launchpad_translations_on_behalf_of_openerp-20130617062114-7wts3fyy6vgqzt8v
bzr revid: launchpad_translations_on_behalf_of_openerp-20130618065127-8w5xbiwnnza5vlo1
bzr revid: launchpad_translations_on_behalf_of_openerp-20130619061719-63jsadfrb1yoqtgz
bzr revid: launchpad_translations_on_behalf_of_openerp-20130620063509-1xk30ymo1f7nn4h0
2013-06-20 06:35:09 +00:00
Xavier Morel a3b9994a3e [FIX] correctly escape labels in search view completion
lp bug: https://launchpad.net/bugs/1191699 fixed

bzr revid: xmo@openerp.com-20130618111059-v7tx4kpzv72c9pz0
2013-06-18 13:10:59 +02:00
Launchpad Translations on behalf of openerp 84ff96b759 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130614070438-ptd4opv50s2ctnxy
bzr revid: launchpad_translations_on_behalf_of_openerp-20130615062100-f80s45b9z73glxhu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130617062118-1oe27crm1ubv65cr
bzr revid: launchpad_translations_on_behalf_of_openerp-20130618065132-ftmkcuitm0j035tl
2013-06-18 06:51:32 +00:00
Olivier Dony ca185a7d6d [I18N] account: updated PO template for new term introduced by previous revision
bzr revid: odo@openerp.com-20130614223224-or0dod97c55x5qv9
2013-06-15 00:32:24 +02:00
Olivier Dony 138ff9cfd9 [MERGE] OPW 590139: account reports: several missing translation markers
The calls to _translate() do not actually work
in the Python helpers for the reports, unless the
terms are actually found in RML report source
(so translations of the right type exist).
Of course adding the terms in the RML directly
makes those helper methods redundant, so
they can now be removed in trunk.
Kept them in stable for API compatibility
only, they should work for existing reports.

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

bzr revid: odo@openerp.com-20130614213602-y325elmg3u5mq2qc
2013-06-14 23:36:02 +02:00
Martin Trigaux d41b550fdc [MERGE] [IMP] stock: filter incomming shipments and delivery orders on supplier and customer field
bzr revid: mat@openerp.com-20130614143842-8guj5z1243vg8nb0
2013-06-14 16:38:42 +02:00
Martin Trigaux 5836b9da50 [MERGE] [FIX] project_crm: sale_order_id does not appear in the correct location on project.task
lp bug: https://launchpad.net/bugs/1097808 fixed

bzr revid: mat@openerp.com-20130614120554-5k33fuv91beo7pcw
2013-06-14 14:05:54 +02:00
Launchpad Translations on behalf of openerp 1a383fe7aa Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130614070435-bmt19sgu42mjyjg6
2013-06-14 07:04:35 +00:00
Martin Trigaux 67fabd1c48 [MERGE] [FIX] sale_stock: compute packaging values after slecting right UoM
bzr revid: mat@openerp.com-20130613160953-itt79mu5xrl7suv4
2013-06-13 18:09:53 +02:00
Martin Trigaux ba46fc1116 [IMP] remove typo
bzr revid: mat@openerp.com-20130613160812-6nrz02oejrdl13tb
2013-06-13 18:08:12 +02:00
Martin Trigaux 262eeed99a [MERGE] [FIX] sale_stock: Auto complete on Quotations with special product configuration
bzr revid: mat@openerp.com-20130613155701-4czhhtrfheittf5n
2013-06-13 17:57:01 +02:00
Martin Trigaux c895961909 [MERGE] [FIX] hr_timesheet_sheet: compute amount field for timesheets
bzr revid: mat@openerp.com-20130613150342-hn7u14m223nv0k9q
2013-06-13 17:03:42 +02:00
Martin Trigaux 091b921ad0 [MERGE] [FIX] account: don't display fields from analytic accounting after removal
bzr revid: mat@openerp.com-20130613135959-185y4ip2csobdpgt
2013-06-13 15:59:59 +02:00
Martin Trigaux d6c0a836b0 [MERGE] [FIX] warning: correct form id for warning tabs in products
bzr revid: mat@openerp.com-20130613135715-gp1if7jh6btu2myk
2013-06-13 15:57:15 +02:00
Martin Trigaux cf4b1f7950 [MERGE] [FIX] account: better check of context when writing account.move.line
bzr revid: mat@openerp.com-20130613113305-j7j6rgj1lzkzdf9q
2013-06-13 13:33:05 +02:00
Martin Trigaux 79745ca866 [MERGE] [FIX] hr_timesheet_sheet, account_followup: remove create access rights on reports and hide create button from views
bzr revid: mat@openerp.com-20130613113146-7dim7vh35umf1570
2013-06-13 13:31:46 +02:00
Thibault Delavallée 9bfd4dfa96 [MERGE] [FIX] mail: message_subscribe_users: refactoring of the algorithm to achieve better computation time.
Previous implementation did a search on mail.followers with subtype_ids=False, leading
to a very bad computation time. This search is now avoided.

bzr revid: tde@openerp.com-20130613110146-3thin7anczzj509i
2013-06-13 13:01:46 +02:00
Thibault Delavallée 41311b9f33 [FIX] mail: fixed id of record in a loop (record.id, not all ids).
bzr revid: tde@openerp.com-20130613095228-b4r8kca7hkjd6ppa
2013-06-13 11:52:28 +02:00
Dhruti Shastri (OpenERP) d38a1c54fd [sale_stock] : Auto complete on Quotations with special product configuration(Case:593519)
bzr revid: dhs@tinyerp.com-20130613084441-gi9xkf2d2sl68a45
2013-06-13 14:14:41 +05:30
Thibault Delavallée 2652bd586d [FIX] mail: message_subscribe_users: refactoring of the algorithm to achieve better computation time.
Previous implementation did a search on mail.followers with subtype_ids=False, leading
to a very bad computation time. This search is now avoided.

bzr revid: tde@openerp.com-20130613082029-lmd63s3mqwxasy4j
2013-06-13 10:20:29 +02:00
Launchpad Translations on behalf of openerp bbbb085e5d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130613060919-s8otvph34f6m5k5m
2013-06-13 06:09:19 +00:00
Thibault Delavallée 83387ec8ef [MERGE] [FIX] Usability fix for purchase/product
Set the field property_product_pricelist_purchase in the group_purchase_pricelist

bzr revid: tde@openerp.com-20130612161652-amuzokktzclbuw49
2013-06-12 18:16:52 +02:00
Martin Trigaux 58645c79ca [MERGE] [FIX] account: allow usage of list of account typesfor invoices creation
bzr revid: mat@openerp.com-20130612153814-zs9p35z8u2ojicb6
2013-06-12 17:38:14 +02:00
Christophe Simonis e383386a79 [FIX] correct stripping of arguments when _reexec() OpenERP
bzr revid: chs@openerp.com-20130612151912-m19okjsdkjo12qnt
2013-06-12 17:19:12 +02:00
Olivier Dony 2d6abbd580 [MERGE] project: do not copy project tasks when duplicating partners, courtesy of Yannick Vaucher (Camptocamp)
lp bug: https://launchpad.net/bugs/1189524 fixed

bzr revid: odo@openerp.com-20130612132844-on6uq9brcbjqjgdc
2013-06-12 15:28:44 +02:00
Yannick Vaucher 4d262c48c4 [IMP] remove useless use of update dict
bzr revid: yannick.vaucher@camptocamp.com-20130612113648-8lbirmp38q5uyolv
2013-06-12 13:36:48 +02:00
Olivier Dony 8722e2a01e [FIX] res.partner: name_search() should match complete contact names in the format returned by name_get()
This was missed during the change of the name_get()
format at revision 4923.1.12
revid:odo@openerp.com-20130416093121-t5soophs2aui8rzq

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

bzr revid: odo@openerp.com-20130612095300-pcr3ly5g7bv656i1
2013-06-12 11:53:00 +02:00
Martin Trigaux e532701d28 [IMP] portal_hr_employee: remove create button on kanban view
bzr revid: mat@openerp.com-20130612092549-15auuwcf271kpcle
2013-06-12 11:25:49 +02:00
Martin Trigaux ce7f741b0f [IMP] l10n_be_coda: remove creation of bank statement line, remove broken domain, show statement field, fix indentation
bzr revid: mat@openerp.com-20130612092520-a4v80fkt5kz58ch3
2013-06-12 11:25:20 +02:00
Launchpad Translations on behalf of openerp be80d2ec94 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130612055731-f24di0etqrugwqfp
2013-06-12 05:57:31 +00:00
Foram Katharotiya (OpenERP) 83dfd5eab1 [MERGE] with 7.0
bzr revid: fka@tinyerp.com-20130607095729-g7ax7eyt9jcjsdvs
bzr revid: fka@tinyerp.com-20130610045950-ao7icaicrutgw49t
bzr revid: fka@tinyerp.com-20130611045956-f2b037r5d9mzezsg
bzr revid: fka@tinyerp.com-20130612050400-vmpcjy2e93xoykn2
2013-06-12 10:34:00 +05:30
Martin Trigaux 1be54264c4 [MERGE] various changes
[FIX] account: field supplier invoice number should be set in journal entry as description
[FIX] hr_holidays: allow grouping by start date
[IMP] report_webkit: avoid using same src value for two different values with fallback

bzr revid: mat@openerp.com-20130611145201-n3zzpk52r1wdal80
2013-06-11 16:52:01 +02:00
Christophe Simonis ce68573126 [FIX] web: handle monodb correctly when server started with "--no-database-list" option
bzr revid: chs@openerp.com-20130611145028-f98x6inytlr3ijjg
2013-06-11 16:50:28 +02:00
Martin Trigaux 66eb2e7f3f [MERGE] [IMP] report_webkit: avoid using same src value for two different values with fallback
bzr revid: mat@openerp.com-20130611141016-nbi737zejyc003fd
2013-06-11 16:10:16 +02:00
Denis Ledoux 75ed151ad9 [FIX]mail: mail_thread, method message_capable_models was not returning all message capable models
bzr revid: dle@openerp.com-20130611133314-pq9bmj7af61k7swe
2013-06-11 15:33:14 +02:00
Martin Trigaux a2a19e58ea [MERGE] [FIX] account: field supplier invoice number should be set in journal entry as description
lp bug: https://launchpad.net/bugs/1090389 fixed

bzr revid: mat@openerp.com-20130611123027-6rro4bg1es3se2un
2013-06-11 14:30:27 +02:00
Martin Trigaux 2558898642 [MERGE] [FIX] hr_holidays: allow grouping by start date
bzr revid: mat@openerp.com-20130611115700-wp1avp2vs02mcytr
2013-06-11 13:57:00 +02:00
Christophe Simonis 36e113e6bd [FIX] web: handle monodb correctly when server started with "--no-database-list" option
bzr revid: chs@openerp.com-20130611110327-sipc2er6z1ch7leb
2013-06-11 13:03:27 +02:00
Martin Trigaux 0fc8333985 [FIX] survey: add page_id when using wizard
bzr revid: mat@openerp.com-20130611100243-r5u6eyoj2ppiifc2
2013-06-11 12:02:43 +02:00
Martin Trigaux d9f9c2e661 [MERGE] [FIX] stock: prevent creating new product line when returning products
bzr revid: mat@openerp.com-20130611092943-omj3kxhw2pmgpvwm
2013-06-11 11:29:43 +02:00
Yannick Vaucher 0f00714c10 [IMP] project - adding missing argument names
bzr revid: yannick.vaucher@camptocamp.com-20130611075806-fgr8xkz6zbetgrkm
2013-06-11 09:58:06 +02:00
Launchpad Translations on behalf of openerp 75595cc55b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130611063100-w95zvev0e2wme31v
bzr revid: launchpad_translations_on_behalf_of_openerp-20130611063242-nvli6wf9xoxol1i9
bzr revid: launchpad_translations_on_behalf_of_openerp-20130611063247-ed0nk3aer2b28d41
2013-06-11 06:32:47 +00:00
Yannick Vaucher 98804fea76 [FIX] project - do not copy task_ids of res.partner
lp bug: https://launchpad.net/bugs/1189524 fixed

bzr revid: yannick.vaucher@camptocamp.com-20130610155439-azna00gbw1z56y34
2013-06-10 17:54:39 +02:00