Commit Graph

455 Commits

Author SHA1 Message Date
Stephane Wirtel 880d0578e0 [IMP] Use the warning level for the pytz library if missing
bzr revid: stephane@tinyerp.com-20081210213229-e22ebweqg8a7byvh
2008-12-10 22:32:29 +01:00
Stephane Wirtel c7e627bed9 [IMP] Improve the logging
bzr revid: stephane@tinyerp.com-20081210212645-01kbn7iprk88g4wn
2008-12-10 22:26:45 +01:00
Stephane Wirtel 0d07e64e71 [IMP] Remove the print statements
bzr revid: stephane@tinyerp.com-20081210212525-lfastpg2wkepfsbt
2008-12-10 22:25:25 +01:00
P. Christeas 281c7c980a Merge commit 'origin/master' into mdv-gpl3
bzr revid: p_christ@hol.gr-20081207195509-2tb8fb3d7qr2xigt
bzr revid: p_christ@hol.gr-20081210075901-97mt6chs3ljokpsx
2008-12-10 09:59:01 +02:00
Christophe Simonis e09455ccd8 [FIX] psycopg2: %d -> %s
[IMP] orm: use _symbol_f when updating database at initialization
[IMP] misc.ustr: function returning the unicode string representation of a object

bzr revid: christophe@tinyerp.com-20081209133540-zlb6wxs97cxa99nx
2008-12-09 14:35:40 +01:00
Christophe Simonis c2cc3a3049 [FIX] psycopg2: in queries we must now use %s everywhere (no more %d or %f)
bzr revid: christophe@tinyerp.com-20081209123722-4kmv4pecjwiw3tm3
2008-12-09 13:37:22 +01:00
Christophe Simonis 299627a144 [IMP] use psycopg2 instead of psycopg1
bzr revid: christophe@tinyerp.com-20081208140342-qstsqxm0xr5rppzz
2008-12-08 15:03:42 +01:00
Christophe Simonis 75a195153f [FIX] allow selections in (old style) wizards to be translated (idea from Activity Solutions)
bzr revid: christophe@tinyerp.com-20081205134332-hkwjiy5fulyh5o2i
2008-12-05 14:43:32 +01:00
Christophe Simonis 49916d38fd [IMP] amount_to_text: add a function allowing to register a convertion function (patch from Activity Solutions)
bzr revid: christophe@tinyerp.com-20081205131029-s05x7qtisskcekzw
2008-12-05 14:10:29 +01:00
Christophe Simonis 23d5e09e28 [IMP] move oswalksymlinks to a new module tools.osutil
bzr revid: christophe@tinyerp.com-20081204153656-l247acif1eqvyvl0
2008-12-04 16:36:56 +01:00
Christophe Simonis 49c441b3a4 [IMP] move parse_version to tools directory
[IMP] release.py set major_version variable

bzr revid: christophe@tinyerp.com-20081202164726-0d9d0gz89d6y7v2l
2008-12-02 17:47:26 +01:00
Christophe Simonis 97725e1bc0 [IMP] po file generation: write the string format after the #: comments, like launchpad generated files
bzr revid: christophe@tinyerp.com-20081201092553-a7tfa7iydmeq4i5d
2008-12-01 10:25:53 +01:00
Christophe Simonis 0e8f4ebf17 [IMP] better error message
bzr revid: christophe@tinyerp.com-20081128193434-nf87l3pafnjoy0hx
2008-11-28 20:34:34 +01:00
Christophe Simonis 95e0019e09 [FIX] xml importation: all tags handle the 'noupdate' attribute
lp bug: https://launchpad.net/bugs/302646 fixed

bzr revid: christophe@tinyerp.com-20081127124450-n8lj6uq2xqv87n6u
2008-11-27 13:44:50 +01:00
P. Christeas 17631aef94 Merge branch 'master' of openobject-server into mdv-gpl3
Conflicts:
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20081124152658-xvkszq1j9xrm98mv
2008-11-24 17:26:58 +02:00
Stephane Wirtel 224297ad39 [FIX] Remove the executable flag
bzr revid: stephane@tinyerp.com-20081124111943-eb4yl14pwzx9e05g
2008-11-24 12:19:43 +01:00
Stephane Wirtel 84928ad0c1 [REF] Remove email_send_attach
[IMP] Add the attachments in the email_send function
[FIX] Use the subtype for the body
[FIX] Use the SSL configuration

bzr revid: stephane@tinyerp.com-20081124111320-mkxvxo2y9rugg6uz
2008-11-24 12:13:20 +01:00
Fabien Pinckaers a2fddb8b40 bugfix
bzr revid: fp@tinyerp.com-20081123111128-a2vqz7wf6w89popv
2008-11-23 12:11:28 +01:00
Fabien Pinckaers 21a9b9e064 bugfix_301049
bzr revid: fp@tinyerp.com-20081123110717-c7odqp2ri7du65s0
2008-11-23 12:07:17 +01:00
Fabien Pinckaers b67fcb51ed improve
bzr revid: fp@tinyerp.com-20081122000935-p245m22qxykckmv3
2008-11-22 01:09:35 +01:00
Stephane Wirtel 44ac88b020 [IMP] Add some languages
[REF] Sort languages to display to the client
[REF] Show the translated languages

bzr revid: stephane@tinyerp.com-20081121195042-2hafq729icvylffy
2008-11-21 20:50:42 +01:00
Jay Vora 6db3d8bf54 Added active_id usage for act_window's context
bzr revid: jvo@tinyerp.com-20081121091131-tfck9pxroymb2o4v
2008-11-21 14:41:31 +05:30
Jay Vora 75e0a841d7 Added the use of ref(xml_id) in act_window ,to be passed into context.Example:cci_crm:act_window:Open a New RSF
bzr revid: jvo@tinyerp.com-20081121083624-wt78ufuwmdpfvbsx
2008-11-21 14:06:24 +05:30
Fabien Pinckaers b54f761998 improvement_report
bzr revid: fp@tinyerp.com-20081120170642-0b356j36hjk93gac
2008-11-20 18:06:42 +01:00
Stephane Wirtel 681f77aa0c [FIX] Use get_languages instead of scan_languages ( Sorry, It is my fault )
lp bug: https://launchpad.net/bugs/299433 fixed

bzr revid: stephane@tinyerp.com-20081118152153-dim22dfbj5i8pg4u
2008-11-18 16:21:53 +01:00
Stephane Wirtel 115fff5b23 [IMP] Use scan_languages instead of get_languages
bzr revid: stephane@tinyerp.com-20081117172526-1kxpcstje4czrkpx
2008-11-17 18:25:26 +01:00
Stephane Wirtel 8c654e8278 [REF] Remove unless code
bzr revid: stephane@tinyerp.com-20081117172209-4dv7lii9h0l44xf4
2008-11-17 18:22:09 +01:00
P. Christeas ee881fa7e0 Armor the export lang wizard against faulty model fields.
Sometimes objects or field definitions in db may have some errors
(especially in dev setups). The export translation algorithm should
just skip those fields and try to continue, instead of raising an
exception. These errors can still be logged, of course.

bzr revid: p_christ@hol.gr-20081115085854-2xpnypbas4sxt15u
2008-11-15 10:58:54 +02:00
hda@tinyerp.com 352339979c Improve error message (ref:sbh)
bzr revid: hda@tinyerp.com-20081112130509-ewddg85ivilq5u81
2008-11-12 18:35:09 +05:30
Sofia 8c89d36640 import DateTime
bzr revid: sahibsofia@gmail.com-20081107051325-mntwyiragvi442nk
2008-11-07 10:43:25 +05:30
qdp 8794a1233a *improvement of import:
*added try-except
	*bugfixed the import partial

bzr revid: qdp@tinyerp.com-20081106165828-xldwvciacbp5u2zd
2008-11-06 17:58:28 +01:00
Jay Vora 560cf4336e Generic development for inserting values into PDF
bzr revid: jvo@tinyerp.com-20081106133146-0gqj1wd1yq9ey3t6
2008-11-06 19:01:46 +05:30
P. Christeas 8220e0ad02 Merge commit 'origin/master' into mdv-gpl3
Conflicts:
	bin/tools/convert.py

bzr revid: p_christ@hol.gr-20081025224421-g367ati5b2eeplw6
bzr revid: p_christ@hol.gr-20081104201238-oy0vgsunt2jxgu2p
2008-11-04 22:12:38 +02:00
Jay Vora 1f1556ffba Added subtype arguement for emailing HTML format emails.
bzr revid: jvo@tinyerp.com-20081104063323-1xokh2az5bvbwyp9
2008-11-04 12:03:23 +05:30
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Fabien Pinckaers e048250071 improvment
bzr revid: fp@tinyerp.com-20081031141048-gohuvljsot9byn5g
2008-10-31 15:10:48 +01:00
Stephane Wirtel f4da34e876 Add the amount_to_text file
bzr revid: stephane@tinyerp.com-20081027131009-286ilrlm1taqwfg3
2008-10-27 14:10:09 +01:00
Fabien Pinckaers 537bb6835a bugfix_empty_dir
bzr revid: fp@tinyerp.com-20081027121852-hcmyfyqbcdlk8cuz
2008-10-27 13:18:52 +01:00
Fabien Pinckaers 54f4c8f1cc bugfix
bzr revid: fp@tinyerp.com-20081027104650-1c3tf9xsx0rmmoat
2008-10-27 11:46:50 +01:00
Christophe Simonis f626f391cd warning is warning :o
bzr revid: christophe@tinyerp.com-20081021084214-jncb5rjj4454hmoe
2008-10-21 10:42:14 +02:00
Amit Mendapara cec9e7b922 validating --addons-path option.
bzr revid: ame@tinyerp.com-20081021070813-x3ttpr9f1wxm9iv0
2008-10-21 12:38:13 +05:30
Christophe Simonis 1e834353d6 translations: avoid a traceback
bzr revid: christophe@tinyerp.com-20081020133457-s87zop6uv2t6jwpe
2008-10-20 15:34:57 +02:00
Christophe Simonis 0649604ee1 merge syleam branch
bzr revid: christophe@tinyerp.com-20081020120537-ncgcqa2vzlo6of0j
2008-10-20 14:05:37 +02:00
Fabien Pinckaers aa4bca4cf8 improve
bzr revid: fp@tinyerp.com-20081017095914-xidmsrlw33vy5gkz
2008-10-17 11:59:14 +02:00
Christophe Simonis f538cefe02 * improve security on attachment: use the access right of the linked model
* improve cache managment

bzr revid: christophe@tinyerp.com-20081016182816-o2h4swwye1urt3kw
2008-10-16 20:28:16 +02:00
Christophe Simonis 05543e0af7 <assert> tag reports now as errors by default
bzr revid: christophe@tinyerp.com-20081016133847-0n0uc2vjpolym3dq
2008-10-16 15:38:47 +02:00
Jay Vora 9f61a4c52c Corrected behaviour of language installation wizard
bzr revid: jvo@tinyerp.com-20081016085428-bf9xr2kgdd2id1y1
2008-10-16 14:24:28 +05:30
Christophe Simonis c1d58b4ffb xml files: the noupdate attribute must be set to something different that '', '0' and 'False' to be active
bzr revid: christophe@tinyerp.com-20081015075223-nfpmqa5fdf4kmgwi
2008-10-15 09:52:23 +02:00
Christophe Simonis 9d11c67875 po files: allow empty lines between comments and msgid
bzr revid: christophe@tinyerp.com-20081015074953-rx39rgezl92egybn
2008-10-15 09:49:53 +02:00
P. Christeas 6f9502fb15 Merge commit 'origin/master' into mandriva
bzr revid: p_christ@hol.gr-20081012165205-zphnae4304mjqh2a
bzr revid: p_christ@hol.gr-20081014123954-ywk9rwhquzmlhidw
2008-10-14 15:39:54 +03:00
P. Christeas d85b9a74fa Behave better at exceptions (l10n, __getitem__() )
bzr revid: p_christ@hol.gr-20081010091805-93a1el2izcfdc5an
2008-10-10 12:18:05 +03:00
Mantavya Gajjar 58ccb8691c adding new funcionalities,
digit to word in english language

bzr revid: mga@mga-laptop-20081010075801-idqqkuzeztwhf3ya
2008-10-10 13:28:01 +05:30
Olivier Laurent c69b5b407d Bugfix: TinyPOFile has no attribute 'lines'
bzr revid: olt@tinyerp.com-20081009085245-ylhhnkq8e1xkcaiw
2008-10-09 10:52:45 +02:00
Olivier Laurent 97764f0bb6 PO file header lines should end with '\n' (otherwise Launchpad po file exports are messed up)
bzr revid: olt@tinyerp.com-20081009082416-8w2p6hct02zdagcj
2008-10-09 10:24:16 +02:00
Olivier Laurent 826bcde116 no comments after line termination character ('\')
bzr revid: olt@tinyerp.com-20081009081957-nmp21w4p1px2v87g
2008-10-09 10:19:57 +02:00
Olivier Laurent 0ccdb8ef9d no comments after line termination character ('\')
bzr revid: olt@tinyerp.com-20081009081442-9o4185ci4nlsmeu1
2008-10-09 10:14:42 +02:00
Olivier Laurent 7c201f3220 Bugfix:
AttributeError: 'list' object has no attribute 'get'
  context was a list instead of a dict
  resolution: use 'read' method instead of 'browse'

bzr revid: olt@tinyerp.com-20081009080041-ddju2msf57t2xy5m
2008-10-09 10:00:41 +02:00
Olivier Laurent 3e0ca97993 Merge
bzr revid: olt@tinyerp.com-20081008152922-b50t2atgw6lqwa4z
2008-10-08 17:29:22 +02:00
Olivier Laurent f9d30d3e96 Handle the BOM (Byte Order Mark) in PO files
bzr revid: olt@tinyerp.com-20081008152805-va7a54971td4affo
2008-10-08 17:28:05 +02:00
Amit Mendapara 2c40c75d7f Merged workflow branch
bzr revid: ame@tinyerp.com-20081008143955-cosax8q4wfqmjja4
2008-10-08 20:09:55 +05:30
Christophe Simonis b9c0637839 wizard actions now store the linked model
bzr revid: christophe@tinyerp.com-20081008141208-m433cr857z9bi3ys
2008-10-08 16:12:08 +02:00
Shanta Kabra 9e7af6b730 * Imrovement for tree having more than one root
bzr revid: shanta.kabra@gmail.com-20081008131530-j1w2mr9e44badj5m
2008-10-08 18:45:30 +05:30
P. Christeas a73e9eb836 Merge branch 'master' of /home/panos/tmp/tinyerp/openobject-server/ into mandriva
bzr revid: p_christ@hol.gr-20081006205715-p1hzrsvutwlozt5m
bzr revid: p_christ@hol.gr-20081008092006-9vq68ehp9ck1tnml
2008-10-08 12:20:06 +03:00
Christophe Simonis 8c3108a829 bugfix with po file import
bzr revid: christophe@tinyerp.com-20080930130726-j4n4gmlgz8wv92fv
2008-09-30 15:07:26 +02:00
P. Christeas df41f43f20 When importing .po files, drop the fuzzy entries.
bzr revid: p_christ@hol.gr-20080929204115-rf704z1m9ugikz3w
2008-09-29 23:41:15 +03:00
P. Christeas 7d9e3b7c16 Reduce fatal exception to a warning for 'eval'
If the data xml contains an eval expression that does not compute,
the convert procedure would throw an exception all the way up. Now,
catch that and only display a warning.

Hopefully, this warning will be fixed to contain more useful info
about its nature.

bzr revid: p_christ@hol.gr-20080926072827-41i7lihw2i9uaisk
2008-09-26 10:28:27 +03:00
Fabien Pinckaers d189e17e71 bugfixes
bzr revid: fp@tinyerp.com-20080925194050-enw8gayfgjm0b0jc
2008-09-25 21:40:50 +02:00
Jay Vora 6b589c87ad Bugfix :email sending and minor edit on constraint validation
bzr revid: jvo@tinyerp.com-20080925054703-0eui2prn54hw2q59
2008-09-25 11:17:03 +05:30
Jay Vora 34fcda731a Added Groups option for report,wizard and act_window.
bzr revid: jvo@tinyerp.com-20080918140205-dod9qocp1n1u9q0b
2008-09-18 19:32:05 +05:30
Jay Vora 8a32c4a658 Minor edit:for displaying size on binary widget.
bzr revid: jvo@tinyerp.com-20080916133215-x34qcnbpw7kereav
2008-09-16 19:02:15 +05:30
Fabien Pinckaers 22cfeacab1 fix tools
bzr revid: fp@tinyerp.com-20080916122607-fk0jkoh8rw7umnyk
2008-09-16 14:26:07 +02:00
Christophe Simonis 941c766687 improve the use of release.py
bzr revid: chs@tinyerp.com-20080912194504-yggsuaa992dgekqw
2008-09-12 21:45:04 +02:00
Christophe Simonis 2a54df0171 bugfix with the import/export of po files
bzr revid: christophe@tinyerp.com-20080911151544-of3tvjpiwydawyna
2008-09-11 17:15:44 +02:00
Shanta Kabra c5e2c4dee5 Interchanged 'x' and 'y' roles in result dictionary.
Normalized order of nodes

bzr revid: shanta.kabra@gmail.com-20080911125749-ny4btftghgazh29q
2008-09-11 18:27:49 +05:30
Christophe Simonis bedefcac6a merge
bzr revid: christophe@tinyerp.com-20080910133734-dt901dkmzoj7xcys
2008-09-10 15:37:34 +02:00
Stephane Wirtel de9ce4a0e1 raise an exception if the root element is not <terp/> or <openerp/>
bzr revid: stephane@tinyerp.com-20080910132330-y0ogf3o2kj3l9mw0
2008-09-10 15:23:30 +02:00
Christophe Simonis 17c49602e1 fix with lang import
bzr revid: christophe@tinyerp.com-20080910131416-5xhjytbofrshmm9t
2008-09-10 15:14:16 +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
Stephane Wirtel a05e6fe4b3 merge
bzr revid: stephane@tinyerp.com-20080910072335-3p3vsvhjp6o59s1c
2008-09-10 09:23:35 +02:00
Amit Mendapara 46865e5b92 Merged workflow branch
bzr revid: ame@tinyerp.com-20080910054235-5teuucitb7gjz7cz
2008-09-10 11:12:35 +05:30
Stephane Wirtel 40e6110013 Add a new decorator to log the res, args of a function
bzr revid: stephane@tinyerp.com-20080909161517-nx1s1u2fzdbv52p1
2008-09-09 18:15:17 +02:00
Shanta Kabra f6bd3ada8a * Change in scale strategy
bzr revid: shanta.kabra@gmail.com-20080909093142-urjd701pvlysw4na
2008-09-09 15:01:42 +05:30
Christophe Simonis b7fbf0aa72 fix with code source walking in translation export
bzr revid: christophe@tinyerp.com-20080908075251-gbr4dp0vyl5dhv9u
2008-09-08 09:52:51 +02:00
Shanta Kabra fd8f74ca72 * Modifications in the strategy to add edge for the nodes with no ancesters
bzr revid: shanta.kabra@gmail.com-20080905094546-oj9xbxoiykwk541k
2008-09-05 15:15:46 +05:30
Christophe Simonis 6fbedbf2e5 add (and use) method tools.oswalksymlinks
bzr revid: christophe@tinyerp.com-20080904235001-3ix8x19mcdobihwo
2008-09-05 01:50:01 +02:00
Christophe Simonis db3e946b50 merge
bzr revid: christophe@tinyerp.com-20080904142534-lgeqx2imzehzmhxf
2008-09-04 16:25:34 +02:00
Christophe Simonis 09de5a26fd the translations are now by modules
there are stored in a "i18n" folder of each module

bzr revid: christophe@tinyerp.com-20080904135432-5lxn2lisw4yqlevl
2008-09-04 15:54:32 +02:00
Christophe Simonis b30f507f97 translations:
*/ fix bug when importing po files
	*/ fix encoding bug when exporting po files
	*/ set logging optional when importing files
	*/ remove commented code
	*/ mmh ... nothing else...

bzr revid: christophe@tinyerp.com-20080904132841-yepj78a97rw7geaw
2008-09-04 15:28:41 +02:00
Shanta Kabra 8c725d3cfe * Imrovement in tree ordering and finding starts of the components (when graph is a forest)
bzr revid: shanta.kabra@gmail.com-20080904053614-bqwxe32uyp6t731c
2008-09-04 11:06:14 +05:30
Fabien Pinckaers c65d70e168 Better Security Rules
bzr revid: fp@tinyerp.com-20080904002248-vh8kpyyckkdszttn
2008-09-04 02:22:48 +02:00
Shanta Kabra b08ade3356 * Code improvement
bzr revid: shanta.kabra@gmail.com-20080903111425-x8hb38nbaqofxdvu
2008-09-03 16:44:25 +05:30
Christophe Simonis fe13a01ae9 views: id's with a dot must refer a installed module
bzr revid: christophe@tinyerp.com-20080903094731-5j3mgzsvmzzabeay
2008-09-03 11:47:31 +02:00
Christophe Simonis 7d39292eae export lang tgz: fix tar warning
bzr revid: christophe@tinyerp.com-20080902151305-w0ydcbcd0cw97um1
2008-09-02 17:13:05 +02:00
Christophe Simonis 39a34fdd43 only strings in python code are python formated
bzr revid: christophe@tinyerp.com-20080902150144-2i8b15x2xb2z8m58
2008-09-02 17:01:44 +02:00
Christophe Simonis 3236594f4a merge
bzr revid: christophe@tinyerp.com-20080902134538-5a0lsm163u0wxum7
2008-09-02 15:45:38 +02:00
Christophe Simonis df1e1de0e3 do not export empty translatable strings
bzr revid: christophe@tinyerp.com-20080902130214-ws57mk8zjzqyeb7r
2008-09-02 15:02:14 +02:00
Shanta Kabra 0f3033108b * Improved graph rankin using optimal feasible tree
bzr revid: shanta.kabra@gmail.com-20080902114330-8rz4nanbmwm1s742
2008-09-02 17:13:30 +05:30
Christophe Simonis ed7af4de69 the binary size is human readable
bzr revid: christophe@tinyerp.com-20080902100928-nv9i9e1guq2qpeh2
2008-09-02 12:09:28 +02:00
Shanta Kabra 754af78295 * Improvement in tree ordering to avoid overlaping
bzr revid: shanta.kabra@gmail.com-20080902060409-6o8q476t246dlf4s
2008-09-02 11:34:09 +05:30
Fabien Pinckaers 51fe0efd16 Small bugfixes
bzr revid: fp@tinyerp.com-20080901192902-zftoynk3cxktmbn9
2008-09-01 21:29:02 +02:00
Shanta Kabra aece567bf3 * Graph algorithm updations
bzr revid: shanta.kabra@gmail.com-20080829092303-4qn1f85o9p25trap
2008-08-29 14:53:03 +05:30
mga@tinyerp.com ab64629077 Implement Create / Write Object
* implement view, object
* process the normal values

bzr revid: mga@tinyerp.com-20080825121946-gojfoe093cr7xjdg
2008-08-25 17:49:46 +05:30
Christophe Simonis 78fce194ca export lang as po file: bugfix: msgid must be unique
bzr revid: christophe@tinyerp.com-20080822093914-bk6hahvstngwkgxj
2008-08-22 11:39:14 +02:00
mga@tinyerp.com c1d400209f * change content type in to the email send method
* Implement the mail marge method 
* change in to the view to have tiny_mce editor in e-tiny

bzr revid: mga@tinyerp.com-20080821103617-wrct24u6imwv9cnb
2008-08-21 16:06:17 +05:30
Fabien Pinckaers 4f112db1f1 Simplified Partial Import
bzr revid: fp@tinyerp.com-20080820125119-fgnnp0s24s4lipr7
2008-08-20 14:51:19 +02:00
Fabien Pinckaers 649c027c16 Bugfixed Partial Import
bzr revid: fp@tinyerp.com-20080820124757-hq1zjhlskph54pva
2008-08-20 14:47:57 +02:00
mga@tinyerp.com 7764a2e4a8 Make the same changes in to the email_send like email_send_attach
Make email send debug to False in Server Action

bzr revid: mga@tinyerp.com-20080820111804-qcrvx2n3o94yhq4u
2008-08-20 16:48:04 +05:30
mga@tinyerp.com 21d60c3889 * Add evaluation to get the email/sms addres from the object
* Add new start up attribute to the server --smtp-port
* Make change in the misc for the connecting method for smtp server

bzr revid: mga@tinyerp.com-20080820111520-amoeqiec817agewa
2008-08-20 16:45:20 +05:30
Fabien Pinckaers 6519472370 Fixed Typo
bzr revid: fp@tinyerp.com-20080819134013-6002qsmwt71xu28r
2008-08-19 15:40:13 +02:00
Fabien Pinckaers c8fbbbf7ec Improved Partial Commit
bzr revid: fp@tinyerp.com-20080819133329-gcvrswxnby5knk3n
2008-08-19 15:33:29 +02:00
Fabien Pinckaers 02a3ce47f4 Partial Commit
bzr revid: fp@tinyerp.com-20080819132612-06llazok11knlwr7
2008-08-19 15:26:12 +02:00
Christophe Simonis 64f20c2234 merge
bzr revid: christophe@tinyerp.com-20080819131400-s14sq8un0rzlucg0
2008-08-19 15:14:00 +02:00
Christophe Simonis c4c6bea2d1 * allow export of translation po files into a tgz archive.
* allow export of a new language from the command line

bzr revid: christophe@tinyerp.com-20080819131016-nghtt1x274evlwi4
2008-08-19 15:10:16 +02:00
Fabien Pinckaers 83b19dbcec Support for Partial Commit
bzr revid: fp@tinyerp.com-20080819130311-bzlschcnywx2voot
2008-08-19 15:03:11 +02:00
Fabien Pinckaers 8da94d89f8 Bugfix
bzr revid: fp@tinyerp.com-20080819123013-fk1bhqym921tg2wp
2008-08-19 14:30:13 +02:00
qdp 9c91996f67 *modified -C option to make partial import
bzr revid: qdp@tinyerp.com-20080819121345-up2us3o4o1g4v8us
2008-08-19 14:13:45 +02:00
Christophe Simonis 4a72330cc6 reverse_enumerate is prettier
bzr revid: christophe@tinyerp.com-20080818075602-m9izdakbstgc2qq2
2008-08-18 09:56:02 +02:00
Christophe Simonis e6aeef6e28 add reverse_enumerate method
bzr revid: christophe@tinyerp.com-20080814095120-q474vbn5qc03clp1
2008-08-14 11:51:20 +02:00
Christophe Chauvet 7fff0810f7 [server]
* trap xpath and lxml import error and exit properly

bzr revid: christophe.chauvet@syleam.fr-20080812230228-evi0q3la4hgyfq3v
2008-08-13 01:02:28 +02:00
Christophe Simonis 58996f2c51 merge
bzr revid: christophe@tinyerp.com-20080805110138-ni5s4jule8abrf9x
2008-08-05 13:01:38 +02:00
Amit Mendapara 26642d153f Improved `GettextAlias`
bzr revid: ame@tinyerp.com-20080805080243-q1hdoh06h20s19id
2008-08-05 13:32:43 +05:30
Christophe Simonis 40a8a423b7 move domain parsing into expression class
bzr revid: christophe@tinyerp.com-20080804153250-9crz6sq4hf3rm81n
2008-08-04 17:32:50 +02:00
Christophe Simonis d98d6fe17b expression parser: beautification
bzr revid: christophe@tinyerp.com-20080731120054-hmkxdh62drs6f2qm
2008-07-31 14:00:54 +02:00
Christophe Simonis 6010603de4 expression parser:
* add more operators
 * allow lists as 'value' of leafs

bzr revid: christophe@tinyerp.com-20080731114642-64hqtx0h4ziobqhu
2008-07-31 13:46:42 +02:00
Christophe Simonis 0e3f0b2a3a refactor the expression parser
bzr revid: christophe@tinyerp.com-20080730125338-hzxc1avyr4i8sqq0
2008-07-30 14:53:38 +02:00
Stephane Wirtel 24e914da9e add expression to improve the domain
bzr revid: stephane@tinyerp.com-20080729111549-ccbf6zlhajbel38l
2008-07-29 13:15:49 +02:00
mga@tinyerp.com c524722e98 config.py : add 2 more options to the server startup
* --email-from : to have an globel email sending address
* --smtp-ssl : if smtp server required ssl support
ir_actions.py : upgrade email sending procedure
misc.py: review email_send_attach procecure to use the new parameters to server

bzr revid: mga@tinyerp.com-20080729072804-vfgm40ga3tty5kw1
2008-07-29 12:58:04 +05:30
Christophe Simonis ba0c939bb8 merge
bzr revid: christophe@tinyerp.com-20080723163328-wyr58fg7gntstz1v
2008-07-23 18:33:28 +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 19d0053be2 export language: no crash when no modules selected
bzr revid: christophe@tinyerp.com-20080723114600-1aqq8m974dbp8vda
2008-07-23 13:46:00 +02:00
mga@tinyerp.com c4b8ea7041 change the message, use tiny logging system for the standar message
change few things in to the email_send_attach method for the return type

bzr revid: mga@tinyerp.com-20080723081645-icvyqapkvum0py4n
2008-07-23 13:46:45 +05:30
mga@tinyerp.com 501d791ea0 * add action for email, send email using the tools.email_send_attach method
* ehance email_send_attach method for debug + ssl support

bzr revid: mga@tinyerp.com-20080723073317-12l0v1pejz2fks9l
2008-07-23 13:03:17 +05:30
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
Christophe Simonis c5c7c2ef07 merge
bzr revid: christophe@tinyerp.com-20080722075357-z9pfuk3qrwph8pbw
2008-07-22 09:53:57 +02:00
Christophe Simonis bdc48f12a8 i18n: export from commandline: sort modules names
bzr revid: christophe@tinyerp.com-20080722075208-wcs96srjho25vi8n
2008-07-22 09:52:08 +02:00
Christophe Simonis 63ceebdf36 i18n: allow export into a po file from command line
bzr revid: christophe@tinyerp.com-20080722073843-16r67df83yz8z0tb
2008-07-22 09:38:43 +02:00
Christophe Simonis 2ccf0092a7 * the translations are graphically exportable by module
* allow importation of po files

bzr revid: christophe@tinyerp.com-20080718131350-tftqhvwyyaz8r1q9
2008-07-18 15:13:50 +02:00
Christophe Simonis 270b2c5329 translation: allow export in .po format
bzr revid: christophe@tinyerp.com-20080717102236-iyx46ut1s3a9roos
2008-07-17 12:22: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
Fabien Pinckaers 694f88319c Speed Improvement on Every Operation:
Removed Inherit Stuff

bzr revid: fp@tinyerp.com-20080716200532-iec6d4jfelwhi5rt
2008-07-16 22:05:32 +02:00
Amit Mendapara 6c1e9c0627 Improved custom addons path support
- get_module_path checks for zip files
	- fixed zipped module problem

bzr revid: ame@tinyerp.com-20080716090715-pbuby8xpuwoam7h1
2008-07-16 14:37:15 +05:30
Amit Mendapara 92f942b031 Custom addons path
- get_module_resource
	- get_modules (list of modules)
	- fixed `init_db`

bzr revid: ame@tinyerp.com-20080716064350-jwvgjvz95ogpsrxl
2008-07-16 12:13:50 +05:30
Christophe Simonis d309f8fee5 allow the translation of the constraints
bzr revid: christophe@tinyerp.com-20080715134226-c6ncgg2xrwnbce5c
2008-07-15 15:42:26 +02:00
Christophe Simonis 4e80903f94 now _() works !
but bzr...

bzr revid: christophe@tinyerp.com-20080715084023-tzhwid7be6r8067u
2008-07-15 10:40:23 +02:00
Amit Mendapara f469837563 Custom addons path now overrides default addons path.
- `root_path`/addons is default
	- `addons_path` overrides default path (will get precedence over default path)
	- added `--addons-path` command line option

bzr revid: ame@tinyerp.com-20080715081040-fqmfvx7jxl6d5hn3
2008-07-15 13:40:40 +05:30
Stephane Wirtel 8545079591 bugfix with the current path of import_xml.rng,
bzr revid: stephane@tinyerp.com-20080714105052-xcua0fpi7or0i2z7
2008-07-14 12:50:52 +02:00
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
Husen Daudi 4c0334f1dd bugfix for print name in wizard menuitem
bzr revid: hda@tinyerp.com-42fb14dd9f50c3ebb63d6a2b9ba98ce52b094c08
2008-07-03 11:50:27 +00:00
Fabien Pinckaers 2a05c94b88 Adding RNG validation on XML
bzr revid: fp@tinyerp.com-3d3a6488d247cc74a3da10a7ce1683d8d9db4ad0
2008-07-01 20:47:53 +00:00
Fabien Pinckaers 75f9e53b97 Improvement menu name from wizard
bzr revid: fp@tinyerp.com-193ae8a4ac1c8f8a2957dcd0df8551ee5ac45c04
2008-07-01 16:03:17 +00:00
Fabien Pinckaers b70a2eb8a2 Bugfixes for translations
bzr revid: fp@tinyerp.com-92a675652aeb105bd3ee5af9f85914a68757b111
2008-06-30 16:00:07 +00:00
Fabien Pinckaers f90b7ac2b4 Modifs for menu wizards icons
bzr revid: fp@tinyerp.com-35ac891b0c74187970f620a6991d688b2b2c5ead
2008-06-25 05:37:04 +00:00
Fabien Pinckaers 8d16581e0f Improvements inmenus
Translations by modules
removed print statement

bzr revid: fp@tinyerp.com-eddee689d274afc56e6b7703a7cd22b9792f2c7b
2008-06-17 20:17:23 +00:00
Fabien Pinckaers bd21609e49 Bugfix
bzr revid: fp@tinyerp.com-f0bf449f5418afbca3eb754969cc859643a0f58a
2008-06-17 12:56:35 +00:00
Fabien Pinckaers 17db037990 Improvements
bzr revid: fp@tinyerp.com-dd48c1c3ca315d8ee6bf962b6af334ade92a0fc7
2008-06-16 18:27:17 +00:00
stw fa973350b9 add the copyright
bzr revid: stw-6e4c16268c7d6111a353b94a6a629d2ca53d0474
2008-06-16 07:24:04 +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 b1c297f640 Improvements and bugfixes
bzr revid: fp@tinyerp.com-878f80398fb2d5d2b73a722bc710a4053002dbdd
2008-06-15 14:59:23 +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
Christophe Simonis fce14013d2 bug fix in mail sending
bzr revid: chs@tinyerp.com-892d3a57d27c905952d8b0a4cca0ae2b6027a9a9
2008-06-03 11:14:02 +00:00
Fabien Pinckaers b743da7d68 Improvement
bzr revid: fp@tinyerp.com-0b8318949134e3eab656a15ff9de6e6b69db805c
2008-05-27 05:47:10 +00:00
Fabien Pinckaers b37bfd9bc3 Modifs
bzr revid: fp@tinyerp.com-49d32e536413943e883fad5d36b1eaec36a04021
2008-05-27 05:38:42 +00:00
Amit Mendapara e00576317e * fixed recursion problem in graph (ref ksh)
* fixed get_graph method (now returns transition ids too) (ref ksh)

bzr revid: ame@tinyerp.com-2fc245f372006170fab92e79986bf1b071bdc71c
2008-05-19 10:24:08 +00:00
Amit Mendapara 6194063abc * Fixed `new graph` (partially implemented graph algorithem) (ref. ksh)
bzr revid: ame@tinyerp.com-9ece42d68ea21369777d7b927355a6fc4b01a517
2008-05-01 12:02:58 +00:00
Fabien Pinckaers 1e256fd373 Adding Graph Rendering Routine in the Trunk
bzr revid: fp@tinyerp.com-55457de5949ef31ba3aa2b82612f3911afed2ecf
2008-04-21 07:09:08 +00:00
Fabien Pinckaers e264704f58 Adding a graph library
bzr revid: fp@tinyerp.com-faf666d8f3210c369dbc1561d74d6875542593de
2008-04-21 06:39:59 +00:00
Fabien Pinckaers a9c18c25d0 Improvement in accounting, allow modifying entries for non important fields
(date_maturity, name, analytic_line, ....)

bzr revid: fp@tinyerp.com-f90d58f167eb456b96502b8eb76b318ce318afc5
2008-03-03 11:54:45 +00:00
ced 337ff7eac4 Use xml id for attributes groups in menuitem tags
It prevents errors if the user change the name of the groups

bzr revid: ced-58ad17d2808abe75b4889cd5468573e84ccb9123
2007-12-11 15:45:52 +00:00
Fabien Pinckaers 7d216f13d5 Modifs
bzr revid: fp@tinyerp.com-0ff87d65f756355db6e9cf14072376ca8e4ff34a
2007-10-30 15:32:42 +00:00
ced c378996c51 Fix relative path in report and module xml
bzr revid: ced-96fb1d71e2b7282f46324766dd733aa1181e9e00
2007-10-26 10:06:20 +00:00
Fabien Pinckaers ffe14868c5 Adding URL Action
bzr revid: fp@tinyerp.com-3dbbb14209f5322b4cf53e66ee4a40f15605aead
2007-10-25 18:20:12 +00:00
ced a7f98a9c6a Fix translation
- use the right xml_id
- create xml_id for inherited object
- use only '\n' for csv file
- fix fr_FR translation

bzr revid: ced-109e236103914fcaaa2ed6ee0147937ea5d9278b
2007-10-24 06:14:05 +00:00
ced c04edc8011 Improve translation
csv file contain xml_id instead of the id if it is possible.

bzr revid: ced-e284bbeeb884e63564557e14935a7d7a21ae0830
2007-10-24 06:13:55 +00:00
ced e7ac3b5f85 Improve translation
- Translate help text
- Better view of translation
- Fix wizard that import lang

bzr revid: ced-008b5b15580909d32caa00121c0c1c20622c4fd3
2007-10-24 06:13:53 +00:00
Fabien Pinckaers 47ccfc54b9 Bugfix in csv import
Better origin computations
Workflow in activities

bzr revid: fp@tinyerp.com-90f4dcf0c6477ec3c0983046d6449d7778eec570
2007-10-18 06:45:27 +00:00
ced 984d036986 Don't load empty line in csv
bzr revid: ced-416800860388b77d6418cee57c1e906d6dc012f3
2007-10-17 13:48:35 +00:00
ced ee3e6600fb Fix read file from a zip module that points to real outside file.
bzr revid: ced-95329ecbf74237e1399443471809240fafa811c2
2007-10-16 06:27:40 +00:00
ced 0955ee2794 Add UpdatableDict for wizard partial picking
bzr revid: ced-3ddd65392ce2656864c58a4ccf04a5fa947ce9b5
2007-10-11 13:56:36 +00:00
ced 6af5fa3d72 smtplib must connect before login
bzr revid: ced-52a38ff0517e65b49a2027b2fa0f3de1c758ca13
2007-10-08 13:19:44 +00:00
ced ddae539d94 Improve payment, invoice, statement
- Use the right reference from invoice on account move lines
- Add a reference type on invoice
- Payment are now multi-currency
- Add wizard to populate statement
- Make thread safe payment wizard
- Add mod10r in utils
- Add colors on statement lines

bzr revid: ced-24b50b0267903bb60e05ed673d6debc7fd755422
2007-10-04 05:59:39 +00:00
ced 09ff179794 Commit each translation line and add close cursor if db creation failed
bzr revid: ced-5bfff263123f152e491840c9dab5a048a4344634
2007-10-04 05:58:43 +00:00
ced 3274395b54 Fix cost & revenue on analytic account
- remove limit 12 -> doesn't work
- remove from one2many because there is no limit
- improve the relate button

bzr revid: ced-70e4f6e7668e9f99f01d2ac21cd343cfcf5fea69
2007-09-20 14:00:18 +00:00
ced 548dd08c59 Process all the csv file in one step
prevent to cut a one2many line

bzr revid: ced-0a86524706e498aa4ce58260df97daf40bba0165
2007-09-20 08:47:44 +00:00
ced 8c11d5598e Fix open zipfile on win32
bzr revid: ced-5995f1cfb813d1bb27b1b7d047a7de60c423b1db
2007-09-06 14:12:38 +00:00
ced f4c8e20ef6 Add exception to exec_pg_command...
bzr revid: ced-de6c319e4e2cf61187887e314784c2263e173975
2007-09-06 14:12:35 +00:00
ced 6bb78d9253 Make multi-wizard definition override the previous by default
bzr revid: ced-6161c1e64aea0bb9f9538a27132c19111cf299f6
2007-09-06 14:12:26 +00:00
ced 3837491231 Improve search for file in PATH
bzr revid: ced-361473b994c158406b24e41f3f82a889a187f988
2007-09-05 14:02:29 +00:00
ced eeaa41e2cc Don't commit in the middle of loading modules
bzr revid: ced-aa64aa32c325a479eaaac0be7a33c6986eedd96e
2007-08-30 14:22:09 +00:00
ced 541570ffcc In import xml, id must be int()
bzr revid: ced-a48bf5d5efbd8f316fe591b1fbf8a163908d8066
2007-08-23 14:07:10 +00:00
ced c4509de453 Improve ir.value for wizard when the xml is set before the wizard
bzr revid: ced-e33901e1b0376bf6316152b30177248e00391113
2007-08-22 05:16:58 +00:00
ced 5695b14a42 Fix logger in translate
bzr revid: ced-70c4b63da8213890592742672c79704052e305ab
2007-08-16 07:48:15 +00:00
ced 46ddb6b7c5 remove print for assert and use logger
bzr revid: ced-5672c74affdbe525a5400554d657505cf444ba31
2007-08-09 13:12:28 +00:00
ced d05f2481cc Merge branch 'assert'
Conflicts:

	server/bin/addons/account/__terp__.py

bzr revid: ced-81132660cb78828bcc06e9d50939915e1909ae06
2007-08-09 13:12:25 +00:00
ced f7ea1ce562 Add minimal new view type calendar
bzr revid: ced-3e20a47bc638b8f772c277f74bfa0a90a830ed81
2007-08-09 06:07:21 +00:00
ced 10eed82dff kernel, base: fix update of groups in menuitem
- only add groups and don't remove previous
- add "-" to remove a specific group

bzr revid: ced-4f80132bae401eb18f3b828178f54b53220f3fc4
2007-08-09 06:06:27 +00:00
ced 39d6fb3c6e kernel: add todo comment
bzr revid: ced-a3757b6fd2deb2e3a101b761ad81a0572fdc5a5a
2007-08-02 14:33:15 +00:00
ced 4def776e2a crm: use Message-Id/References
bzr revid: ced-60ac192abee2498f150a266114383fb39519a04c
2007-08-01 14:04:09 +00:00
ced ce2a7c62b9 crm, tools: don't use X- for header email as it is only for personal use
bzr revid: ced-ffa6dd20f655ab72ec36217dc44a3c855ac4ed7b
2007-08-01 14:04:03 +00:00
ced fcd3861b30 tools: add tinycrm to email_attach
bzr revid: ced-fa776e0a6346f9b3c1703abe40cd94f9aaa797d2
2007-08-01 14:03:58 +00:00
ced 37e830828a crm, tools: improve mailgate
- add X-TinyCRM in the header to prevent modification of the subject

bzr revid: ced-3c5b1ff7e65d341a2841f6f649f29b4ab9b5d054
2007-08-01 14:03:50 +00:00
ced b019eb7990 kernel: fix creation of DB with zipfile
bzr revid: ced-7bd92371116a820fb02288b84b5459db12d2559f
2007-08-01 14:03:31 +00:00
ced 792fc3cf97 base,kernel,base_module_publish: improve publication of module, add repository, etc...
- add repository for module
- improve version number
- add check to remove module
- can not upload module with the same version number
- add version compare from portage (gentoo)
- add release in context of eval
- add active = True to base module
- add wizard to update all installed modules
- add check to not upload module that is not installed
- add posibility to include source
- fix license
- now load zip module in preference

bzr revid: ced-e1b031d238126e8060b0e2cb6f87bb93cca5a343
2007-07-30 13:35:27 +00:00
ced de25bb420a base, base_module_publish, kernel: improve module publication
- allow including source
- fix GPL-2
- module are active=False by default
- add license in module object

bzr revid: ced-46f980c78df4585ba6d69c98af02c50092c33b30
2007-07-30 13:34:59 +00:00
ced d9d0678328 kernel: don't use mutable as default value in function defintion.
bzr revid: ced-824ee7e22dca5a4b4f2d8d5095aa20650f5a2469
2007-07-23 05:16:03 +00:00
ced df93906a9e kernel: remove print and use logger
bzr revid: ced-14412798a4e99f6e4ac267a7f5b85b62ec740562
2007-07-17 08:28:25 +00:00
ced c819aa1b7e kernel: add user/password authentification for sending email
bzr revid: ced-06bf358e04977b27a081152360c1febf50d0c410
2007-07-11 15:10:16 +00:00
ced 4457276111 crm,tools: remove 'Reply-To' header before set an other one
bzr revid: ced-07b56f48c51b2ac2c7ece29bccee3c2ef4894820
2007-07-11 15:10:02 +00:00
ced 37d45e4ffb kernel: change print into logger
bzr revid: ced-d674c12d0594923521709de38d68636aa14e30a0
2007-07-10 15:25:20 +00:00
Fabien Pinckaers 96ca40af99 Base:
Assert record for automated tests (blackbox)
Human Ressources contract management
	Cost of a employee based on his contract if available

bzr revid: fp@tinyerp.com-221eddda98c25a77461c33028d6c673028eebf99
2007-07-06 10:39:36 +00:00
bch 496221cf3d KERNEL : Data loading : id in csv files are now handled like id on xml record.
bzr revid: bch-7e208314be3c1b2c9a88e766964578e338ecf47b
2007-07-05 07:37:05 +00:00
ced c0d04a6b6a kernel: improve check on xml_id
bzr revid: ced-19cafbc2cf94c22894ecabdc5745cb42f0af4099
2007-07-03 14:28:11 +00:00
ced 1b80937f7a kernel: remove print
bzr revid: ced-e39b82af281a68a916a2f6d64f8d17a263c72b20
2007-06-29 06:58:55 +00:00
ced bad47f5b99 kernel: fix update menuitem to use the xml_id
bzr revid: ced-fce409581daeb3add3d5cf1f9975b6b64e805235
2007-06-29 06:58:43 +00:00
ced 5898a33f79 SERVER: add migration scripts
bzr revid: ced-246ec05ac16ab72ed9f17d92a55e464e4e7c8114
2007-06-28 10:41:28 +00:00
Fabien Pinckaers c1941337ff Modifs for allowing to not put report in the right toolbar (multi="1")
bzr revid: fp@tinyerp.com-42fd4b1052091cfe4169652f6e3fa6b5e4d01628
2007-06-25 08:10:39 +00:00
ced 6b2d75997e SERVER: improve categories and fix some language mistake
bzr revid: ced-0e6eacc79c03250f2d5fd8172cb5db6cdd6551e3
2007-06-22 10:18:03 +00:00
ced 7af98003a1 KERNEL, BASE: delete ir_values when deleting ir_model_data
bzr revid: ced-f89f84a60449363abf24c94473c97aee009638eb
2007-06-21 12:24:08 +00:00
ced 655ee8cf3d CLIENT,SERVER: add sum tag on tree view that display sum of the selected lines
bzr revid: ced-29c0dc80cfd619f24d4c96fb8e74708c64a68e8d
2007-06-19 06:25:04 +00:00
ced 10efe308d5 KERNEL: add win32 compile
bzr revid: ced-5040a2a33469b094dd0fa2a7ca9a3e60d3547708
2007-06-11 11:10:47 +00:00
Fabien Pinckaers 19aa5fdc18 Developments for report designer
base_report_designer module allows you to create your own reports
	reports and images are stored in the database

	custom report may override base reports

RML modification
	You can now select to put the image in the RML instead than in a
	separate file

bzr revid: fp@tinyerp.com-0928aef6e14868d3cd6619d9d73031bfc5651ea2
2007-06-07 19:48:41 +00:00
Fabien Pinckaers 7179c830fb Better view for account_analytic_analysis
bzr revid: fp@tinyerp.com-0f142c8988f28d720ab042e2b7f8289bba5a62f3
2007-06-07 08:23:09 +00:00
ced eaeba40955 KERNEL: fix update menu icon
bzr revid: ced-8b10222fc259ec5710404b358e03906a8204e545
2007-05-30 11:23:31 +00:00
ced 867f2fc877 CLIENT,SERVER: switch default act_window to tree,form
bzr revid: ced-d0688044d73f6ed9754497b0497d0f4a1aaf77db
2007-05-25 13:54:46 +00:00
ced 6df1c01919 CLIENT,KERNEL: new tag act_window for new relate implementation
bzr revid: ced-064cf82573e34cdc578f936431e4588c1829891c
2007-05-24 05:26:36 +00:00
ced e93593d197 KERNEL: clean code
bzr revid: ced-125f0dbec1405c29817ed85eb8c439272b1b9a6e
2007-05-18 12:51:24 +00:00
ced ba1d58848c CLIENT, ALL: use the action name for the tabs name in the client
bzr revid: ced-7954983eba23b39560d63d7b07dbaf51a5b1d539
2007-05-15 07:42:18 +00:00
Fabien Pinckaers 175cd4cdd6 .ZIP Module support:
improvement for supporting .zip extension
	wizard for importing .ZIP
	wizard for exportting .ZIP: bugfix and improve

bzr revid: fp@tinyerp.com-a9ffc9ab126a9ae33dc02e212ed6762853d908ed
2007-05-03 19:21:49 +00:00
bch 0095f89aef file_open raise a nice exception when a file is not found
bzr revid: bch-e5b4023e441eb8f655efe16976c94e8580a88284
2007-05-03 13:34:39 +00:00
ced f10f808aa9 KERNEL: add option for max_conn for psycopg connection
bzr revid: ced-970f464819315f9a80765cacbb3821bdacf3aa7a
2007-05-02 10:36:56 +00:00
ced 3c77bc2caa KERNEL: add rollback when exception occurs in tags parsing
bzr revid: ced-a654d9a38bf894895fc5a07183fbf717810fe112
2007-05-02 06:32:12 +00:00
ced 0d096bfd56 CLIENT,KERNEL: add timezone to display datetime
bzr revid: ced-56c288f5372ac542a407ad619940bcf4adfcac4d
2007-04-30 10:16:11 +00:00
ced 6085c0d63d MULTI_COMPANY_ACCOUNT, ACCOUNT, KERNEL, SALE, PURCHASE: add multi-company for accounting with a lot improvement
bzr revid: ced-f64ff379976afb70dac3ba7baaf68eef393645c5
2007-04-23 13:13:47 +00:00
ced 2302e4492c KERNEL,BASE: allow to create zip modules
bzr revid: ced-4e79fd05ccde4df82f91dece060db6fd1b0e46a3
2007-04-21 13:32:18 +00:00
ced a05bd9300e KERNEL/BASE: add tag header for report xml
bzr revid: ced-8d83f844342fb6bc654289e8a1effd5dc4f40167
2007-04-16 13:48:40 +00:00
Fabien Pinckaers 876609722c Modifs
bzr revid: fp@tinyerp.com-71489293633cf375ef37a295703330934fa50396
2007-04-13 07:44:07 +00:00
Fabien Pinckaers eb9a77e470 New tool:
send email with attachment

bzr revid: fp@tinyerp.com-8c6ba455a62e5dd9d20a2064e21a552c54ac57b1
2007-04-13 05:03:14 +00:00
bch 39c54916db bugfix csv import : a wrong variable name was crashing the server
bzr revid: bch-0e246f06a2d8cba7403a1902600c4884c0e8f6c5
2007-04-10 09:06:06 +00:00
bch 8b21a392de Csv import : bugfix of convert_csv_import(): one line was ignored every commit
bzr revid: bch-2c45d9af534656d68b690e7185f4bcd981268928
2007-04-05 14:02:28 +00:00
bch 20af94011f CSV import now commit to the database every 500 line (useful for very big csv files).
bzr revid: bch-e42fca2f2568d2971020c890825016fd9f21a4f8
2007-04-05 13:31:59 +00:00
ced 80f0a50e03 KERNEL: fix print workflow on win32
bzr revid: ced-281965613dcbae881fe25f41fcd5dc0f783e7fa7
2007-03-15 12:26:40 +00:00
ced de4539d73c TOOLS: remove print
bzr revid: ced-ced9690f693b0aa2151886b12bf288d7656822f8
2007-03-12 12:40:37 +00:00
ced 071fd71878 KERNEL: allow directory for import csv
bzr revid: ced-f4c6b454af6e330b5750d309649d77787de26e43
2007-02-22 08:46:46 +00:00
ced 840953821b CLIENT-SERVER: improve netrpc
bzr revid: ced-228717f183c1bf3b42dbe1e9df452bde0fb3645c
2007-02-03 22:58:57 +00:00
ced 074a24259b TOOLS: add ref to function tag
bzr revid: ced-6210c6292618f986d515e59e501919668ec7d624
2007-01-16 08:36:36 +00:00
ced 521d64794f BASE: fix import the same lang
bzr revid: ced-5f85dc28c4c3abf998841988f9681606118f0ba2
2007-01-09 14:45:24 +00:00
ced 58ee4af23c Add price accuracy
bzr revid: ced-5e19af1aec575f157b5636902b54eb7efcb1e67d
2006-12-28 09:44:56 +00:00
pinky a443ec7892 Removed debug statement
bzr revid: pinky-481e718c622b297b2c979d671fd721e1f01ac07c
2006-12-27 14:59:34 +00:00
pinky 8a886b6dd0 Fixed typo: ZIP -> Zip code
New window for graph chart menu

bzr revid: pinky-e5cc29be4c733ac04830782638aa67ed8047bcfa
2006-12-27 14:59:09 +00:00
ced e6eefb68a6 TOOLS: Fix export translate for wizard
bzr revid: ced-5336c9fc55f97d6c98ecb1950b04667a1193f2e6
2006-12-19 07:31:34 +00:00
pinky 3a304ded46 Improvement of the L10n_fr account_chart
Dashboards
Type in PO orders

bzr revid: pinky-9124d3c49592054b4a976c58700cbfc762244dab
2006-12-14 14:35:24 +00:00