Commit Graph

26614 Commits

Author SHA1 Message Date
nicolas.bessi@camptocamp.com f4c5c1882d Modification of l10n_ch as asked by P. Christeas (xrg).
This includes, fixes in account type report_type.

Coding standard respect (regex, xml, comment etc.)

Suppression of line2bank overriding

Suppression of field bvr_number that is exactly the same data of post_number

Better demo data in order to have main company linked to a bank account that will allows BVR printing testing

Escaping of entity in bvr report
Fixing v11 bugs

bzr revid: nicolas.bessi@camptocamp.com-20110209085905-hkzt1asp70dav0p2
2011-02-09 09:59:05 +01:00
Launchpad Translations on behalf of openerp 771a33d4a3 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110209060219-7m8jy7svxb93mgkx
2011-02-09 06:02:19 +00:00
Olivier Dony 4d735c9a73 [FIX] osv_memory: expire records only based on age by default + provide configurable settings
This revision introduces two new config parameters and the corresponding 
server startup parameters:
- osv_memory_count_limit: limit on number or records in each osv_mem table
- osv_memory_age_limit: limit on maximum age of records in each osv_mem table
The default values have been changed to count=False (disabled), age=1 (hour),
so that in the default config the server will only expire osv_memory records
that are 1 hour old or more, avoiding problems related with some
osv_memory classes that instantiate a large number of short-lived objects.

A corresponding set of YAML tests has been added to test the proper behaviour
of the new parameters, and check the various use cases.

lp bug: https://launchpad.net/bugs/555271 fixed
lp bug: https://launchpad.net/bugs/709559 fixed

bzr revid: odo@openerp.com-20110208140924-0bgxqgt1oyrxwz3z
2011-02-08 15:09:24 +01:00
Xavier Morel 804fa924cf [FIX] share: share wizard would not open in some cases due to view_id not being found in ir_act_window
Switch to using the action_id itself instead of reverse-matching action_id from view_id
* Not all ir_act_window have a view_id, for some we're supposed to go through ir_act_window_view
* Multiple ir_act_window (or ir_act_window_view) may have the same view_id, and we don't really have enough information to select the right one

Keep the old resolution via view_id for now, in case users update their web client and their addons out of sync

bzr revid: xmo@openerp.com-20110208123241-lj8v12ygz2a0jsgx
2011-02-08 13:32:41 +01:00
Launchpad Translations on behalf of openerp 7980675a67 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110204141027-7fjkptadcn3xocbk
bzr revid: launchpad_translations_on_behalf_of_openerp-20110206061518-2d22gwew0c23msm1
bzr revid: launchpad_translations_on_behalf_of_openerp-20110207062348-rcrsq83p1141xqat
bzr revid: launchpad_translations_on_behalf_of_openerp-20110208055858-29gz4zyz9o39uv73
bzr revid: launchpad_translations_on_behalf_of_openerp-20110208055933-yutvcfmjc2d00l37
2011-02-08 05:59:33 +00:00
Jay Vora (OpenERP) 3f63d065da [FIX] HR : Correction on List view definition for model hr.employee (Ref : SaaS Maintenance Case 3990)
bzr revid: jvo@tinyerp.com-20110207124724-dgq10cawnyjidobz
2011-02-07 18:17:24 +05:30
jam 1253310f8f [FIX] outlook use ssl
bzr revid: tfr@openerp.com-20110207123946-ig5gyrky0cz3bqn8
2011-02-07 13:39:46 +01:00
jam d6247fed5d [FIX] Backport bug solve in trunk + ssl implementation
bzr revid: tfr@openerp.com-20110207123644-5315u97ogvcflbr3
2011-02-07 13:36:44 +01:00
Thibault Francois adff989502 [FIX] avoid to have lead emails in cc when forward to partner with geo assign
bzr revid: tfr@openerp.com-20110207123153-qig4thicpe3y855a
2011-02-07 13:31:53 +01:00
Jay Vora (OpenERP) 591782def9 [FIX] Hr_Timesheet : Timesheet report should be available for those employees who have user associated with them.
bzr revid: jvo@tinyerp.com-20110207113837-ajxt2kis1xpa6rk8
2011-02-07 17:08:37 +05:30
Jay Vora (OpenERP) c57658c9b1 [FIX] Email_template : Corrected context of action
lp bug: https://launchpad.net/bugs/688069 fixed

bzr revid: jvo@tinyerp.com-20110207113252-o1n57152p85lqj0v
2011-02-07 17:02:52 +05:30
Launchpad Translations on behalf of openerp d491fdc74d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110204141107-he2a4lqhpdj8brod
bzr revid: launchpad_translations_on_behalf_of_openerp-20110205061213-yh3zalefmhy3lnc8
bzr revid: launchpad_translations_on_behalf_of_openerp-20110206061534-04t2bl7s49p3e748
bzr revid: launchpad_translations_on_behalf_of_openerp-20110207062404-8ksdea8si79q51n2
2011-02-07 06:24:04 +00:00
Anup (OpenERP) 1891a28934 [FIX] mrp : Corrected Quantity Calculation when having different UoM in MO
lp bug: https://launchpad.net/bugs/709055 fixed

bzr revid: ach@openerp.com-20110204090309-4i0jjr2tfszrcdni
2011-02-04 14:33:09 +05:30
Dhruti(OpenERP) 5914731fb5 [FIX] Sale_crm : Correction the inheritance of views,made by string. (Ref:SaaS maintenance Case 3974)
bzr revid: jvo@tinyerp.com-20110204063243-33yu7bgb4271ox07
2011-02-04 12:02:43 +05:30
Olivier Dony 22a2fc6aa6 [FIX] orm.write: avoid miscalculation of parent_left/right when moving multiple records under same parent
This issue caused the parent_left and parent_right values to be correct
only for the first record being update as part of a batch update on several
children from the same parent. An example of the consequences is the linked
bug 708503.

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

bzr revid: odo@openerp.com-20110203225102-a7v8bv90l2ph5ujh
2011-02-03 23:51:02 +01:00
Jay Vora (OpenERP) 153238a666 [FIX] setup.py : typo corrected
lp bug: https://launchpad.net/bugs/710813 fixed

bzr revid: jvo@tinyerp.com-20110203072943-vfath4rqrxhqwvdi
2011-02-03 12:59:43 +05:30
Launchpad Translations on behalf of openerp 1474483553 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110203061642-vso4sr14t1g3p5sa
bzr revid: launchpad_translations_on_behalf_of_openerp-20110203061718-vr6gj90b3pov038j
2011-02-03 06:17:18 +00:00
Jay Vora (OpenERP) e8a052cbf2 [FIX] Document_ftp : Correction on ftp_browse wizard for URL (Ref : Maintenance case 3889)
bzr revid: jvo@tinyerp.com-20110202145507-vqaoq77rjip164ga
2011-02-02 20:25:07 +05:30
Thibault Francois 59b7e608f0 [FIX] base_calendar : timezone False sent to server for write
bzr revid: tfr@openerp.com-20110202143557-9cefs1eyu2yekh04
2011-02-02 15:35:57 +01:00
Launchpad Translations on behalf of openerp de2e08f4aa Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110202054408-8b2iwfb5fgdibeom
2011-02-02 05:44:08 +00:00
Thibault Francois daa1b72973 [FIX] widget selection replace by m2o because the domain is dynamic
bzr revid: tfr@openerp.com-20110201160622-gc75h8fwp0c4vz7o
2011-02-01 17:06:22 +01:00
Olivier Dony 145c74b270 [REVERT] fields: revert previous fix, until tests and addons are checked for compatibility
bzr revid: odo@openerp.com-20110201130721-q368qznven3vbmty
2011-02-01 14:07:21 +01:00
Olivier Dony c1b440143b [FIX] product: name_search() should only look for exact product codes
bzr revid: odo@openerp.com-20110201123428-jr2gqkci3s63rih9
2011-02-01 13:34:28 +01:00
Jay Vora (OpenERP) d8205b1d94 [FIX] Project_planning : Corrected Demo data
bzr revid: jvo@tinyerp.com-20110201115825-50eh2y3dbu7xiox8
2011-02-01 17:28:25 +05:30
Olivier Dony 3ec7a4b2d9 [FIX] many2one: return (id,name) instead of only id also for osv_memory
By doing this small change we save clients the trouble of explicitly having to call
name_get() for each m2o field in osv_memory objects, which they cannot trivially batch
and represents a large dealy for wizards with possibly large numbers of child o2m records.
An example is the linked bug, where partial picking of several hundred move lines would
lead to as many separate name_get RPC calls, causing a noticeable delay.

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

bzr revid: odo@openerp.com-20110201112447-i00sn3ih6qgj3wlh
2011-02-01 12:24:47 +01:00
Jay Vora (OpenERP) 488efd39d9 [Fix] Account_payment : Correction on method of functional field for date fields (Ref: SaaS Maintenance Case 3882)
bzr revid: jvo@tinyerp.com-20110201110430-6wmi444tpk6nsu3m
2011-02-01 16:34:30 +05:30
Jay Vora (OpenERP) 175606ceeb [FIX] Account_payment : Corrected context on creation of new payment line for an unsaved payment order
bzr revid: jvo@tinyerp.com-20110201103853-shnh8a3h8nf1gqkz
2011-02-01 16:08:53 +05:30
Jay Vora (OpenERP) d562af0f5c [FIX] Export : _rec_name should be used instead of hardcoded name for relational records (Ref: SaaS Maintenance case 3921)
bzr revid: jvo@tinyerp.com-20110201100358-330mo3u3ufbycelv
2011-02-01 15:33:58 +05:30
Somesh(OpenERP) 8d225e0ef2 [FIX] Automated actions: Should never entertain context=None (Ref : Maintenance case 3924)
bzr revid: jvo@tinyerp.com-20110201064245-c6on0hoj1tdqrfgd
2011-02-01 12:12:45 +05:30
Launchpad Translations on behalf of openerp b3f4b680dc Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110201054444-0s528mxehfn4ilub
bzr revid: launchpad_translations_on_behalf_of_openerp-20110201054516-iib39rgdhv8qkmt8
2011-02-01 05:45:16 +00:00
Thibault Francois e37edf0e31 [FIX] plugin thunderbird : opendocument with https
bzr revid: tfr@openerp.com-20110131143140-o8zl8l5quugernse
2011-01-31 15:31:40 +01:00
Fabien Meghazi a3d64bb1e6 [FIX] encoding error when using special characters in pad name
bzr revid: fme@openerp.com-20110131134315-2rdjyxbp301sr7e0
2011-01-31 14:43:15 +01:00
Olivier Dony 46058019cd [FIX] debian: updated changelog and corrected pg dependency
lp bug: https://launchpad.net/bugs/706881 fixed

bzr revid: odo@openerp.com-20110131122235-ozwo6dfzt9raflcp
2011-01-31 13:22:35 +01:00
Launchpad Translations on behalf of openerp 7a59b73896 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110131060829-cw2n1p0rxt186agi
bzr revid: launchpad_translations_on_behalf_of_openerp-20110129054416-mqjy6dbh74m5srtu
bzr revid: launchpad_translations_on_behalf_of_openerp-20110130055001-gehu37plrrjaogxb
bzr revid: launchpad_translations_on_behalf_of_openerp-20110131060928-xs2u6nr3y2x0h9db
2011-01-31 06:09:28 +00:00
Olivier Dony 482f07f717 [FIX] orm: incorrect braces when processing default values for o2m/m2m (backport from trunk)
lp bug: https://launchpad.net/bugs/704311 fixed

bzr revid: odo@openerp.com-20110128160419-kospojyqffcs7u40
2011-01-28 17:04:19 +01:00
Jay Vora (OpenERP) 582efccf0c [FIX] Mail_gateway : Correction on creation of attachment(For mailgate.message) while sending a communication via email. [ Ref : Maintenance case 3845]
lp bug: https://launchpad.net/bugs/705439 fixed

bzr revid: jvo@tinyerp.com-20110128133259-xxvk726fbd43w74r
2011-01-28 19:02:59 +05:30
Jay Vora (OpenERP) c46e836102 [FIX] Stock : Correction on import statement
bzr revid: jvo@tinyerp.com-20110128104315-m4sjeh4sgrqnw3bd
2011-01-28 16:13:15 +05:30
Olivier Dony 0efdaf2c77 [FIX] project_retro_planning: correct invalid yml test data, that does not work at the end of the month (backport from trunk)
bzr revid: odo@openerp.com-20110128102904-1n1ksuf22sr64ees
2011-01-28 11:29:04 +01:00
Jay Vora (OpenERP) 12cb105c65 [FIX] Stock : Allowed unicode characters in wizard of change price [ Ref : SaaS Maintenance case 3916]
bzr revid: jvo@tinyerp.com-20110128102301-a2zd0rzmqr46spmp
2011-01-28 15:53:01 +05:30
Thibault Francois e3c0deb3a3 [FIX] Thunderbird : false positive on dblist
bzr revid: tfr@openerp.com-20110128100257-r042gok46u2ck8ye
2011-01-28 11:02:57 +01:00
qdp-launchpad@tinyerp.com 4e212b6f09 [FIX] hr, access rights: a simple employee should be able to see the list of departments
bzr revid: qdp-launchpad@tinyerp.com-20110128093703-fe4akspw2yq55ybq
2011-01-28 10:37:03 +01:00
Jay Vora (OpenERP) 9e1ecfac29 [FIX] hr_attendance : Correction on wizard of sign in/out [Ref: SaaS maintenance case 3896]
bzr revid: jvo@tinyerp.com-20110128090417-pw46529et3its2js
2011-01-28 14:34:17 +05:30
Jay Vora (OpenERP) 27847a9008 [FIX] Account : Correction on the calculation of residual
lp bug: https://launchpad.net/bugs/708405 fixed

bzr revid: jvo@tinyerp.com-20110128063947-tjf1tufdfzcr8usr
2011-01-28 12:09:47 +05:30
Launchpad Translations on behalf of openerp ecb6b6f527 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110128053653-049dtejg2tclii63
bzr revid: launchpad_translations_on_behalf_of_openerp-20110126055017-ulxyki7050s7grep
bzr revid: launchpad_translations_on_behalf_of_openerp-20110127054451-b5yoejbvso0zunmz
bzr revid: launchpad_translations_on_behalf_of_openerp-20110128053714-zb3yb4h7fkbmlqk9
2011-01-28 05:37:14 +00:00
Olivier Dony 412d1766e2 [FIX] ir_attachment: typo introduced in previous fix (3319) (backport of trunk)
Original revision: 3319 - olt@tinyerp.com-20110125142329-x1sf2qlazfiy6bdw
The consequence is that access rights on attachments would be incorrectly checked, using the
intersection of the attachment IDs and the resource IDs.

bzr revid: odo@openerp.com-20110127155158-p9cn2vtqaqb914jn
2011-01-27 16:51:58 +01:00
Olivier Dony d20312211d [FIX] addons: restore proper loading of custom osv models (manual customizations) - backport from trunk
bzr revid: odo@openerp.com-20110127095654-z5c87abnzpjqsnag
2011-01-27 10:56:54 +01:00
Launchpad Translations on behalf of openerp c1c5909f2d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110126054943-lzfn9m8gszjly9mp
bzr revid: launchpad_translations_on_behalf_of_openerp-20110127054419-mldra6zs7zr5fkic
2011-01-27 05:44:19 +00:00
olt@tinyerp.com be6165db94 [FIX] base: backport from trunk (r3318): fixed ir.attachment
bzr revid: olt@tinyerp.com-20110125142329-x1sf2qlazfiy6bdw
2011-01-25 15:23:29 +01:00
qdp-launchpad@tinyerp.com da2b68f725 [FIX] account: invoice analysis enhanced in order to avoid having crashes because of zero division (if a line has qtty = 0..)
bzr revid: qdp-launchpad@tinyerp.com-20110125141833-0ih3owdepldifts3
2011-01-25 15:18:33 +01:00
Thibault Francois 0aa7654d6d [FIX] Thunderbird false negative testing connection
bzr revid: tfr@openerp.com-20110125125111-sumkqbrljcn3ayiu
2011-01-25 13:51:11 +01:00