Commit Graph

8005 Commits

Author SHA1 Message Date
Christophe Simonis 054cc4aa1f [IMP] osv: log (in debug) access errors
[IMP] web_service: remove log (debug) when creating database

bzr revid: chs@tinyerp.com-20100204172610-hm6ofa8cf2letwlj
2010-02-04 18:26:10 +01:00
Christophe Simonis 6d599c6cca [FIX] allow to create menu executing ir.actions.server
[IMP] pyflackes

bzr revid: chs@tinyerp.com-20100204172436-icchmn39spmew41g
2010-02-04 18:24:36 +01:00
Jay (Open ERP) e81c40c7e7 [FIX] default_FIELD from context should not overwrite modified FIELD value while creating record
lp bug: https://launchpad.net/bugs/516964 fixed

bzr revid: jvo@tinyerp.com-20100204121656-pzh1opx6kbrywscg
2010-02-04 17:46:56 +05:30
olt@tinyerp.com 17bf6ec27f [FIX] product: pricelist: ondelete cascade to avoid errors when deleting pricelists and versions ('null value in column "price_version_id" violates not-null constraint')
bzr revid: olt@tinyerp.com-20100203154408-m07zqo1b9cld4d91
2010-02-03 16:44:08 +01:00
olt@tinyerp.com 4b2f7e63f5 [FIX] sale_delivery_report: production lot reference was missing
bzr revid: olt@tinyerp.com-20100202101921-t40knqdelma73iye
2010-02-02 11:19:21 +01:00
Jay (Open ERP) 388a073a8f [REF/FIX] Account : Importing invoice for Bank statement corrected
lp bug: https://launchpad.net/bugs/517018 fixed

bzr revid: jvo@tinyerp.com-20100204115836-62scrc1l4fuxgu6e
2010-02-04 17:28:36 +05:30
GPA(OpenERP) dcce6d645d [FIX] Account : Bank statements should not be altered/removed when state is confirmed
lp bug: https://launchpad.net/bugs/516746 fixed

bzr revid: jvo@tinyerp.com-20100204114704-gu2q297pf6z9w6qc
2010-02-04 17:17:04 +05:30
KSH(Axelor) 64fb43920c [FIX] Graph : report corrected
lp bug: https://launchpad.net/bugs/516044 fixed

bzr revid: jvo@tinyerp.com-20100204072519-7r6yu5g3r8qxlhm4
2010-02-04 12:55:19 +05:30
olt@tinyerp.com b67c517497 [FIX] product: pricelist: ondelete cascade to avoid errors when deleting pricelists and versions ('null value in column "price_version_id" violates not-null constraint')
bzr revid: olt@tinyerp.com-20100204071240-gvxzu0hu1utz7jgy
2010-02-04 08:12:40 +01:00
Christophe Simonis 3ff98ce1d9 [FIX] avoid sql injection in sequences
lp bug: https://launchpad.net/bugs/512682 fixed

bzr revid: chs@tinyerp.com-20100203183255-21lh44tfloc01wqw
2010-02-03 19:32:55 +01:00
Christophe Simonis 3d76b8d411 [FIX] avoid sql injection in sequences
lp bug: https://launchpad.net/bugs/512682 fixed

bzr revid: chs@tinyerp.com-20100203183110-bgqjoxtjjkvhhwq4
2010-02-03 19:31:10 +01:00
GPA(OpenERP) 4fbdd7b65e [FIX] Services product included on BOM now creates a task on Project
lp bug: https://launchpad.net/bugs/494245 fixed

bzr revid: jvo@tinyerp.com-20100203151000-necggy6sjs967d0z
2010-02-03 20:40:00 +05:30
Jay (Open ERP) 9d3a538658 [FIX] Allowed SQL reserved keywords to be used in _order,group by ,etc.[Make sure , your _order should look like _order='to' instead of to]
lp bug: https://launchpad.net/bugs/407667 fixed

bzr revid: jvo@tinyerp.com-20100203143642-l72g9tpo538mbpx6
2010-02-03 20:06:42 +05:30
olt@tinyerp.com 7f1589769b [FIX] sale: onchange on partner_id now set the partner's dedicated salesman as the sale salesman
bzr revid: olt@tinyerp.com-20100203114314-p48a6joztsu86r3y
2010-02-03 12:43:14 +01:00
Jay (Open ERP) 636a14b993 [FIX] Wizard should raise exception to user when writte inside 'choice' type
lp bug: https://launchpad.net/bugs/516469 fixed

bzr revid: jvo@tinyerp.com-20100203113823-03l80sd5bbf1pa6x
2010-02-03 17:08:23 +05:30
SBH(OpenERP) c4851f039c [FIX] Base_report_designer : Latin-1 encoding replaced by utf-8
lp bug: https://launchpad.net/bugs/516143 fixed

bzr revid: jvo@tinyerp.com-20100203061738-96k32cbzej09feth
2010-02-03 11:47:38 +05:30
GPA(OpenERP) 6242ee9588 [FIX] POS : for Invoice created from POS,Consistency should be maintained as SO.
lp bug: https://launchpad.net/bugs/516361 fixed

bzr revid: jvo@tinyerp.com-20100203054712-ki6z2p6ozaipx58s
2010-02-03 11:17:12 +05:30
Olivier Dony 2ac35cfca3 [FIX] Properly cancel a draft purchase.order when unlinking it, so correct workflow signals can be propagated to parent workflows if there are any.
Note: in trunk a different mechanism should be added to automatically propagate e.g. a subflow.delete signal whenever a record with a parent workflow is unlinked. This would allow adding an explicit transition from the subflow node in the parent flow for these kind of cases.

lp bug: https://launchpad.net/bugs/507694 fixed

bzr revid: odo@openerp.com-20100202213752-lffj73sbobyw6ygk
2010-02-02 22:37:52 +01:00
Christophe Simonis fff40de35d [FIX] orm: bug when browsing _inherits object
bzr revid: chs@tinyerp.com-20100202164013-7o85hcmmhqcg5fvz
2010-02-02 17:40:13 +01:00
Jay (Open ERP) 9148fc2662 [FIX] Search made working for function/related fields with store=True/{...} or fnct_search=method
bzr revid: jvo@tinyerp.com-20100202150454-x9kne83yzkjciidw
2010-02-02 20:34:54 +05:30
olt@tinyerp.com 5ac0fe688a [FIX] sale_delivery_report: production lot reference was missing
bzr revid: olt@tinyerp.com-20100202102212-4fp3l3tr3mo5s5ka
2010-02-02 11:22:12 +01:00
GPA(OpenERP) 0c14c9360c [FIX] Sale : Order lines should be not editable for non-draft SO.
lp bug: https://launchpad.net/bugs/513983 fixed

bzr revid: jvo@tinyerp.com-20100202094523-2a6l3i4o2q9147bt
2010-02-02 15:15:23 +05:30
Jay (Open ERP) 0ca22830f1 [REM] Account : Duplicated demo data removed
lp bug: https://launchpad.net/bugs/515590 fixed

bzr revid: jvo@tinyerp.com-20100202073702-x10zs4igvwbhkkjz
2010-02-02 13:07:02 +05:30
Jay (Open ERP) 9cdc40a633 [FIX] Ir_values : reading of default values correted
lp bug: https://launchpad.net/bugs/447819 fixed

bzr revid: jvo@tinyerp.com-20100202072252-p35d0mpagxm7n4qj
2010-02-02 12:52:52 +05:30
olt@tinyerp.com 3c484bca12 [FIX] sale_delivery_report: typo in french translation file
bzr revid: olt@tinyerp.com-20100201124558-dt9204wz55om09uc
2010-02-01 13:45:58 +01:00
Jay (Open ERP) abc44a50cb [FIX] Custom fields should be removed from _columns too
lp bug: https://launchpad.net/bugs/490125 fixed

bzr revid: jvo@tinyerp.com-20100201114605-6klss5f5bqw5yb6o
2010-02-01 17:16:05 +05:30
Jay (Open ERP) ee78cb215e [MERGE/FIX] Merged Stephane's branch for disabling the cache for ir.rule
lp bug: https://launchpad.net/bugs/372747 fixed

bzr revid: jvo@tinyerp.com-20100201091318-iq4x22fgp8ac96er
2010-02-01 14:43:18 +05:30
Jay (Open ERP) 6ce9dec013 [FIX] Analytic_user_function : Corrected the Wrong way call to the method of product.uom
bzr revid: jvo@tinyerp.com-20100201084736-kj4if8506grjy8gz
2010-02-01 14:17:36 +05:30
olt@tinyerp.com b1643c7af6 [FIX] base_contact: search in "Contact's Jobs" now also search in firstname and lastname of contacts
bzr revid: olt@tinyerp.com-20100201075852-eomf4z7an0rno10r
2010-02-01 08:58:52 +01:00
Jay (Open ERP) e5be0142c4 [FIX] Account : wizard_pay_invoice corrected (Check made to calculate only receivable,payable lines)
lp bug: https://launchpad.net/bugs/496889 fixed

bzr revid: jvo@tinyerp.com-20100129142743-gkslge17jcfmewar
2010-01-29 19:57:43 +05:30
Jay (Open ERP) 5a3cca40c9 [FIX] M2O : Unfair behavior of M2O for access denial records and normal ones(All records were hidden by access denied if one had failed to meet access rights).
lp bug: https://launchpad.net/bugs/514231 fixed

bzr revid: jvo@tinyerp.com-20100129113035-8zpefjjaj8snhndd
2010-01-29 17:00:35 +05:30
YYA(Axelor) ee33d85b03 [FIX] Base_report_creator : ilike query generation problem corrected
bzr revid: jvo@tinyerp.com-20100129101314-6nakxk4khllg5ff7
2010-01-29 15:43:14 +05:30
Stephane Wirtel 9633423bcc [FIX] Disable the cache for the ir.rules
lp bug: https://launchpad.net/bugs/372747 fixed

bzr revid: stephane@openerp.com-20100129093846-b1hbz5as9p4olvv4
2010-01-29 10:38:46 +01:00
CHS,JVO 877cf0e755 [FIX] Behavior of server corrected if addons-path is wrong
lp bug: https://launchpad.net/bugs/373176 fixed

bzr revid: jvo@tinyerp.com-20100128053018-vn583kr39usmuzfa
2010-01-28 11:00:18 +05:30
CHS,JVO 9eaac50897 [FIX] Behavior of server corrected if addons-path is wrong
lp bug: https://launchpad.net/bugs/373176 fixed

bzr revid: jvo@tinyerp.com-20100128051135-bpbbww23dcmpjd9g
2010-01-28 10:41:35 +05:30
Jay (Open ERP) a223624606 [REF] Minor edit
bzr revid: jvo@tinyerp.com-20100127144910-l7boiga2m3zvk1ke
2010-01-27 20:19:10 +05:30
Jay (Open ERP) 03c74daf84 [FIX] Ir_actions : Unicode error corrected
lp bug: https://launchpad.net/bugs/493548 fixed

bzr revid: jvo@tinyerp.com-20100127144227-v8ktghs92y5j37by
2010-01-27 20:12:27 +05:30
GPA(OpenERP) 656b1dd1be [FIX] Product :Uom conversion was made 2 times
lp bug: https://launchpad.net/bugs/513230 fixed

bzr revid: jvo@tinyerp.com-20100127143101-02ef025l4mv8nr85
2010-01-27 20:01:01 +05:30
Jay (Open ERP) 00064d587f [REF] Typo corrected
lp bug: https://launchpad.net/bugs/513240 fixed

bzr revid: jvo@tinyerp.com-20100127140803-40961occk7uudyl6
2010-01-27 19:38:03 +05:30
Mantavya Gajjar 92f7e6c7be [MERGE]: merging from same branch
bzr revid: mga@tinyerp.com-20100127105456-26bmwhp65e92x7a8
2010-01-27 16:24:56 +05:30
Mantavya Gajjar 08e60b16bf [FIX]: fix a prolem for the wiki content for the indexing
bzr revid: mga@tinyerp.com-20100127103906-smwyml2b64vb2fih
2010-01-27 16:09:06 +05:30
mra (Open ERP) 4678c890a6 [FIX] account: At the time of invoice cancel it will remove partial reconcile id from entry
bzr revid: mra@tinyerp.com-20100127064035-oy6ygr97qeish73k
2010-01-27 12:10:35 +05:30
Jay (Open ERP) cab8f8f0fb [FIX] Related with O2M behavior corrected
lp bug: https://launchpad.net/bugs/413121 fixed

bzr revid: jvo@tinyerp.com-20100125123453-ahsnyt52zy8du9oc
2010-01-25 18:04:53 +05:30
Borja Lopez Soilan (Pexego) 470f5bf125 [FIX] Remove the useless cr.commit() in the get_id() method of the ir.sequence object
lp bug: https://launchpad.net/bugs/462285 fixed

bzr revid: stephane@openerp.com-20100125094123-kg19t7rebg1am1fr
2010-01-25 10:41:23 +01:00
Jay (Open ERP) db12e88f2b [FIX] Account: Bank statement line,if has write-off entries,should pass write off account to move line
bzr revid: jvo@tinyerp.com-20100125085256-jqxoqe1xlg8amx02
2010-01-25 14:22:56 +05:30
qdp (OpenERP) 1fa671cd45 [IMP] event_project: change the string on event object all task to remaining task and put the domain on retro planning wizard(open only projects with state=template)
bzr revid: mra@tinyerp.com-20100125050256-koxn20my54u7bnpd
2010-01-25 10:32:56 +05:30
Jay (Open ERP) 20a4f9aa66 [FIX] Import should raise an uncaught exception if not identified
lp bug: https://launchpad.net/bugs/510600 fixed

bzr revid: jvo@tinyerp.com-20100122143908-7qxkxrmc5gcuwlq3
2010-01-22 20:09:08 +05:30
Jay (Open ERP) 6ba1955ac1 [REF/FIX] Account : Minor corrections related to _unit_compute_inv()
lp bug: https://launchpad.net/bugs/511198 fixed

bzr revid: jvo@tinyerp.com-20100122141746-efo23pejj51a4nw5
2010-01-22 19:47:46 +05:30
Jay (Open ERP) 2167877520 [FIX] _inherits table may delete the record which is parental to other object but not required.
bzr revid: jvo@tinyerp.com-20100122132035-yzquxa1g123im9jq
2010-01-22 18:50:35 +05:30
Jay (Open ERP) f14e638fa6 [FIX] Account : Onchange of product should affect price on supplier invoice line
lp bug: https://launchpad.net/bugs/510692 fixed

bzr revid: jvo@tinyerp.com-20100122120930-ppgd22tfug34nav3
2010-01-22 17:39:30 +05:30