odoo/odoo.git
9 years ago[FIX] gamification: correct name of ir.rule fixing bad copy-paste saas-3
Martin Trigaux [Mon, 12 May 2014 08:50:41 +0000 (10:50 +0200)]
[FIX] gamification: correct name of ir.rule fixing bad copy-paste

bzr revid: mat@openerp.com-20140512085041-b0euexzgxgvb30oe

9 years ago[ADD] hw_escpos: TM-T20II printer added in supported device list
Denis Ledoux [Mon, 12 May 2014 07:41:50 +0000 (09:41 +0200)]
[ADD] hw_escpos: TM-T20II printer added in supported device list

bzr revid: dle@openerp.com-20140512074150-9wepj7andgwrgj7x

10 years ago[FIX] gamification: avoid challenge to be initialised at the target limit (e.g. set...
Martin Trigaux [Fri, 9 May 2014 13:18:39 +0000 (15:18 +0200)]
[FIX] gamification: avoid challenge to be initialised at the target limit (e.g. set your company data goal has a target of 0) and make sure we will compute the goal at least once

bzr revid: mat@openerp.com-20140509131839-lm5zt696sif1krvx

10 years ago[FIX] Graph - Add context in fields_get to have the right translation in col_header...
Kersten Jeremy [Wed, 7 May 2014 15:47:58 +0000 (17:47 +0200)]
[FIX] Graph - Add context in fields_get to have the right translation in col_header and other places where terms was not translate.

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

bzr revid: jke@openerp.com-20140507154758-0vkq9rywjyl55f5w

10 years ago[MERGE] forward port of branch 7.0 up to revid 10037 mat@openerp.com-20140507133552...
Christophe Simonis [Wed, 7 May 2014 15:33:48 +0000 (17:33 +0200)]
[MERGE] forward port of branch 7.0 up to revid 10037 mat@openerp.com-20140507133552-v4qsdp7qdp9iwewi

bzr revid: chs@openerp.com-20140507153348-g2qw61dkxvps13br

10 years ago[FIX] account: when creating partial reconcilation after unreconciliating one invoice...
Martin Trigaux [Wed, 7 May 2014 13:35:52 +0000 (15:35 +0200)]
[FIX] account: when creating partial reconcilation after unreconciliating one invoice, make sure we create this partial reconcilation only if we have at least two lines

bzr revid: mat@openerp.com-20140507133552-v4qsdp7qdp9iwewi

10 years ago[FIX] POS - Write the state to Paid before the create_picking. It's allow to stay...
Kersten Jeremy [Wed, 7 May 2014 12:01:44 +0000 (14:01 +0200)]
[FIX] POS - Write the state to Paid before the create_picking. It's allow to stay in a valid state in workflow. And let the current stock picking out to 'Ready for delivery'

bzr revid: jke@openerp.com-20140507120144-m177kqxa3fbfl37r

10 years ago[FIX] warning: make blocking warning actually doing something (opw 607380)
Martin Trigaux [Wed, 7 May 2014 11:39:40 +0000 (13:39 +0200)]
[FIX] warning: make blocking warning actually doing something (opw 607380)

Instead of raising an exception (which only interupt the call of the onchange methods), return a dictionnary to set the forbidden partner or product to an empty value.
The call is not blocking in a way to forbid creating a record that uses this partner/product but it is not possible to select it through the web interface.

bzr revid: mat@openerp.com-20140507113940-d8iynfl1lcskht63

10 years ago[FIX] service: wrapper: fixed context fetching. Indeed call_kw set its context
Thibault Delavallée [Wed, 7 May 2014 11:06:37 +0000 (13:06 +0200)]
[FIX] service: wrapper: fixed context fetching. Indeed call_kw set its context
in kwargs of kwargs, leading to a kwargception.

bzr revid: tde@openerp.com-20140507110637-qlj1rj8lrcpkejf6

10 years ago[FIX] warning: make blocking warning actually doing something (opw 607380)
Martin Trigaux [Wed, 7 May 2014 10:25:50 +0000 (12:25 +0200)]
[FIX] warning: make blocking warning actually doing something (opw 607380)

Instead of raising an exception (which only interupt the call of the onchange methods), return a dictionnary to set the forbidden partner or product to an empty value.
The call is not blocking in a way it forbid to create a record that uses this partner/product but it make it not possible to select it through the web interface.

bzr revid: mat@openerp.com-20140507102550-sms5nbf0u7pdkci9

10 years ago[FIX] auth_oauth: missing field body in formview
Denis Ledoux [Wed, 7 May 2014 10:24:14 +0000 (12:24 +0200)]
[FIX] auth_oauth: missing field body in formview

The body is the field used to actually display the 'log in with ...'
As not shown in the view, when adding a new provider, this field was empty and therefore wasnt visible on the login form...

bzr revid: dle@openerp.com-20140507102414-vz7ur7zvh4ptuk2e

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 5294 revid:odo@openerp.com...
Denis Ledoux [Tue, 6 May 2014 12:16:27 +0000 (14:16 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 5294 revid:odo@openerp.com-20140505074636-bl2y5pst4pfmpz3u

bzr revid: dle@openerp.com-20140506121627-4oyw4zl4o6azy73w

10 years ago[FIX] website_sale: manifest typo
Denis Ledoux [Tue, 6 May 2014 07:51:26 +0000 (09:51 +0200)]
[FIX] website_sale: manifest typo

bzr revid: dle@openerp.com-20140506075126-mv6g869aqdl1yt5g

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 6 May 2014 07:27:15 +0000 (07:27 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140506072715-4m7kz3factf743c9

10 years ago[FIX] web: view_form: fixed effective_readonly behavior of the
Thibault Delavallée [Mon, 5 May 2014 14:51:38 +0000 (16:51 +0200)]
[FIX] web: view_form: fixed effective_readonly behavior of the
binary multi files widget. The option to add an attachment should
be available only in edit mode.

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

bzr revid: tde@openerp.com-20140505145138-x9iwzp74ha2q0bp2

10 years ago[MERGE] [FIX] res_partner: fixed bad display of address in form view in IE9.
Thibault Delavallée [Mon, 5 May 2014 14:50:31 +0000 (16:50 +0200)]
[MERGE] [FIX] res_partner: fixed bad display of address in form view in IE9.

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

bzr revid: tde@openerp.com-20140505145031-xgvti78aqspr5170

10 years ago[FIX] mail: attachments present for first recipient, but not for the others
Denis Ledoux [Mon, 5 May 2014 12:38:52 +0000 (14:38 +0200)]
[FIX] mail: attachments present for first recipient, but not for the others

attachments should be an array and not a generator [x for x in y] instead of (x for x in y)

bzr revid: dle@openerp.com-20140505123852-kjc6z0npiot9c54l

10 years ago[MERGE] [FIX] hr: when duplicating an employee or user, do not duplicate the referenc...
Martin Trigaux [Mon, 5 May 2014 10:13:13 +0000 (12:13 +0200)]
[MERGE] [FIX] hr: when duplicating an employee or user, do not duplicate the reference to other employees (opw 607313)

bzr revid: mat@openerp.com-20140505101313-5y72gs2xpgokhxl1

10 years ago[FIX] mail: change copy call to copy_data to avoid resending email during duplication...
Jacques-Etienne Baudoux [Mon, 5 May 2014 09:43:29 +0000 (11:43 +0200)]
[FIX] mail: change copy call to copy_data to avoid resending email during duplication (opw 607295)

bzr revid: mat@openerp.com-20140505094329-vr7h4c92i43ezob4

10 years ago[MERGE] mail: avoid resetting purposefully empty catchall domain setting, courtesy...
Olivier Dony [Mon, 5 May 2014 07:51:29 +0000 (09:51 +0200)]
[MERGE] mail: avoid resetting purposefully empty catchall domain setting, courtesy of Stefan Rijnhart (Therp)

bzr revid: odo@openerp.com-20140505075129-hv4evrdw5v7crtmw

10 years ago[FIX] convert: gracefully ignore missing XML IDs when processing <delete> tags +...
Olivier Dony [Mon, 5 May 2014 07:46:36 +0000 (09:46 +0200)]
[FIX] convert: gracefully ignore missing XML IDs when processing <delete> tags + warn in log

bzr revid: odo@openerp.com-20140505074636-bl2y5pst4pfmpz3u

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 4 May 2014 06:27:21 +0000 (06:27 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140430070138-uuemdpfseyysxlvs
bzr revid: launchpad_translations_on_behalf_of_openerp-20140502064550-9r0c2t3tr8dp1hwu
bzr revid: launchpad_translations_on_behalf_of_openerp-20140501063929-ta3t6lhed5dpdz9a
bzr revid: launchpad_translations_on_behalf_of_openerp-20140502064608-1zwt52snc5pg5kfi
bzr revid: launchpad_translations_on_behalf_of_openerp-20140504062721-dgb7m6o6ge2btumg

10 years ago[FIX] crm: typo, interrests to interest
Denis Ledoux [Fri, 2 May 2014 14:58:23 +0000 (16:58 +0200)]
[FIX] crm: typo, interrests to interest

bzr revid: dle@openerp.com-20140502145823-vtkqkd7njqf31682

10 years ago[FIX] mail.mail: avoid prefetching attachment data in memory while processing mail...
Olivier Dony [Fri, 2 May 2014 14:44:31 +0000 (16:44 +0200)]
[FIX] mail.mail: avoid prefetching attachment data in memory while processing mail queue, could fail due to memory limit

Specifically when there are many emails in the queue, prefetching
all their attachments at once when processing the first one
could fail, so not even one mail would be sent.

Added explicit logging when an email triggers a MemoryError,
as well as logging when each email is successfully sent.

bzr revid: odo@openerp.com-20140502144431-r3brgagl4gel4wmt

10 years ago[FIX] website: missing acl for manage website menu
Denis Ledoux [Fri, 2 May 2014 13:41:35 +0000 (15:41 +0200)]
[FIX] website: missing acl for manage website menu

bzr revid: dle@openerp.com-20140502134135-zp05ecbpcj8inftc

10 years ago[FIX] Webiste google Map - don't force http
Kersten Jeremy [Fri, 2 May 2014 12:34:07 +0000 (14:34 +0200)]
[FIX] Webiste google Map - don't force http

bzr revid: jke@openerp.com-20140502123407-ojyzpf2dynewo7u0

10 years ago[FIX] crm: in order the mark as lost action to work, the dead stage has to be folded
Denis Ledoux [Fri, 2 May 2014 10:15:25 +0000 (12:15 +0200)]
[FIX] crm: in order the mark as lost action to work, the dead stage has to be folded

bzr revid: dle@openerp.com-20140502101525-bzyjpz7jbr1njobl

10 years ago[REVERT] 2 previous revision, as it looks like that the fix causes more troubles...
Denis Ledoux [Thu, 1 May 2014 12:16:33 +0000 (14:16 +0200)]
[REVERT] 2 previous revision, as it looks like that the fix causes more troubles than it resolve a problem

bzr revid: dle@openerp.com-20140501121633-6umc2sxwi0h0lhay

10 years ago[FIX] web: missing ; from previous revision
Denis Ledoux [Wed, 30 Apr 2014 13:17:39 +0000 (15:17 +0200)]
[FIX] web: missing ; from previous revision

bzr revid: dle@openerp.com-20140430131739-ywyqb1gh68xbxid1

10 years ago[FIX] web: reset active_model, id, ids on executing button of type object
Denis Ledoux [Wed, 30 Apr 2014 12:37:27 +0000 (14:37 +0200)]
[FIX] web: reset active_model, id, ids on executing button of type object

bzr revid: dle@openerp.com-20140430123727-cnz6k8is2sqe65w0

10 years ago[MERGE] [FIX] hr_timesheet_sheet: set default date to now when computing date in...
Martin Trigaux [Wed, 30 Apr 2014 12:14:58 +0000 (14:14 +0200)]
[MERGE] [FIX] hr_timesheet_sheet: set default date to now when computing date in user's timezone, courtesy of Yannick Vaucher (Camptocamp)

eg: the sign-in/sign-out button on the employee do not provide date yet (value defined in _defaults) and it would broke the computation

bzr revid: mat@openerp.com-20140430121458-9h8c8j7fw823qf27

10 years ago[FIX] sign in and sign out were broken in rev 10019 as it doesn't provide a date...
Yannick Vaucher [Wed, 30 Apr 2014 11:37:30 +0000 (13:37 +0200)]
[FIX] sign in and sign out were broken in rev 10019 as it doesn't provide a date to conversion of attendance time to employee timezone

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

bzr revid: yannick.vaucher@camptocamp.com-20140430113730-cn3xw66fbik8p32n

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10025 rev-id odo@openerp...
Olivier Dony [Wed, 30 Apr 2014 11:00:48 +0000 (13:00 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10025 rev-id odo@openerp.com-20140430102552-qkwv20b20nve64th

bzr revid: odo@openerp.com-20140430110048-6971xplq8k073tto

10 years ago[FIX] stock: when delivering a product in average cost, make sure the price_unit...
Martin Trigaux [Wed, 30 Apr 2014 10:28:47 +0000 (12:28 +0200)]
[FIX] stock: when delivering a product in average cost, make sure the price_unit on the stock.move is up to date (opw 607272)

The price mentioned on the stock move from the delivery order is the one at the time of the sale order confirmation. On average price, the price can be different when the delivery is actually done. The price will then be refreshed with the one specified on the product.

bzr revid: mat@openerp.com-20140430102847-o1fzo318rpmq9n1j

10 years ago[FIX] mail: avoid catching (transient) MemoryErrors when sending outgoing mail
Olivier Dony [Wed, 30 Apr 2014 10:25:52 +0000 (12:25 +0200)]
[FIX] mail: avoid catching (transient) MemoryErrors when sending outgoing mail

This would permanently mark the mail as failed while
there is a good chance it will be sent properly next
time it is retried (provided the memory situation
improves or the server/worker has restarted).

bzr revid: odo@openerp.com-20140430102552-qkwv20b20nve64th

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 30 Apr 2014 07:01:50 +0000 (07:01 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140430070150-8jkf4uv0z6lbfjik

10 years ago[FIX] stock: when delivering a product in average cost, make sure the price_unit...
Martin Trigaux [Tue, 29 Apr 2014 14:53:32 +0000 (16:53 +0200)]
[FIX] stock: when delivering a product in average cost, make sure the price_unit on the stock.move is up to date (opw 607272)

bzr revid: mat@openerp.com-20140429145332-s3c22w47aihdsfub

10 years ago[FIX] stock: recompute the qty_available based on the location instead of using the...
Martin Trigaux [Tue, 29 Apr 2014 12:42:56 +0000 (14:42 +0200)]
[FIX] stock: recompute the qty_available based on the location instead of using the one in the result of the browse (opw 606423)

The qty_available field is a function field that uses the information of the context (eg: location) to compute the value. Using the global browse record would return the same qty_available value for each location (and then produce way too many account.move)

bzr revid: mat@openerp.com-20140429124256-ljph37kijosg5dqb

10 years ago[FIX] website: grant edit rights to website manager
Olivier Dony [Tue, 29 Apr 2014 12:35:17 +0000 (14:35 +0200)]
[FIX] website: grant edit rights to website manager

bzr revid: odo@openerp.com-20140429123517-wtjcw6xl8qgtnkeg

10 years ago[FIX] account_analytic_analysis: recurring invoice line, use the name passed in the...
Denis Ledoux [Tue, 29 Apr 2014 11:21:47 +0000 (13:21 +0200)]
[FIX] account_analytic_analysis: recurring invoice line, use the name passed in the product_id_change method

In addition, do not set the line description as the product name + product description, only the product description: same behavior than in invoices and sale orders

bzr revid: dle@openerp.com-20140429112147-hqfqd0y487s817n7

10 years ago[FIX] account_analytic_analysis: recurring invoices lines, use the passed price_unit...
Denis Ledoux [Tue, 29 Apr 2014 10:01:37 +0000 (12:01 +0200)]
[FIX] account_analytic_analysis: recurring invoices lines, use the passed price_unit in product_id_change

bzr revid: dle@openerp.com-20140429100137-4jvs37e1j4lqeioe

10 years ago[MERGE] [FIX] mail: make the detection of Content-Type based on filename instead...
Martin Trigaux [Tue, 29 Apr 2014 09:04:46 +0000 (11:04 +0200)]
[MERGE] [FIX] mail: make the detection of Content-Type based on filename instead of only offering 'application/octet-stream'. This allows to have a better detection of the software to use by the browser. opw 606233

bzr revid: mat@openerp.com-20140429090446-6691y6h9vdkbbnuu

10 years ago[FIX] stock: destination location should not be limited to internal as this wizard...
Anaël Closson (openerp) [Tue, 29 Apr 2014 08:31:08 +0000 (18:31 +1000)]
[FIX] stock: destination location should not be limited to internal as this wizard is also used for incoming and outgoing pickings (opw 606213)

bzr revid: mat@openerp.com-20140429083108-njr9ixk1faj8hv3r

10 years ago[IMP] website_blog: spellcheck/grammar for module description, courtesy of Ray Carnes...
Olivier Dony [Tue, 29 Apr 2014 08:23:29 +0000 (10:23 +0200)]
[IMP] website_blog: spellcheck/grammar for module description, courtesy of Ray Carnes (Ursa Information Systems)

bzr revid: odo@openerp.com-20140429082329-m3q74wr7fgyr3bbu

10 years ago[IMP] res_group: more explicit constraint error message
Richard Mathot (OpenERP) [Tue, 29 Apr 2014 07:11:25 +0000 (09:11 +0200)]
[IMP] res_group: more explicit constraint error message

bzr revid: rim@openerp.com-20140429071125-avjggwlmlozv7hz5

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 29 Apr 2014 06:41:21 +0000 (06:41 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140429064121-xnusb4mb3r8vgtzh

10 years ago[MERGE] [FIX] hr_timesheet_sheet: make it timezone tolerant and avoid errors when...
Martin Trigaux [Mon, 28 Apr 2014 15:32:16 +0000 (01:32 +1000)]
[MERGE] [FIX] hr_timesheet_sheet: make it timezone tolerant and avoid errors when comparing datetime and dates, courtesy of Yannick Vaucher (Camptocamp)

The attendance date recieved by the server is in UTC while the user sees it in his timezone. This means that an attendance could be in a timesheet (bounded by dates) for a user but not for the server which would not accept a valid attendance.
The fix will make the check in the user's timezone.

Only the date part of the attendance is kept for comparison as the boundaries are dates objects.

bzr revid: mat@openerp.com-20140428153216-4s6r5hu1ov0p0ofm

10 years ago[FIX] safe_eval: allow STORE_FAST and DELETE_FAST opcodes, used e.g. for comprehensio...
Olivier Dony [Mon, 28 Apr 2014 15:11:33 +0000 (17:11 +0200)]
[FIX] safe_eval: allow STORE_FAST and DELETE_FAST opcodes, used e.g. for comprehension expressions

bzr revid: odo@openerp.com-20140428151133-uz7mphscch35dl6o

10 years ago[UPD] resolve conflicts with main branch and fix bug introduced in rev 10015 lp:1313622
Yannick Vaucher [Mon, 28 Apr 2014 14:20:17 +0000 (16:20 +0200)]
[UPD] resolve conflicts with main branch and fix bug introduced in rev 10015 lp:1313622

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

bzr revid: yannick.vaucher@camptocamp.com-20140428142017-3warx1ai72cfetj1

10 years ago[UPD]
Yannick Vaucher [Mon, 28 Apr 2014 13:55:35 +0000 (15:55 +0200)]
[UPD]

bzr revid: yannick.vaucher@camptocamp.com-20140428135535-o9512996d18cudgq

10 years ago[FIX] base: ir.model.fields, write, use tools.ustr instead of str so it handle if...
Denis Ledoux [Mon, 28 Apr 2014 11:00:42 +0000 (13:00 +0200)]
[FIX] base: ir.model.fields, write, use tools.ustr instead of str so it handle if the string is already unicode

Writing special chars in the field label resulted in a traceback (write only, no problem with creation)

bzr revid: dle@openerp.com-20140428110042-qeaswuwsquy1612h

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 27 Apr 2014 06:18:44 +0000 (06:18 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140427061844-eycgmbqvphlakiz3

10 years ago[FIX] website_sale, website_sale_delivery, delivery: price computation on quantity...
Denis Ledoux [Fri, 25 Apr 2014 15:25:41 +0000 (17:25 +0200)]
[FIX] website_sale, website_sale_delivery, delivery: price computation on quantity change

bzr revid: dle@openerp.com-20140425152541-qiabb4sa7y2skgql

10 years ago[FIX] website_sale: fiscal_position must be passed to product_id_change in order...
Denis Ledoux [Fri, 25 Apr 2014 14:57:39 +0000 (16:57 +0200)]
[FIX] website_sale: fiscal_position must be passed to product_id_change in order to compute taxes correctly

bzr revid: dle@openerp.com-20140425145739-3s7wgsc6l0re3lhe

10 years ago[FIX] multi_company: set currency of OpenERP US to USD in the demo data
Denis Ledoux [Fri, 25 Apr 2014 13:34:21 +0000 (15:34 +0200)]
[FIX] multi_company: set currency of OpenERP US to USD in the demo data

bzr revid: dle@openerp.com-20140425133421-czisl2dpm5hletts

10 years ago[FIX] gamification: remove useless data from demo data
Martin Trigaux [Fri, 25 Apr 2014 13:31:26 +0000 (15:31 +0200)]
[FIX] gamification: remove useless data from demo data

bzr revid: mat@openerp.com-20140425133126-ez6oxa4tzy8k1vc2

10 years ago[FIX] gamification: do not overwrite the mail widget as it would be called too often...
Martin Trigaux [Fri, 25 Apr 2014 13:07:40 +0000 (15:07 +0200)]
[FIX] gamification: do not overwrite the mail widget as it would be called too often, the wall is enough

bzr revid: mat@openerp.com-20140425130740-ptkbsyyql08cx572

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10016 revid:dle@openerp.com...
Denis Ledoux [Fri, 25 Apr 2014 12:59:26 +0000 (14:59 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10016 revid:dle@openerp.com-20140425125507-njfyl1r6wn11vqwx

bzr revid: dle@openerp.com-20140425125926-5nchz1tcq4fx18jx

10 years ago[FIX] product: price computation failed when for pricelists based on Cost price for...
Denis Ledoux [Fri, 25 Apr 2014 12:55:07 +0000 (14:55 +0200)]
[FIX] product: price computation failed when for pricelists based on Cost price for non-employee users

bzr revid: dle@openerp.com-20140425125507-njfyl1r6wn11vqwx

10 years ago[FIX] view: avoid propagation of context while executing an action
Martin Trigaux [Fri, 25 Apr 2014 12:00:02 +0000 (14:00 +0200)]
[FIX] view: avoid propagation of context while executing an action

As the action could lead to unrelated model, keeping the defaults, groupby and ref do not make sense.
Backport of saas-2 revision 3872, 3891, 3892, 3893 and 3905

lp bug: https://launchpad.net/bugs/1101840 fixed
lp bug: https://launchpad.net/bugs/1263888 fixed

bzr revid: mat@openerp.com-20140425120002-g4126s9it705hwj5

10 years ago[MRG] merge with main barnch
Amit Vora [Fri, 25 Apr 2014 11:52:39 +0000 (17:22 +0530)]
[MRG] merge with main barnch

bzr revid: avo@tinyerp.com-20140423054749-ubsch2zyr0e0617l
bzr revid: avo@tinyerp.com-20140425115239-w1j8zg1dp0ibzn0a

10 years agosync with 7.0
Martin Trigaux [Fri, 25 Apr 2014 11:35:55 +0000 (13:35 +0200)]
sync with 7.0

bzr revid: mat@openerp.com-20140425113555-nkjxldq61io6kvdo

10 years ago[FIX] hr_timesheet_sheet: forbid to record an attendance in a submitted timesheet...
Martin Trigaux [Fri, 25 Apr 2014 10:08:56 +0000 (12:08 +0200)]
[FIX] hr_timesheet_sheet: forbid to record an attendance in a submitted timesheet (opw 592632)

bzr revid: mat@openerp.com-20140425100856-lcpgyjdk4u632bws

10 years ago[FIX] account: invoices button on partner sheet only display the customer invoices...
Denis Ledoux [Fri, 25 Apr 2014 09:51:23 +0000 (11:51 +0200)]
[FIX] account: invoices button on partner sheet only display the customer invoices, and is visible only if the partner is a customer

bzr revid: dle@openerp.com-20140425095123-xvc51uiqt3g18181

10 years ago[FIX] update to latest version saas code with updated underscore lib
Martin Trigaux [Thu, 24 Apr 2014 16:08:33 +0000 (18:08 +0200)]
[FIX] update to latest version saas code with updated underscore lib

bzr revid: mat@openerp.com-20140424160833-p0uf6zzst0pnj3i7

10 years ago[FIX] sale_stock: recreate delivery order generates only the remaining products to...
Denis Ledoux [Thu, 24 Apr 2014 15:51:41 +0000 (17:51 +0200)]
[FIX] sale_stock: recreate delivery order generates only the remaining products to deliver

Like it should do, the feature was broken
Moreover, it resolves a performance issue (do with 100 lines took up to 10 minutes)

bzr revid: dle@openerp.com-20140424155141-qtp5o5nrp0whlk9t

10 years ago[MERGE] [FIX] stock: add product_lot group on Traceability group as some parts of...
Martin Trigaux [Thu, 24 Apr 2014 15:22:06 +0000 (17:22 +0200)]
[MERGE] [FIX] stock: add product_lot group on Traceability group as some parts of this group are restricted to this group and you can have production_lot without tracking_lot, courtesy of Mohammad Alhashash

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

bzr revid: mat@openerp.com-20140424152206-m4dnmee28w3yomsq

10 years ago[FIX] website_sale: taxes must be taken from the product_id_change method
Denis Ledoux [Thu, 24 Apr 2014 15:16:05 +0000 (17:16 +0200)]
[FIX] website_sale: taxes must be taken from the product_id_change method

So they are computed with the partner, fiscal_position, etc

bzr revid: dle@openerp.com-20140424151605-81t7v9pc2rou17s3

10 years ago[FIX] hr_timesheet_sheet: forbid to record an attendance in a submitted timesheet
Martin Trigaux [Thu, 24 Apr 2014 14:28:29 +0000 (16:28 +0200)]
[FIX] hr_timesheet_sheet: forbid to record an attendance in a submitted timesheet

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

bzr revid: mat@openerp.com-20140424142829-ramy830hwkghk1jv

10 years ago[MERGE] forward port of branch 7.0 up to revid 5288 mat@openerp.com-20140423150215...
Christophe Simonis [Thu, 24 Apr 2014 12:53:38 +0000 (14:53 +0200)]
[MERGE] forward port of branch 7.0 up to revid 5288 mat@openerp.com-20140423150215-578nzug1glccvpwy

bzr revid: chs@openerp.com-20140424125338-26k5atvtqwmmfv4e

10 years ago[MERGE] forward port of branch 7.0 up to revid 10012 launchpad_translations_on_behalf...
Christophe Simonis [Thu, 24 Apr 2014 12:35:38 +0000 (14:35 +0200)]
[MERGE] forward port of branch 7.0 up to revid 10012 launchpad_translations_on_behalf_of_openerp-20140424063249-gwnojb5kvlq544nz

bzr revid: chs@openerp.com-20140424123538-rxk9got9k2on1ki1

10 years ago[FIX] Calendar - only try to split the virtual id if it's a string
Kersten Jeremy [Thu, 24 Apr 2014 12:11:18 +0000 (14:11 +0200)]
[FIX] Calendar - only try to split the virtual id if it's a string

bzr revid: jke@openerp.com-20140424121118-t5rgqssf7mnr6bax

10 years ago[FIX] gamification: do not set a start_date by default as the cron starts past challe...
Martin Trigaux [Thu, 24 Apr 2014 11:03:41 +0000 (13:03 +0200)]
[FIX] gamification: do not set a start_date by default as the cron starts past challenges (making data challenge to start) and avoid useless write

bzr revid: mat@openerp.com-20140424110341-pnu79q44m7gzl8t0

10 years ago[MERGE] [FIX] email_template: effectively support 'user signature'
Thibault Delavallée [Thu, 24 Apr 2014 10:28:01 +0000 (12:28 +0200)]
[MERGE] [FIX] email_template: effectively support 'user signature'
in the mail composer when using templates.

bzr revid: tde@openerp.com-20140424102801-j1qbqdvbyo9wv48e

10 years ago[FIX] Calendar - Override _name_search to convert virtual_id to real_id
Kersten Jeremy [Thu, 24 Apr 2014 10:10:36 +0000 (12:10 +0200)]
[FIX] Calendar - Override _name_search to convert virtual_id to real_id

bzr revid: jke@openerp.com-20140424101036-1twaii8oj70e4fx5

10 years ago[FIX] Importing dateutil.relativedelta.relativedelta
Stephane Wirtel [Thu, 24 Apr 2014 09:28:28 +0000 (11:28 +0200)]
[FIX] Importing dateutil.relativedelta.relativedelta

bzr revid: stw@openerp.com-20140424092828-j8l6j1re9sa94m85

10 years ago[FIX] email_template: fixed a test not checking signature but
Thibault Delavallée [Thu, 24 Apr 2014 08:26:22 +0000 (10:26 +0200)]
[FIX] email_template: fixed a test not checking signature but
using a template adding signature.

bzr revid: tde@openerp.com-20140424082622-71ratcz4xrdn8d7t

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 24 Apr 2014 06:32:49 +0000 (06:32 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140424063249-gwnojb5kvlq544nz

10 years ago[FIX] ir.ui.view missing time libraries in qweb rendering context
Antony Lesuisse [Wed, 23 Apr 2014 16:28:27 +0000 (18:28 +0200)]
[FIX] ir.ui.view missing time libraries in qweb rendering context

bzr revid: al@openerp.com-20140423162827-zw1fjysgkshgamwa

10 years ago[REM] Removed print statement
Thibault Delavallée [Wed, 23 Apr 2014 15:30:08 +0000 (17:30 +0200)]
[REM] Removed print statement

bzr revid: tde@openerp.com-20140423153008-jngdjm0qx7cgqctu

10 years ago[FIX] email_template: when usign the composer in mass mailing mode with
Thibault Delavallée [Wed, 23 Apr 2014 15:29:26 +0000 (17:29 +0200)]
[FIX] email_template: when usign the composer in mass mailing mode with
a template, display the user's signature if asked by the template. The use will
then be able to modify the generated content and to remove / update it if necessary;
Otherwise the signature is not added in mass mailing mode, because the content
of the email is based on the wizard's body, not the template one.

Some rewriting in the onchange: now using a browse instead of a read.

bzr revid: tde@openerp.com-20140423152926-sno0gk8lup9l442p

10 years ago[FIX] stock: pass the geven limit attribute in read_group call, courtesy of Guewen...
Martin Trigaux [Wed, 23 Apr 2014 15:06:21 +0000 (17:06 +0200)]
[FIX] stock: pass the geven limit attribute in read_group call, courtesy of Guewen Baconnier

bzr revid: mat@openerp.com-20140423150621-rjiae83nxh5tqyau

10 years ago[FIX] amount_to_text: make sure accented string is in unicode
Martin Trigaux [Wed, 23 Apr 2014 15:02:15 +0000 (17:02 +0200)]
[FIX] amount_to_text: make sure accented string is in unicode

bzr revid: mat@openerp.com-20140423150215-578nzug1glccvpwy

10 years ago[MERGE] [FIX] stock: fix error when executing a read_group on stock.picking.in and...
Martin Trigaux [Wed, 23 Apr 2014 13:25:52 +0000 (15:25 +0200)]
[MERGE] [FIX] stock: fix error when executing a read_group on stock.picking.in and out, courtesy of Yannick Vaucher (Camptocamp)

bzr revid: mat@openerp.com-20140423132552-hpnr2skutqranvsj

10 years ago[MERGE] [IMP] mail sanitizer: do not remove comments in html body when cleaning ...
Martin Trigaux [Wed, 23 Apr 2014 13:19:19 +0000 (15:19 +0200)]
[MERGE] [IMP] mail sanitizer: do not remove comments in html body when cleaning (and do not remove too many content) (opw 605315)

bzr revid: mat@openerp.com-20140423131919-q3vbw12tokglwdsq

10 years ago[FIX] Don't reset an existing but empty mail.catchall.domain
Stefan Rijnhart [Wed, 23 Apr 2014 12:14:11 +0000 (14:14 +0200)]
[FIX] Don't reset an existing but empty mail.catchall.domain

bzr revid: stefan@therp.nl-20140423121411-l3qyijr6fnsexrtn

10 years ago[FIX] hr_timesheet_sheet: allow writing attendance line not according to the date...
Denis Ledoux [Wed, 23 Apr 2014 11:25:54 +0000 (13:25 +0200)]
[FIX] hr_timesheet_sheet: allow writing attendance line not according to the date order, and check that the attendances satisfy the alternance constraint, even for delete operations

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

bzr revid: dle@openerp.com-20140423112554-75bpk5k3viroqbh5

10 years ago[MERGE] [FIX] account_voucher: in recompute_voucher_lines, ensure the price value...
Martin Trigaux [Wed, 23 Apr 2014 10:18:47 +0000 (12:18 +0200)]
[MERGE] [FIX] account_voucher: in recompute_voucher_lines, ensure the price value is not modified when computing the writeoff_amount.

Using the remaining amount for writeoff does not make sense as the amount is already in credit or debit lines.
This issue could be observed in the payment wizard where the execution of _compute_writeoff_amount (through onchange) would be a negative value at the first execution.

bzr revid: mat@openerp.com-20140423101847-s0efihzqe7jcdcps

10 years ago[MERGE] [FIX] procurement: default_get in orderpoint make a search instead of hardcod...
Martin Trigaux [Wed, 23 Apr 2014 10:03:24 +0000 (12:03 +0200)]
[MERGE] [FIX] procurement: default_get in orderpoint make a search instead of hardcoding a warehouse as it's possible te user do not have access to it (e.g. multicompany), courtesy of Romain Deheele(Camptocamp)

bzr revid: mat@openerp.com-20140423100324-6stypg5uapnl1s5f

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 23 Apr 2014 07:03:00 +0000 (07:03 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140423065826-x7fmgc85ckhi9s8u
bzr revid: launchpad_translations_on_behalf_of_openerp-20140423070300-k249yxs2ghd1vaof

10 years ago[FIX] account_voucher: Fixed wrong writeoff(Payment Difference) calculation by recomp...
Ravi Gohil (OpenERP) [Wed, 23 Apr 2014 07:01:39 +0000 (12:31 +0530)]
[FIX] account_voucher: Fixed wrong writeoff(Payment Difference) calculation by recompute_voucher_lines(...). (Maintenance Case: 605632)

bzr revid: rgo@tinyerp.com-20140423070139-ielwafap3zcupglx

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10005 revid:dle@openerp.com...
Denis Ledoux [Tue, 22 Apr 2014 16:20:28 +0000 (18:20 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10005 revid:dle@openerp.com-20140422150710-mr9x3vyq0wcg31l5

bzr revid: dle@openerp.com-20140422162028-2icoebrb5q4tg3t3

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4179 revid:dle@openerp.com...
Denis Ledoux [Tue, 22 Apr 2014 16:07:12 +0000 (18:07 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4179 revid:dle@openerp.com-20140422150918-nxv2v4bcvi6u3v6g

bzr revid: dle@openerp.com-20140417101315-2pjn31wb7ald3qe4
bzr revid: dle@openerp.com-20140417161003-g3mchwrucp6ab8tu
bzr revid: dle@openerp.com-20140422160712-iq4yur3jmw5n01ar

10 years ago[FIX] web: abitility to do exact id matching with child_of operator for searchs on...
Denis Ledoux [Tue, 22 Apr 2014 15:09:18 +0000 (17:09 +0200)]
[FIX] web: abitility to do exact id matching with child_of operator for searchs on many2one fields

bzr revid: dle@openerp.com-20140422150918-nxv2v4bcvi6u3v6g

10 years ago[FIX] base: in partner search view, use operator=child_of instead of filter_domain...
Denis Ledoux [Tue, 22 Apr 2014 15:07:36 +0000 (17:07 +0200)]
[FIX] base: in partner search view, use operator=child_of instead of filter_domain with a child_of domain

operator child_of has the advantage to do exact ID matching for many2one, and not just matching on the name

bzr revid: dle@openerp.com-20140422150736-o2t3eank6yqttlel

10 years ago[FIX] *: in search views, use operator=child_of instead of filter_domain with a child...
Denis Ledoux [Tue, 22 Apr 2014 15:07:10 +0000 (17:07 +0200)]
[FIX] *: in search views, use operator=child_of instead of filter_domain with a child_of domain

operator child_of has the advantage to do exact ID matching for many2one, and not just matching on the name

bzr revid: dle@openerp.com-20140422150710-mr9x3vyq0wcg31l5

10 years ago[MERGE] [FIX] stock: when duplicating a stock.move, remove serial number and tracking...
Martin Trigaux [Tue, 22 Apr 2014 14:03:37 +0000 (16:03 +0200)]
[MERGE] [FIX] stock: when duplicating a stock.move, remove serial number and tracking information in every cases instead of specific to duplication of invocies, courtesy of Guewen Baconnier

bzr revid: mat@openerp.com-20140422140337-ymq7x133eicy6rpa

10 years ago[FIX] account: avoid tax on name search to execute request with empty journal (if...
Martin Trigaux [Tue, 22 Apr 2014 13:50:12 +0000 (15:50 +0200)]
[FIX] account: avoid tax on name search to execute request with empty journal (if context == {'journal_id': False}) (opw 606875)

bzr revid: mat@openerp.com-20140422135012-6faelx7cf0p8cvab

10 years ago[FIX] note: typo in manifest
Denis Ledoux [Tue, 22 Apr 2014 13:05:06 +0000 (15:05 +0200)]
[FIX] note: typo in manifest

bzr revid: dle@openerp.com-20140422130506-934g9o433kdhmwnp

10 years ago[MERGE][FIX] *: typos fixes in modules manifest
Denis Ledoux [Tue, 22 Apr 2014 13:03:48 +0000 (15:03 +0200)]
[MERGE][FIX] *: typos fixes in modules manifest

bzr revid: dle@openerp.com-20140422130348-137yvk356pkv25im