Commit Graph

47 Commits

Author SHA1 Message Date
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
Richard Mathot b283f8d5b1 [FIX] base_gengo: use supported/up-to-date library 2014-05-22 12:13:34 +02:00
Fabien Pinckaers 6afe3b6447 [IMP] grouping jobs together
bzr revid: fp@tinyerp.com-20140409215927-gfu3v8dnrgeqnvvd
2014-04-09 23:59:27 +02:00
Fabien Pinckaers d5599de606 [IMP] Gengo Fixes
bzr revid: fp@tinyerp.com-20140409214509-0ww46dnt3np66ncx
2014-04-09 23:45:09 +02:00
Quentin (OpenERP) 4eec536d15 [FIX] base_gengo: don't skipp terms in gengo communication because of their state may have changed in the meanwhile (so using offset+limit in a serach at each loop is not a good idea)
bzr revid: qdp-launchpad@openerp.com-20140407174621-m9cv56gonoga4zh0
2014-04-07 19:46:21 +02:00
Quentin (OpenERP) 9c1debf7d9 [FIX] base_gengo: don't wait another cron job execution to ask translation for the next n words
bzr revid: qdp-launchpad@openerp.com-20140403151746-znoheqb8scjmudct
2014-04-03 17:17:46 +02:00
Parth Gajjar (Open ERP) b3c55f498f [IMP] added callback for gengo jobs,
- if any changes like acception of job,approval of job, comment by translator etc gengo will post that job to given callback url
- On otherside added a controller for '/website/gengo_callback' for handling callback.
so any chages on job will instantly reflected to openerp

bzr revid: pga@tinyerp.com-20140331121932-3u2usycyftdrqcrw
2014-03-31 17:49:32 +05:30
Parth Gajjar (Open ERP) 1ccbc213e7 [IMP] limit option in gengo manual request instead of20 reqests every time, post jobs on gengo at the time of website post without compromise speed
bzr revid: pga@tinyerp.com-20140328113715-5y14vtgcfnojk7bs
2014-03-28 17:07:15 +05:30
Parth Gajjar (Open ERP) 744b4bb2b6 [IMP] opened dialog if api key not set, final total in dropdown, improved requests in base_gengo
bzr revid: pga@tinyerp.com-20140325141308-5h2rtlbm2ctytbt1
2014-03-25 19:43:08 +05:30
Fabien Pinckaers 2971b56c14 [IMP] removed unused code
bzr revid: fp@tinyerp.com-20140324214917-g5lsl3rwyxplkj7v
2014-03-24 22:49:17 +01:00
Parth Gajjar (Open ERP) 69e6a7a808 [IMP] send source url in gengo comment, and save page on gengo post
bzr revid: pga@tinyerp.com-20140324111253-xts034vw3rjjl1cb
2014-03-24 16:42:53 +05:30
Parth Gajjar (Open ERP) bf0d35dbdd [IMP] merged gengo translator with main translator, removed 'Restart Job' from wizard,removed constraint from base_gengo
bzr revid: pga@tinyerp.com-20140324103631-j4cswrlk5huuibt5
2014-03-24 16:06:31 +05:30
Parth Gajjar (Open ERP) 2cf5e1a490 [IMP] removed constraints if term created by website(Speed improved)
bzr revid: pga@tinyerp.com-20140321133829-p2eon73py0ny3aja
2014-03-21 19:08:29 +05:30
Parth Gajjar (Open ERP) bc0a7cbc0c [IMP] added sync option in base_gengo wizard,do not show option in website_gengo
bzr revid: pga@tinyerp.com-20140321071438-kip2lkzlzvm0et7n
2014-03-21 12:44:38 +05:30
Parth Gajjar (Open ERP) b7a68828ed [IMP] improved statistics, added sendbox options for testing, improved UI
bzr revid: pga@tinyerp.com-20140320071028-adyh8d89o7dij81o
2014-03-20 12:40:28 +05:30
Parth Gajjar (Open ERP) c49befd59f [ADD] added website_gengo module
bzr revid: pga@tinyerp.com-20140318133036-j1hcrz7bybolw44u
2014-03-18 19:00:36 +05:30
Olivier Dony b9525453a9 [FIX] base_gengo: remove sandbox flag, improve inconsistent labels on gengo wizard, cleanup, better error reporting
bzr revid: odo@openerp.com-20121116135021-jxz6u76wqyersykl
2012-11-16 14:50:21 +01:00
Jigar Amin - OpenERP ea60ca1e27 [FIX] Usability Fix, missing import and added the resquest process call
bzr revid: jam@tinyerp.com-20120831100143-rgx1ntdkzqcngov9
2012-08-31 15:31:43 +05:30
Quentin (OpenERP) 0491bffbe3 [IMP] base_gengo: removal of restart_fetch_job field in wizard (not useful)
bzr revid: qdp-launchpad@openerp.com-20120831091851-wq4wxw3h5mbc6wjw
2012-08-31 11:18:51 +02:00
Quentin (OpenERP) 53049c846f [IMP] base_gengo: commit finishing what did the previous one: removal of unused files and fields, fixing the cron job data, ...
bzr revid: qdp-launchpad@openerp.com-20120830162316-vglsn7lfuxr04772
2012-08-30 18:23:16 +02:00
Quentin (OpenERP) 1c3f30a081 [IMP] base_gengo: lots of changes made during the code review. Among
* database scheme simplification
* merge of boolean on ir.translation and selection fields on res.company to select the tier (level service of gengo), which is now located on ir.translation
* move of all the new features in a new wizard
* removal of wizard to display the results

bzr revid: qdp-launchpad@openerp.com-20120830161429-h7rti6hbnrk8mozg
2012-08-30 18:14:29 +02:00
Quentin (OpenERP) f1febea2a3 [FIX] base_gengo: syntax error fixed
bzr revid: qdp-launchpad@openerp.com-20120829101003-3t7zpydsg6lk3ap1
2012-08-29 12:10:03 +02:00
Quentin (OpenERP) 55cc723fc1 [FIX] base_gengo: syntax error fixed
bzr revid: qdp-launchpad@openerp.com-20120829095137-hy91xbg1gicwzid2
2012-08-29 11:51:37 +02:00
Quentin (OpenERP) db08eb4d0a [REF] base_gengo: misc code improvements made during code review
bzr revid: qdp-launchpad@openerp.com-20120829095022-i3fsdc0nvok78q25
2012-08-29 11:50:22 +02:00
Quentin (OpenERP) eb5b3f5733 [REF] base_gengo: misc code improvements made during code review
bzr revid: qdp-launchpad@openerp.com-20120829082647-rzl1btht2xc05ee4
2012-08-29 10:26:47 +02:00
Jigar Amin - OpenERP 9c0ee11cbb [FIX/IMP] Impoved the code and updated the usabality
bzr revid: jam@tinyerp.com-20120828113755-eaazn33wrdrw17xb
2012-08-28 17:07:55 +05:30
Jigar Amin - OpenERP 13bcfc30e0 [IMP] Added limit flaxibility via schedular service to raise request response limit portable
bzr revid: jam@tinyerp.com-20120828110426-w10cikelphjuijg9
2012-08-28 16:34:26 +05:30
Jigar Amin - OpenERP 26406e3b0d [REN] Renamed the state field access key names
bzr revid: jam@tinyerp.com-20120828102046-rcedv72s3u1mtl7i
2012-08-28 15:50:46 +05:30
Jigar Amin - OpenERP 5022cdd8c7 [FIX] Impoeved the message
bzr revid: jam@tinyerp.com-20120828101816-hh5qgj5x1gu1oooc
2012-08-28 15:48:16 +05:30
Jigar Amin - OpenERP bff531c9a6 merge lp:~openerp-dev/openobject-addons/trunk-base-gengo-mapping-aja
bzr revid: jam@tinyerp.com-20120828094722-u930qomnongqec3d
2012-08-28 15:17:22 +05:30
ajay javiya (OpenERP) b8f2de2f97 [IMP]:clean code in gengo_update_translation
bzr revid: aja@tinyerp.com-20120828084036-9kxv2axis35vb8sv
2012-08-28 14:10:36 +05:30
Jigar Amin - OpenERP 8d7c075bc7 merge lp:~openerp-dev/openobject-addons/trunk-base-gengo-mapping-aja
bzr revid: jam@tinyerp.com-20120827134356-c1ggqnt8bp0b4js3
2012-08-27 19:13:56 +05:30
ajay javiya (OpenERP) 72a2c0f0ab [IMP]: Improve lang_code_mapping
bzr revid: aja@tinyerp.com-20120827133759-resjxxg7w772ntj7
2012-08-27 19:07:59 +05:30
Jigar Amin - OpenERP 19027fc645 merge lp:~openerp-dev/openobject-addons/trunk-base-gengo-comment-aja
bzr revid: jam@tinyerp.com-20120827111630-74m95m5k3cshc0gv
2012-08-27 16:46:30 +05:30
Jigar Amin - OpenERP cd52658a64 [FIX] removed the view type field
bzr revid: jam@tinyerp.com-20120827110640-cjtmztups89c8exs
2012-08-27 16:36:40 +05:30
ajay javiya (OpenERP) e112222207 [ADD]base_gengo:Get comment from gengo and add to openerp
bzr revid: aja@tinyerp.com-20120827105413-usu1a5wqxjx8j71s
2012-08-27 16:24:13 +05:30
Jigar Amin - OpenERP d1595a0635 [FIX]_ error fixed
bzr revid: jam@tinyerp.com-20120827094137-vw9ztsn1vv31egy4
2012-08-27 15:11:37 +05:30
Jigar Amin - OpenERP 0072333206 [FIX]Import error fixed
bzr revid: jam@tinyerp.com-20120827094027-jgmwf8wrb76epj8q
2012-08-27 15:10:27 +05:30
Jigar Amin - OpenERP 6ad7a5a4b0 [FIX/USA] Usabality Impovments ans Import error fixed
bzr revid: jam@tinyerp.com-20120827072743-v022e5obnd06csoy
2012-08-27 12:57:43 +05:30
ajay javiya (OpenERP) ac0566a856 [FIX] base_gengo: remove warning
bzr revid: aja@tinyerp.com-20120827065218-3ztowz1icyc6jv82
2012-08-27 12:22:18 +05:30
Jigar Amin - OpenERP a1d8ce709f [ADD] Added new wrapper file and security dir
bzr revid: jam@tinyerp.com-20120824133115-70143pldvvmk2v8y
2012-08-24 19:01:15 +05:30
Jigar Amin - OpenERP 3dc6472ac8 merge lp:~openerp-dev/openobject-addons/trunk-base-gengo-resource-aja
bzr revid: jam@tinyerp.com-20120824132942-f0hg8rbkh2752wgr
2012-08-24 18:59:42 +05:30
ajay javiya (OpenERP) fedd324e6d [IMP]: Improve send and receive queue
bzr revid: aja@tinyerp.com-20120824132125-a74lw82hm77al1zh
2012-08-24 18:51:25 +05:30
ajay javiya (OpenERP) bc0b3c6cc5 [IMP]: improve in base_gengo sync and add schedular for response and request of terms
bzr revid: aja@tinyerp.com-20120823134257-37tzof2yiwfnsr1e
2012-08-23 19:12:57 +05:30
ajay javiya (OpenERP) b3079507cd [IMP]: Improve in gengo_update_translation method
bzr revid: aja@tinyerp.com-20120817062730-r3mfsyinj3acdxqn
2012-08-17 11:57:30 +05:30
ajay javiya (OpenERP) 7187ef8bb4 [IMP]: Improve in base_gengo as per pylint standard
bzr revid: aja@tinyerp.com-20120806102517-tretlbhm2ydwetxi
2012-08-06 15:55:17 +05:30
ajay javiya (OpenERP) e4a2ac99a7 [IMP]:Improve translation synchronization
bzr revid: aja@tinyerp.com-20120806074035-11pi9wal2psnvl6w
2012-08-06 13:10:35 +05:30