Commit Graph

39 Commits

Author SHA1 Message Date
David Monjoie 3babbbe393 [FIX] l10n_fr_hr_payroll: fixed design of payslip report
Improvements were requested in Issue 626112 like splitting columns, and the second table was broken so I also fixed it
2015-02-09 11:48:57 +01:00
Aaron Bohy 2a39214d2e [FIX] File permission: remove unnecessary executable perm on files
Some .xml,.csv,.po,.woff,.ttf,.png,.eot,.svg had perm 755, provocating
'executable-not-elf-or-script' lintian warning for Debian packaging.
Set permission to 644 for those files.
Also remove unnecessary executable permissions on some .py:
	-addons/l10n_fr_hr_payroll/report/fiche_paye.py
	-addons/l10n_ro/res_partner.py
	-addons/l10n_ro/__openerp__.py
	-addons/l10n_ro/__init__.py
	-addons/l10n_do/__openerp__.py
	-addons/l10n_do/__init__.py
2015-01-23 11:11:27 +01:00
Christophe Simonis 1f57528bc6 [MERGE] forward port of branch saas-5 up to 8dfd5ea 2014-06-27 16:14:40 +02:00
Christophe Simonis 8dfd5eab01 [MERGE] forward port of branch saas-4 up to a4bc65c 2014-06-27 16:08:09 +02:00
Christophe Simonis bdc4dd4a65 [MERGE] forward port of branch 7.0 up to 95cff0b 2014-06-27 16:00:28 +02:00
fka-odoo d16c57035d [FIX] improved date format in fiche de paie report 2014-06-26 14:44:11 +05:30
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
Atul Patel (OpenERP) 584fd2cbf7 [IMP]: Improve l10n_fr_hr_payroll report. add some div with bootstrap css class instead of inline css. 2014-05-15 18:46:06 +05:30
Atul Patel (OpenERP) 320abf6be9 [FIX]: Remove rml tag removeParentNode. improve condition. 2014-05-09 19:08:36 +05:30
Atul Patel (OpenERP) 1871c502e5 [REM]l10n_fr_hr_payroll: Remove Report declaration of rml from view. 2014-05-09 12:14:00 +05:30
Simon Lejeune a59df10de0 [IMP] l10n_fr_hr_payroll: payslip report converted to qweb
bzr revid: sle@openerp.com-20140428161506-1n30zusiv42evpbl
2014-04-28 18:15:06 +02:00
Thibault Delavallée a05b0bebbe [FORWARD] Forward port of 7.0 branch until revision 9143.
bzr revid: tde@openerp.com-20130521122359-b5vii7gv8arluz06
2013-05-21 14:23:59 +02:00
Martin Trigaux c8c298c83c [IMP] clean permissions and shebang in files
bzr revid: mat@openerp.com-20130514103113-8idhvhokt0e8jzea
2013-05-14 12:31:13 +02:00
Martin Trigaux 182118eb8c [MERGE] kill the executable bit on things that are clearly not executables or scripts
bzr revid: mat@openerp.com-20130508144521-bkvms15maji1ykpb
2013-05-08 16:45:21 +02:00
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Cedric Snauwaert d383666364 [FIX]l10n_fr_hr_payroll: fix a few errors in report
bzr revid: csn@openerp.com-20130306152216-061prm1hkt77iidk
2013-03-06 16:22:16 +01:00
Phil Frost 5ff3ae2034 kill the executable bit on things that are clearly not executables or scripts
bzr revid: pfrost@openerpdev-20130103231005-56pglti6uss0jsm5
2013-01-03 18:10:05 -05:00
Cecile Tonglet a3939acfa5 [FIX] replace from/import decimal_precision by from/import openerp.addons.decimal_precision
bzr revid: cto@openerp.com-20121217152303-8e3b1x30rlw9cb0d
2012-12-17 16:23:03 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Fabien Pinckaers f3fc080ef7 [MERGE] module desc + stock
bzr revid: fp@tinyerp.com-20121209105527-4ot27zsv5vqr38ls
2012-12-09 11:55:27 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Atul Patel (OpenERP) 8d3086df28 [IMP]: Use display_address()
bzr revid: atp@tinyerp.com-20121002144547-kpbo8wv694qipvm0
2012-10-02 20:15:47 +05:30
Saurang Suthar(OpenERP) 095843797c [IMP] Improved _openerp__.py of all modules by replacing demo_xml with demo, init_xml and update_xml with data and adding noupdate
bzr revid: pso@tinyerp.com-20120822130232-un52dks3sclyx8m5
2012-08-22 18:32:32 +05:30
pso (OpenERP) c78a04bc68 [MERGE] Merged HSA's branch to improve __openerp__.py of all modules by replacing init_xml, update_xml with data, demo_xml with demo, Adding noupdate in init_xml files
bzr revid: pso@tinyerp.com-20120822071445-yamr1s0zf3fk9jj7
2012-08-22 12:44:45 +05:30
help 0d4603f4f9 [IMP]improved modules description from rst2html
bzr revid: help-20120820092716-x61hs1o7d8lz6tpg
2012-08-20 14:57:16 +05:30
Hardik b040d2706d [IMP]update __openerp__.py in all modules
bzr revid: hsa@tinyerp.com-20120817111540-rfql0ifsvbx5nz7g
2012-08-17 16:45:40 +05:30
Twinkle Christian (OpenERP) 4c17810919 [IMP]Remove type field from the views
bzr revid: tch@tinyerp.com-20120808130614-ppieuro8um3fylbt
2012-08-08 18:36:14 +05:30
Mayur Maheshwari (OpenERP) 75fb9fbe91 [IMP]all: improve some typo in module description
bzr revid: mma@tinyerp.com-20120720064111-216mdw2wjrwavhe4
2012-07-20 12:11:11 +05:30
Purnendu Singh (OpenERP) c45d68d6b8 [MERGE] Merge with main addons
bzr revid: psi@tinyerp.com-20120718055558-03lss1ha0tcdi2dk
2012-07-18 11:25:58 +05:30
Quentin (OpenERP) 3f3625d3ba [IMP] settings: better form view for res.company
bzr revid: qdp-launchpad@openerp.com-20120713161618-hu7xp8yhn8ilmjar
2012-07-13 18:16:18 +02:00
Ajay Chauhan (OpenERP) a68bc60828 [IMP] : Update Description for modules
bzr revid: cha@tinyerp.com-20120713055022-bn9rl00g9dzkfjg8
2012-07-13 11:20:22 +05:30
Sanjay Gohel (Open ERP) 1702b2335d [IMP]remove tabs and add spaces instead of them
bzr revid: sgo@tinyerp.com-20120628064005-zuerrpazumf5lf1q
2012-06-28 12:10:05 +05:30
Quentin (OpenERP) 6211ae760a [FIX] l10n_fr_hr_payroll: fixed typo in the company form view
bzr revid: qdp-launchpad@openerp.com-20120516141918-d06gycr35043ion7
2012-05-16 16:19:18 +02:00
Quentin (OpenERP) 15051c3a1d [FIX] l10n_fr_hr_payroll: fixed typo in the report
bzr revid: qdp-launchpad@openerp.com-20120516141621-kuy4n80do3d1k9qm
2012-05-16 16:16:21 +02:00
Quentin (OpenERP) d598901ad2 [IMP] l10n_fr_hr_payroll: few fixes/code enhancement
bzr revid: qdp-launchpad@openerp.com-20120516140301-p65l3gk3dt1q9ire
2012-05-16 16:03:01 +02:00
yannick 992301ddfe Updating l10n_fr_hr_payroll in preparation of the merge request
bzr revid: yannick@serveur-perso-20120421162115-semk6axc1wh3rsve
2012-04-21 18:21:15 +02:00
yannick fc121b1ecb Updated Contributions 2012
bzr revid: yannick@serveur-perso-20120413161756-qiocyrdeeujqtvf8
2012-04-13 18:17:56 +02:00
yannick 9ba625487f Deleted any reference to the type field
bzr revid: yannick@serveur-perso-20120413160551-fy3ucmervxo1066y
2012-04-13 18:05:51 +02:00
yannick c9c8503b7e Merge 6.1 addons
bzr revid: yannick@serveur-perso-20120413103957-hz0q2yevwxbwqqkm
2012-04-13 12:39:57 +02:00