Commit Graph

120 Commits

Author SHA1 Message Date
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Stephane Wirtel 057fa824b6 Merge from Xavier ALT (AJM)
bzr revid: stephane@tinyerp.com-20081027130823-azagsdeh81lw7d2k
2008-10-27 14:08:23 +01:00
Jay Vora 8651df61bd Added <hr> tag for reports.
bzr revid: jvo@tinyerp.com-20081022095501-hcergg2qbeotmczv
2008-10-22 15:25:01 +05:30
Xavier ALT 6f9879c7ee Fixes for packaging
- Add 'import int_to_text' so py2exe detect and copy it.
- setup.py: Add dependencies to `asyncore', `asynchat' (addon `document')
- setup.py: Add `import_xml.rng' in data files (crash on DB creation)

bzr revid: x.alt@ajm.lu-20081020173041-bh5m3z4ljgcr8i4o
2008-10-20 19:30:41 +02:00
Jay Vora 9e6cef90db Bugfix:unit problem in rml2pdf
bzr revid: jvo@tinyerp.com-20081013062232-g24j9qbky10ocw4u
2008-10-13 11:52:32 +05:30
Jay Vora 2e7f1a4d77 Bugfixed Format() method issue of reports.
bzr revid: jvo@tinyerp.com-20080926102229-6ldy5j1tz07t849a
2008-09-26 15:52:29 +05:30
Jay Vora 99f379dd11 Modifs on Print Screen utility
bzr revid: jvo@tinyerp.com-20080926061957-u978ss21g4pi4nop
2008-09-26 11:49:57 +05:30
Fabien Pinckaers d189e17e71 bugfixes
bzr revid: fp@tinyerp.com-20080925194050-enw8gayfgjm0b0jc
2008-09-25 21:40:50 +02:00
Jay Vora f58b7bc578 Bugfix:Print Screen Float values well-aligned
bzr revid: jvo@tinyerp.com-20080925135945-xc0vponx69cmkov6
2008-09-25 19:29:45 +05:30
Christophe Simonis bb8d92c55a remove use of global variable
bzr revid: christophe@tinyerp.com-20080924153410-hdkfx2ddzg8zjje1
2008-09-24 17:34:10 +02:00
Christophe Simonis 500e964ebb get_binary_size is renamed bin_size and its behavior is reversed (False by default)
bzr revid: christophe@tinyerp.com-20080923104745-m5osg61ukqtk0szi
2008-09-23 12:47:45 +02:00
Stephane Wirtel c8298ab59f bugfix in the context to get the data from the binary field and not the size
bzr revid: stephane@tinyerp.com-20080918091101-8cnu8hsodxa4dyzb
2008-09-18 11:11:01 +02:00
Stephane Wirtel dbe1e8ca98 Rename Tiny ERP to OpenERP
Rename tinyerp to openerp

bzr revid: stephane@tinyerp.com-20080910084640-bg1h1bre7mwky8s0
2008-09-10 10:46:40 +02:00
Fabien Pinckaers 3a4bbda97b Pushed LongTable
bzr revid: fp@tinyerp.com-20080908083033-fvtjb0yngumx42p3
2008-09-08 10:30:33 +02:00
Fabien Pinckaers c65d70e168 Better Security Rules
bzr revid: fp@tinyerp.com-20080904002248-vh8kpyyckkdszttn
2008-09-04 02:22:48 +02:00
dharmesh rathod 421603085a add 'unit' key calculation
bzr revid: dharmesh247@gmail.com-20080825071226-5eovqe6kc8altmul
2008-08-25 12:42:26 +05:30
hda@tinyerp.com adedf0caf3 bugfix for report calling from wizard
bzr revid: hda@tinyerp.com-20080812085805-ygtvk1flpxvrptm0
2008-08-12 14:28:05 +05:30
hda@tinyerp.com 8401c4021f set report name as pdf name in reports (ref: bhoomika- sbh)
bzr revid: hda@tinyerp.com-20080811092755-7qknwqfcgrlg8zuk
2008-08-11 14:57:55 +05:30
Dhara Shah 4ec0643d46 change in report_sxw.py
bzr revid: dsh@tinyerp.com-20080808062554-5rtdsricy6lezsp0
2008-08-08 11:55:54 +05:30
Fabian Semal 612cd6dbf0 Bubfix for dates
bzr revid: fabian@tinyerp.com-20080806140340-23pmx0ihuqbbga0a
2008-08-06 16:03:40 +02:00
Christophe Simonis 2eb6b8265b add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723150127-fmitw7zgeokcualh
2008-07-23 17:01:27 +02:00
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
Amit Mendapara a07e811cbd Imrpoved addons path support
- Imrpoved tools.file_open to override search path
	- Removed addons.get_report_resource
	- Code cleanup and minor changes

bzr revid: ame@tinyerp.com-20080717095516-191aflvin9ztd45z
2008-07-17 15:25:16 +05:30
Amit Mendapara d225134d27 Improved custom addons path support
- fixed report_swx issue

bzr revid: ame@tinyerp.com-20080717044451-0p8xv9fkeqjqcjru
2008-07-17 10:14:51 +05:30
Amit Mendapara d90ead399a Improved addons path support
- fixed `xsl:import` search problem (print report)

bzr revid: ame@tinyerp.com-20080716144301-x5ajq907yj2qogle
2008-07-16 20:13:01 +05:30
Amit Mendapara 0b5bfd8020 Imrpoved addons path support
- added `get_report_resource` method in addons package
	- properly locate report resources

bzr revid: ame@tinyerp.com-20080716133851-fy2be2nqpi3wdbzt
2008-07-16 19:08:51 +05:30
Christophe Simonis 0b1dfd702f * translation of nearly all exceptions
* the export of translations per module take only the files of these modules

bzr revid: chs@tinyerp.com-52cb3686b17250df7bc23bf90d18397c7888e6f2
2008-07-08 08:13:12 +00:00
Fabien Pinckaers 7dea5d2305 Bugfix
bzr revid: fp@tinyerp.com-9eac3a47756b83396cda64b630910ce91df1f9be
2008-07-02 12:30:23 +00:00
nel 36eb925681 braket missing
bzr revid: nel-9279aa0bf9f481301436e50af693fbbb7f02c628
2008-07-02 12:03:12 +00:00
Fabien Pinckaers 224106fd11 Font Size 8
bzr revid: fp@tinyerp.com-23b6e78a9d1ce4662fea6a0ca69d6c9640687759
2008-07-02 12:00:00 +00:00
Fabien Pinckaers 8a58c7e5b4 Modifs
bzr revid: fp@tinyerp.com-27cc3d8d75b2267acd18acca42270a8027b655ac
2008-07-01 10:21:29 +00:00
Fabien Pinckaers dd46f0e25b Better Report and new Header for Internal documents
bzr revid: fp@tinyerp.com-2c6e7514b97700527280b023281c3afc45a00330
2008-07-01 04:05:21 +00:00
Fabien Pinckaers 2f7bd6ffcf Page Number and Page Count in RML
bzr revid: fp@tinyerp.com-20455f5a5e0202e3745d10e90389746754624285
2008-06-30 22:23:47 +00:00
Fabien Pinckaers 205d8acccb Improvements in reporting
bzr revid: fp@tinyerp.com-59570faa2bd91f2eb1c612641de7087427cf4f8c
2008-06-30 20:47:46 +00:00
Fabien Pinckaers a691a489b1 Improvement in translation system
bzr revid: fp@tinyerp.com-fb31e8fd7e9c2a8f43d94ff24377a3175fcefe2f
2008-06-30 16:08:08 +00:00
Fabien Pinckaers b70a2eb8a2 Bugfixes for translations
bzr revid: fp@tinyerp.com-92a675652aeb105bd3ee5af9f85914a68757b111
2008-06-30 16:00:07 +00:00
Fabien Pinckaers fca1637a6e Improvements
bzr revid: fp@tinyerp.com-3bf3ca5f392a63f5285035e50e972129f442ae35
2008-06-30 15:33:15 +00:00
stw 7abaeecd2b bugfix with the logo's company
bzr revid: stw-23722d6a682df1eecd8747be3188be0b82b9d4e2
2008-06-17 08:03:43 +00:00
Fabien Pinckaers 17db037990 Improvements
bzr revid: fp@tinyerp.com-dd48c1c3ca315d8ee6bf962b6af334ade92a0fc7
2008-06-16 18:27:17 +00:00
Fabien Pinckaers ad71a8d02d Bugfixes
bzr revid: fp@tinyerp.com-e355c7dafbfc4332b05adcafbcc73f0403516932
2008-06-16 11:24:25 +00:00
stw 7134784787 add Copyright and GPL license into the Header of Python files
bzr revid: stw-eb6ee9b006e577bda6338caa450ec9795b12f9bc
2008-06-16 11:00:21 +00:00
stw 12725d1d9e add the svn:keywords Id on all .py, .xml, .bat
bzr revid: stw-20bff0f954132aeb6dba47d97e5bb8a1ff5feae7
2008-06-16 06:44:24 +00:00
Fabien Pinckaers c8731434e7 Improvements:
Better view : extented vs simple views
		Modified several views
	Simplified Stock Mgt:
		remove stock.move.lot (packing of type delivery)
		remove mode.lot
	Chained locations
	Allows to define menus with parents
	Support logo in the company

bzr revid: fp@tinyerp.com-9dd4d862b64c393dbcc7b6c085e4ff039716d90c
2008-06-10 06:01:42 +00:00
stw dbbd73a1b4 fix with the getName tag
bzr revid: stw-9e41eaa87e5b38325c28056c246749ae7b702a10
2008-06-09 10:50:25 +00:00
stw 45305377fa revert the previous patch about the support of <pageNumber /> in para tag, this implementation doesn't work with a lot of pages
bzr revid: stw-9f0e8efdd83695fc5ffab2d3dd8e12a37f815a70
2008-06-09 10:46:41 +00:00
stw df34457d31 support <pageNumber /> in para
bzr revid: stw-5deabfe48bf2ecb63d734432127d0323d1ee4f16
2008-06-06 06:59:38 +00:00
stw a734ffe730 * blockTableStyle has a new tag, blockSpan.
It supports the concept of spanning of RML, but it isn't specified in the same way as HTML

bzr revid: stw-25e00dcd9d3208d87432379c2917ebcff0d06b6e
2008-06-04 14:05:55 +00:00
stw 90ec83b794 bugfix with the rowHeights parameter: don't set the value in a tuple or list, if there is only one value
bzr revid: stw-00a0a73613e24aff58a1090f28531217bfb113ea
2008-05-29 18:05:47 +00:00
Husen Daudi caf3c294da Improve encoding on printscreen report
bzr revid: hda@tinyerp.com-4d94b59d96ed503976a9d5a50f854906deaf41de
2008-05-28 07:17:57 +00:00
Mantavya Gajjar 66e89a94f1 Improve code so that print screen report can print sum of last column if it is integer or float.
By: Husen(hda)

bzr revid: mga@tinyerp.com-1637480a09a1c5966c227311b1e6ed67093b9c05
2008-05-21 13:15:42 +00:00