- Mar 01, 2021
-
-
Christophe Monniez authored
Since this old commit 73592487, the files that are packaged are chosen by a list of allowed extensions. This list have to be maintained each time that a developer adds a new kind of file in a module. This is error prone [0] as most developer are not aware of that and it's difficult to monitor. Moreover, there is no reason to have a different list of installed files when one install from the git repo instead of the source package. With this commit, all [1] odoo sources files are included in the source packaging and the only thing to maintain is a small black-list of file extensions like for Python bytecode files and for version control files. [0] see commit d33c05b6 that fix `.json` missing files. [1] graft command: https://docs.python.org/3/distutils/commandref.html closes odoo/odoo#67016 X-original-commit: 9c2ce1f1 Signed-off-by:
Xavier Dollé (xdo) <xdo@odoo.com> Signed-off-by:
Christophe Monniez (moc) <moc@odoo.com>
-
- Feb 24, 2021
-
-
Christophe Monniez authored
Some json files are necessary for some modules but are not included in packaging. closes odoo/odoo#66772 X-original-commit: d33c05b6 Signed-off-by:
Christophe Monniez (moc) <moc@odoo.com>
-
- Jun 14, 2019
-
-
Christophe Monniez authored
This script is missing in the different Odoo packages. opw-2008670 closes odoo/odoo#34130 Signed-off-by:
Christophe Monniez (moc) <moc@odoo.com>
-
- Mar 13, 2019
-
-
Christophe Monniez authored
Since #26134 the po files are compared with pot content when loading a translation. If a term is found multiple times in a po file, the terms that does not exists in the pot files are ignored. If the pot files does not exists, the unicity constraint leads to an error. Closes #31583 closes odoo/odoo#31823 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Apr 18, 2018
-
-
qsm-odoo authored
-
- Feb 22, 2018
-
-
Christophe Monniez authored
The test_mimetypes and base_import modules need various files for their tests. Before this commit some of those files (.ods, .odt, .xlsx, .docx, .zip) were not included in the packages. Fixes #22778
-
- Nov 20, 2017
-
-
Christophe Monniez authored
When building the enterprise packages, some data files were ignored. With this commit, the demo data and missing xslt files are packaged. This fixes #21045 and fixes #21015
-
- Dec 02, 2016
-
-
Yenthe V.G authored
closes #14558
-
- Sep 30, 2016
-
-
Simon Lejeune authored
Fix the various place when the rename of the git root directory broke the packaging script. Also, we can now name the library "odoo".
-
- Feb 15, 2016
-
-
Richard Mathot authored
-
- Feb 08, 2016
-
-
Aaron Bohy authored
-
- Feb 04, 2016
-
-
Martin Trigaux authored
The file addons/crm/test/customer_request.eml is used in addons/crm/test/crm_lead_message.yml Fixes #10750
-
- Nov 17, 2015
-
-
Simon Lejeune authored
so that demo data of hr_recruitment and website_slides are complete.
-
- Oct 21, 2015
-
-
Martin Trigaux authored
cherry-pick of 8feabe46 and 2fa8b99e needed for nightly build, sorry for the forward port
-
Martin Trigaux authored
missing .ico files Fixes #7745
-
Martin Trigaux authored
Fonts or some svg images where not present in packaging. Fixes #9118
-
- Jul 13, 2015
-
-
Florent Thomas authored
Depending on browsers, not necessary uses mp3 files
-
- Jun 30, 2015
-
-
Nicolas Martinelli authored
-
florent.thomas authored
Necessary to include the mp3 files in the rpm package Closes #7352 Fixes #6356
-
- Mar 02, 2015
-
-
Aaron Bohy authored
Add .template as extension of the template files because RPM packaging produces an error when trying to compile the python template files, which contains Jinja instructions. Include *.template files in MANIFEST.in to package them.
-
- Feb 27, 2015
-
-
Toilal authored
closes #5393
-
- Jan 23, 2015
-
-
Aaron Bohy authored
This fixes the lintian warning package-contains-vcs-control-file for Debian packaging.
-
- Jan 14, 2015
-
-
Simon Lejeune authored
-
- Dec 24, 2014
-
-
Aaron Bohy authored
-
- Dec 19, 2014
-
-
Simon Lejeune authored
[REF] Packaging: backport of a7ab5a41 [REF] Packaging: backport of a700a113 [REF] Packaging: backport of 9d0bd280 [REF] Packaging: backport of b0722d3e [REF] Packaging: backport of 24b2c938 [REF] Packaging: backport of e874cdaf [REF] Packaging: backport of 56b61da1 [REF] Packaging: backport of be96dd85 [REF] Packaging: backport of 50a4da99 [REF] Packaging: backport of 1c41f369 [REF] Packaging: backport of cc113317 [FIX] Packaging: backport of 13471630 [REF] Package: backport of 93845d68 [REF] Package: backport of 012bc01c [FIX] Package: partial apply of d9e72a37 [REF] Package: backport of 67036fef [REF] Package: backport of 73de0138 [REF] Package: backport of 30d987ed [REF] Package: backport of 29132669 [REF] Package: backport of 7db12dc4 [REF] Package: backport of f668f9c6 [REF] Package: backport of 2cf4051a [REF] Packaging: backport of 73592487 [REF] Packaging: backport of f2598ecd [REF] Package: backport of fd21912c [REF] Package: backport of 9a8cdf49 [REF] Package: backport of 2f4984b8 [REF] Package: backport of 6e9edeeb [REF] Package: partial backport of d4624fa8 [REF] Package: backport of 9f13722f
-
- Nov 28, 2014
-
-
Simon Lejeune authored
As opposed to before, the source package includes requirements.txt, LICENCE and the README.md. Note: avoiding to chip openerp.egg-info leads to weird issues so let's just keep it at the moment.
-
- Oct 10, 2014
-
-
Simon Lejeune authored
-
- Sep 02, 2014
-
-
Simon Lejeune authored
-
- Jun 23, 2014
-
-
Antony Lesuisse authored
-
- May 30, 2014
-
-
Antony Lesuisse authored
-
- May 29, 2014
-
-
Antony Lesuisse authored
- move packaging stuff to setup - remove historical stuff - remove oe, odoo-cmd-fme will be merged with the convered commands - add an odoo.py script to run odo and boostrap it - simplify README - prepare to move documentation to the github wiki
-
- Jan 14, 2014
-
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20140114161202-6lk7bqahf08dued8
-
- Mar 01, 2013
-
-
Vo Minh Thu authored
bzr revid: vmt@openerp.com-20130301141212-x3my38zeht0m09qr
-
- Oct 03, 2011
-
-
Antony Lesuisse authored
bzr revid: al@openerp.com-20111003175206-afjurox08f55jafh
-
- Sep 26, 2011
-
-
Antony Lesuisse authored
bzr revid: al@openerp.com-20110926005444-a7vqjb05vep7xbvj
-
- Apr 06, 2011
-
-
Vo Minh Thu authored
bzr revid: vmt@openerp.com-20110406075757-6ihe21vyadpvguks
-
- Mar 29, 2011
-
-
Vo Minh Thu authored
[FIX] debian: added the debian directory to the manifest and missing dependency python-date to control. bzr revid: vmt@openerp.com-20110329133615-593m6v3cs20ng7d3
-
- Mar 28, 2011
-
-
Vo Minh Thu authored
- removed no more needed patches - added python-dateutil as dependency - removed code to specify modules to add in the server - added the debian directory to the setup.py sdist bzr revid: vmt@openerp.com-20110328122958-x0jsdd8i3bsvjc81
-
- Mar 17, 2011
-
-
Julien Thewys authored
lp bug: https://launchpad.net/bugs/735554 fixed bzr revid: jth@openerp.com-20110317110522-mto9tdkx01j9ims1
-
Julien Thewys authored
lp bug: https://launchpad.net/bugs/735554 fixed bzr revid: jth@openerp.com-20110317105006-3eva0p9ce5r2wfjs
-