Commit Graph

46 Commits

Author SHA1 Message Date
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
Vo Minh Thu 84223a5202 [FIX] base_gengo: fixed RST warnings in module description.
bzr revid: vmt@openerp.com-20121031143114-u3t3611jln9pftlx
2012-10-31 15:31:14 +01:00
Quentin (OpenERP) d52e254834 [MERGE] merged the branch with base_gengo module (+ a small fix in google_docs, found by luck)
bzr revid: qdp-launchpad@openerp.com-20120831125416-3ab6uytiiu1ca366
2012-08-31 14:54:16 +02:00
Jigar Amin - OpenERP decd215edc [FIX] _check_lang_support constrain
bzr revid: jam@tinyerp.com-20120831114106-tjnrcwj4nslaamxz
2012-08-31 17:11:06 +05:30
Jigar Amin - OpenERP 422e3f1fbc [FIX] Set cron job to the false by default and module decrpation to use it.
bzr revid: jam@tinyerp.com-20120831105540-hnt2zbx8fz8i6i01
2012-08-31 16:25:40 +05:30
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) 61a1ab4095 [FIX] base_gengo: typo
bzr revid: qdp-launchpad@openerp.com-20120831095312-pbi55dof1zrxzdsf
2012-08-31 11:53:12 +02:00
Quentin (OpenERP) 7c540602f5 [FIX] base_gengo: added missing import statement
bzr revid: qdp-launchpad@openerp.com-20120831095048-0yn1vgataftgadhx
2012-08-31 11:50:48 +02:00
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) 48b6fc09b3 [FIX] base_gengo: removed required=True on gengo_translation field as the way to create translation is a bit unusual (created in a temporary table for mass import then using SQL queries to update the right table), it would be tricky to inherit at the right spot to apply the default value
bzr revid: qdp-launchpad@openerp.com-20120831090249-v0meyp1luf29eddn
2012-08-31 11:02:49 +02:00
Jigar Amin - OpenERP 7d96e13e23 [FIX] Removed Unused File reference from __openerp__ and unneccesasry tier check on Do nto translate
bzr revid: jam@tinyerp.com-20120831064541-1fd5h47xh8p7pb81
2012-08-31 12:15:41 +05:30
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 3e682f4ef6 [FIX] Imrpoved the tooltiop and renmed conflicts label
bzr revid: jam@tinyerp.com-20120828104335-e9p9xoxu4rfg6dqf
2012-08-28 16:13:35 +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
ajay javiya (OpenERP) 70e73559d2 [IMP]: change license in base_gengo module
bzr revid: aja@tinyerp.com-20120716130651-qk7z3c1uaypjr9z4
2012-07-16 18:36:51 +05:30
ajay javiya (OpenERP) be6cb0c3ca [IMP]: Improve in base_gengo module
bzr revid: aja@tinyerp.com-20120716124135-k2gyo052r460c3fv
2012-07-16 18:11:35 +05:30
Twinkle Christian (OpenERP) 99f81a5d97 [IMP]Adding .py files in base_gengo module
bzr revid: tch@tinyerp.com-20120713130803-slnbqdvlc9ypf14a
2012-07-13 18:38:03 +05:30
Twinkle Christian (OpenERP) 07f5aaf242 [IMP]Adding .py files in base_gengo module
bzr revid: tch@tinyerp.com-20120713121935-8akpxoebe6i9j1ja
2012-07-13 17:49:35 +05:30
Twinkle Christian (OpenERP) 9eda964e6e [IMP]Adding .py files in base_gengo module
bzr revid: tch@tinyerp.com-20120713121129-bw973p0ruwlvfm60
2012-07-13 17:41:29 +05:30
Jigar Amin - OpenERP 65e6027d63 [ADD] module base gengo
bzr revid: jam@tinyerp.com-20120711053016-7i20l7l94f56sn9t
2012-07-11 11:00:16 +05:30