Commit Graph

56 Commits

Author SHA1 Message Date
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 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
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
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 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 ed7af4de69 the binary size is human readable
bzr revid: christophe@tinyerp.com-20080902100928-nv9i9e1guq2qpeh2
2008-09-02 12:09:28 +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
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
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 Simonis 58996f2c51 merge
bzr revid: christophe@tinyerp.com-20080805110138-ni5s4jule8abrf9x
2008-08-05 13:01:38 +02:00
Christophe Simonis 40a8a423b7 move domain parsing into expression class
bzr revid: christophe@tinyerp.com-20080804153250-9crz6sq4hf3rm81n
2008-08-04 17:32:50 +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
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
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 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
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
Christophe Simonis fce14013d2 bug fix in mail sending
bzr revid: chs@tinyerp.com-892d3a57d27c905952d8b0a4cca0ae2b6027a9a9
2008-06-03 11:14:02 +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 c378996c51 Fix relative path in report and module xml
bzr revid: ced-96fb1d71e2b7282f46324766dd733aa1181e9e00
2007-10-26 10:06:20 +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 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 3837491231 Improve search for file in PATH
bzr revid: ced-361473b994c158406b24e41f3f82a889a187f988
2007-09-05 14:02:29 +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 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 1b80937f7a kernel: remove print
bzr revid: ced-e39b82af281a68a916a2f6d64f8d17a263c72b20
2007-06-29 06:58:55 +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 e93593d197 KERNEL: clean code
bzr revid: ced-125f0dbec1405c29817ed85eb8c439272b1b9a6e
2007-05-18 12:51:24 +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 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