- Jan 24, 2014
-
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20140124173119-naktj3usjuapb9sf
-
- Jan 23, 2014
-
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20140123183154-5ju4r404kfcz5gp4
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20140123180138-1g342p7y2aiakr76
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20140123171744-r36h0a2pkwp5kqlk
-
- Jan 22, 2014
-
-
Thibault Delavallée authored
day-based timing conditions. [REF] resource: cleaned, refactored and improved code for resource.calendar module. Old API is kept for backward compatibility. [TESTS] resource: added tests for the new implementation of the various methods. [IMP] base_action_rule: using the resource module, added the possibility to specify a resource.calendar to compute day-based timing conditions. [IMP] hr_contract: added an override of base action rule to add the possibility of using an employees's resource.calendar to compute day-based timing conditions. bzr revid: tde@openerp.com-20140122150032-uu6mk8s0arachzy4
-
Thibault Delavallée authored
schedule some work with a default calendar, like previous version of resource module. bzr revid: tde@openerp.com-20140122142805-8zyntmkx72l10fbq
-
Thibault Delavallée authored
bzr revid: tde@openerp.com-20140122134700-0iwb4uhg8jjdjzxn
-
Thibault Delavallée authored
bzr revid: tde@openerp.com-20140122134609-7fvd1p49r8e40zoa
-
Thibault Delavallée authored
taken into account in days scheduling + finished yesys bzr revid: tde@openerp.com-20140122132918-4c1ag6y5gqasi32d
-
Thibault Delavallée authored
bzr revid: tde@openerp.com-20140122123237-5rc5fdyau0422fj2
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140122054041-3ebv0zxz43meid0v
-
- Jan 20, 2014
-
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20140120164054-ia6pw4svp3ylww5w
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20140120154422-blccmtrql7mlwmvn
-
Raphael Collet authored
bzr revid: rco@openerp.com-20140120125953-zk6iwkvye4reansl
-
Raphael Collet authored
bzr revid: rco@openerp.com-20140120114901-ryrqgu0drewsjx4y
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20140120103034-78rddwe668y2w2un
-
- Jan 19, 2014
-
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140116051828-hd2t5q9ysbk5wm3p bzr revid: launchpad_translations_on_behalf_of_openerp-20140119052609-764otsas6xg8r8a2
-
- Jan 17, 2014
-
-
Frédéric van der Essen authored
[IMP] point_of_sale: better feedback on network and proxy connectivity + removed pos settings for obsolete features + improved proxy settings bzr revid: fva@openerp.com-20140117175830-himux7xmaopw9yia
-
Martin Trigaux authored
[IMP] search_read: avoid calling read if search only on id column (security rules already triggered with search) bzr revid: mat@openerp.com-20140117120235-zdj7pjd8xnnrnqol
-
Martin Trigaux authored
skip search_count when getting no result from search_read remove useless test based on implementation details bzr revid: mat@openerp.com-20140117120047-9b5emsrbtjauvegl
-
- Jan 16, 2014
-
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20140116172846-7lyz50jr69crbxsn
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20140116144915-o7eyz6kyl2d4dyds
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20140116112322-n538un8zobptg2cy
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20140116101755-7rxbn895yyq7sdub
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20140116100255-m35evr41zorwnl6y
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140116051725-2fysq8wj8ez01l9u
-
- Jan 15, 2014
-
-
Christophe Simonis authored
[MERGE] forward port of branch saas-2 up to revid 3897 dle@openerp.com-20140115121441-bskbyxxbc09ubavh bzr revid: chs@openerp.com-20140115221349-3lw7b0kpo3f2d04l
-
- Jan 16, 2014
-
-
Denis Ledoux authored
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9770 revid:chs@openerp.com-20140116154645-sy4zhdgqc48xaqbx bzr revid: dle@openerp.com-20131224112612-5gjit5uu1aaaqstx bzr revid: dle@openerp.com-20140103094532-mbczi9ssr3gc90o1 bzr revid: dle@openerp.com-20140108105833-gblxqdw3if1gt35k bzr revid: dle@openerp.com-20140115121441-bskbyxxbc09ubavh bzr revid: dle@openerp.com-20140115165506-yuux9km39gbv7k4n bzr revid: dle@openerp.com-20140116161415-0y9m0kgavcytzj9z
-
Christophe Simonis authored
[IMP] decimal_precision: call digits_change() on any field that support it, not only on float and function fields bzr revid: chs@openerp.com-20140116154645-sy4zhdgqc48xaqbx
-
Christophe Simonis authored
[FIX] orm: As float fields are stateful (the .digit attribute depend of the database (decimal_precision)), registry model instances need their owm copy. lp bug: https://launchpad.net/bugs/929483 fixed bzr revid: chs@openerp.com-20140116153708-061aq2k0n1qsb2n3
-
Olivier Dony authored
For fresh databases, the signaling sequences in the database stays at 1 until the installation of the first module. If several workers are hit for this database before the first module is installed, this database registry will be loaded with a signaling sequence of 1. Since was the default value, any signal received by workers in this state was ignored because they thought the registry was previously not loaded. Using None to indicate an sequence value is more accurate and avoids this error bzr revid: dle@openerp.com-20140116151157-3zlyrg48xqn2lkd0
-
Martin Trigaux authored
[FIX] base_calendar: when searching on events, avoid getting an error if virtual_id=False and count=True bzr revid: mat@openerp.com-20140116094758-y32i7bw4zpakk92z
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140116060347-s1e2v9o33n1cxk2y bzr revid: launchpad_translations_on_behalf_of_openerp-20140116060418-cw791djr2ebt2wuy bzr revid: launchpad_translations_on_behalf_of_openerp-20140116060651-x8r0l0m27wcx0yav
-
- Jan 15, 2014
-
-
Christophe Simonis authored
[MERGE] forward port of branch saas-2 up to revid 9092 dle@openerp.com-20140115165506-yuux9km39gbv7k4n bzr revid: chs@openerp.com-20140115214454-dhl8xzr429co0j5d
-
Christophe Simonis authored
[MERGE] forward port of branch saas-2 up to revid 5002 dle@openerp.com-20140114173613-ruxye1m7fxtcjfim bzr revid: chs@openerp.com-20140115205357-arptzm69logz3osm
-
- Feb 06, 2014
-
-
Christophe Simonis authored
bzr revid: dle@openerp.com-20140205105045-j95kduyjiq83e57z bzr revid: dle@openerp.com-20140114173613-ruxye1m7fxtcjfim bzr revid: dle@openerp.com-20140116161158-u95vcs3os4tk2zob bzr revid: dle@openerp.com-20140121172737-gzawfi3ssg7xifef bzr revid: chs@openerp.com-20140129094554-c3abc8x3qz9mpszr bzr revid: chs@openerp.com-20140129140159-9vwkpr078shoonum bzr revid: chs@openerp.com-20140206110220-myn57cryam1y4k9v
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20140206105141-7e8bv8ordqqsswh7
-
Martin Trigaux authored
[IMP] reference fields: display a more user-friendly window title when open a chosen many2one record in reference field bzr revid: mat@openerp.com-20140206102409-4lbx7ofsgz8speni
-
Martin Trigaux authored
[IMP] ir_fields: no need to sanitize the _str_to_html as it is already done in the _symbol_set of html fields. This avoids doing twice the sanitization. bzr revid: mat@openerp.com-20140206094628-umx2rfb9rcim7v82
-
Martin Trigaux authored
This is required to be able to import csv file containing html fields lp bug: https://launchpad.net/bugs/1093800 fixed bzr revid: mat@openerp.com-20140206084708-j63kpkr9apd3j01j
-