Commit Graph

60079 Commits

Author SHA1 Message Date
Antony Lesuisse bc3cf0b74f rm files, move postload hook
bzr revid: al@openerp.com-20121006171053-qggp1r5263h7v7vd
2012-10-06 19:10:53 +02:00
Antony Lesuisse 55bcd978af [MERGE] callback2deferred session.rpc
bzr revid: al@openerp.com-20121006163238-7ni5r324c0yqi5a0
2012-10-06 18:32:38 +02:00
Antony Lesuisse ef56fc10d0 [MERGE] callback2deferred dataset.call
bzr revid: al@openerp.com-20121006162030-s5moj83dzegxlron
2012-10-06 18:20:30 +02:00
Frédéric van der Essen 6b361ee04c [MERGE] css fixes
bzr revid: fva@openerp.com-20121005152648-34x69lrsk7mbi068
2012-10-05 17:26:48 +02:00
Frédéric van der Essen 8fc09c1c78 [MERGE] from trunk
bzr revid: fva@openerp.com-20121005144933-zvtkq24i1188rsny
2012-10-05 16:49:33 +02:00
Quentin (OpenERP) 46c83756da [FIX] analytic: fix crash when trying to set currency_id to False in an analytic account
bzr revid: qdp-launchpad@openerp.com-20121005143606-1evrpd8g3drg0v8m
2012-10-05 16:36:06 +02:00
Frédéric van der Essen a280aa6d81 [FIX] removed blue background for readonly fields, fixed css errors as reported by firefox
bzr revid: fva@openerp.com-20121005140831-ssp03115gu7zy1ge
2012-10-05 16:08:31 +02:00
niv-openerp 050f8daa8c [FIX] problem with calculation of modifiers
bzr revid: nicolas.vanhoren@openerp.com-20121005135528-ridisb8ybcng1szi
2012-10-05 15:55:28 +02:00
Quentin (OpenERP) 168a29fdb9 [MERGE] merged the branch that is linked to the fix of yaml_import.py.
* fixed numerous yaml tests or onchange() that are not compatible with the new constraint: a field must be in the view if a onchange returns a value for it
 * fixed numerous yaml tests because the more realistic way we create records now spotted problems in them
 * sale and sale_stock: fixed onchange function
 * sale, sale_stock: added some tests to verify the onchange is triggered
 * account_voucher: fixed generation of journal entry for writeoff in secondary currency
 * account_voucher: fixed the yaml test that should have spotted above problem but which was eroneous too
 * event: replaced wrong reference to base.extended by base.group_no_one
 * mrp: improved stock move naming

bzr revid: qdp-launchpad@openerp.com-20121005132222-t58904z7qw6ztbvf
2012-10-05 15:22:22 +02:00
Quentin (OpenERP) 47275f238d [MERGE] improvements/fixes of yaml_import for a more realistic creation of record (as if it was done by a form view)
* Upon creation of records in yaml, the view to use for the one2many fields should be the one define in-line in the record form view (if any)
 * Now raises an error if an onchange call returns a field that is not in the view (because computing something that is of no use is probably not expected: the onchange OR the view should be fixed/improved)
 * Improve performances by reducing the number of fields_view_get()  and fields_get() call
 * code refactoring

bzr revid: qdp-launchpad@openerp.com-20121005130226-0etkh88cq2puukrf
2012-10-05 15:02:26 +02:00
Quentin (OpenERP) 6046f9f226 [REF] yaml_import: comments refactoring
bzr revid: qdp-launchpad@openerp.com-20121005120653-jyq8352trvki24uc
2012-10-05 14:06:53 +02:00
Quentin (OpenERP) 9d678d1fd1 [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20121005115057-am34fqwxopdgkh3y
2012-10-05 13:50:57 +02:00
niv-openerp a4fbe4dec8 [IMP] improved modifiers calculus
bzr revid: nicolas.vanhoren@openerp.com-20121005114846-ddc3fqpftu3k8iob
2012-10-05 13:48:46 +02:00
Raphael Collet 5a971eca90 [FIX] ir: small fix to handle missing models when upgrading
bzr revid: rco@openerp.com-20121005102003-16vbr0aive2mbtid
2012-10-05 12:20:03 +02:00
niv-openerp 3d6a06a319 [IMP] small improvement to default field manager
bzr revid: nicolas.vanhoren@openerp.com-20121005101235-w3n66pjia6crxxq0
2012-10-05 12:12:35 +02:00
Quentin (OpenERP) bf6a041ce5 [FIX] sale_analytic_plans: fixed onchange_shop_id()
bzr revid: qdp-launchpad@openerp.com-20121005100633-ryfhjv3gz54m9a2l
2012-10-05 12:06:33 +02:00
Frédéric van der Essen bc9f1eeb4d [MERGE] css fixes
bzr revid: fva@openerp.com-20121005094447-eq5u79n39mv86vlq
2012-10-05 11:44:47 +02:00
Frédéric van der Essen 545e18856a [MERGE] from trunk
bzr revid: fva@openerp.com-20121005094140-q09ctke4nm7n2l4t
2012-10-05 11:41:40 +02:00
Quentin (OpenERP) 8f9a8c5478 [FIX] sale_analytic_plans: typo
bzr revid: qdp-launchpad@openerp.com-20121005093654-uiwdyhfd6wb5syyz
2012-10-05 11:36:54 +02:00
Quentin (OpenERP) cd55ed1a08 [FIX] sale_mrp: error in yaml test
bzr revid: qdp-launchpad@openerp.com-20121005092821-hdljhcpjb1wrz290
2012-10-05 11:28:21 +02:00
niv-openerp 5677716100 [IMP] minor modification in field reference
bzr revid: nicolas.vanhoren@openerp.com-20121005091913-35dxdxb3q315mcp1
2012-10-05 11:19:13 +02:00
vta vta@openerp.com dcb8a9e441 [FIX] Fixed more r.result issues.
bzr revid: vta@openerp.com-20121005113046-mwgb0pvm4bcgf875
2012-10-05 13:30:46 +02:00
Quentin (OpenERP) 1e14590784 [FIX] sale, sale_stock, sale_analytic_plans: fixed error in yalm tests or sale_mrp if sale_analytic_plans was installed before, due to value returned for a field not present in the view (project_id). Moved back onchange_shop_id into sale module from sale_stock
bzr revid: qdp-launchpad@openerp.com-20121005091516-y7typs1hep5exd3q
2012-10-05 11:15:16 +02:00
Quentin (OpenERP) f2cc9b9f5e [FIX] account_payment: fixed error in yalm tests due to value returned for a field not present in the view
bzr revid: qdp-launchpad@openerp.com-20121005085355-92vao01nusvl1ik5
2012-10-05 10:53:55 +02:00
Quentin (OpenERP) 8c4a842c3d [FIX] analytic: bad syntax in domain expression
bzr revid: qdp-launchpad@openerp.com-20121005075619-c3xdk4mak49j62i0
2012-10-05 09:56:19 +02:00
Quentin (OpenERP) 0b66a6854b [FIX] account_voucher: fixed errors in yalm tests due to value returned for a field not present in the view
bzr revid: qdp-launchpad@openerp.com-20121005075356-857hfyqcrdjjv04r
2012-10-05 09:53:56 +02:00
Quentin (OpenERP) df78f29db7 [FIX] account_voucher: fixed view that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004171245-xvvqlqomkd1pcqvw
2012-10-04 19:12:45 +02:00
Quentin (OpenERP) 5dacf35d16 [FIX] account_voucher: fixed view that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004170506-3a8l6qjmvsclzx7d
2012-10-04 19:05:06 +02:00
Quentin (OpenERP) fbaa849e82 [FIX] account_voucher: fixed view that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004170201-lo2pm2dti00zahtz
2012-10-04 19:02:01 +02:00
Frédéric van der Essen e7d40e418e [FIX] css: embedded html styling was affecting html fields
bzr revid: fva@openerp.com-20121004165754-wg7ngootq5mh2tfq
2012-10-04 18:57:54 +02:00
Quentin (OpenERP) 34a2c5e7a8 [TRY] sale: attempt to fix a problem related to onchange() call that returns a value for a field we are not seeing in the form view (because of groups attr)
bzr revid: qdp-launchpad@openerp.com-20121004165240-7sr4wdi072hy6uuk
2012-10-04 18:52:40 +02:00
Quentin (OpenERP) f7ead41764 [FIX] account_voucher: fixed view that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004164834-bjs76n10wt3k5c1w
2012-10-04 18:48:34 +02:00
niv-openerp c8c4086fd6 [MERGE] refactoring in form view to be able to use fields outside of form views
bzr revid: nicolas.vanhoren@openerp.com-20121004164235-zzkwb3dc4c20m4xk
2012-10-04 18:42:35 +02:00
Quentin (OpenERP) 627ddd3ddd [FIX] event: fixed view that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004163320-vhsuoj6i39hzlmrj
2012-10-04 18:33:20 +02:00
niv-openerp 78e47437f6 fixed references
bzr revid: nicolas.vanhoren@openerp.com-20121004162928-ge6hggc7zz03r2sc
2012-10-04 18:29:28 +02:00
Quentin (OpenERP) 28208c7f5c [FIX] analytic: fixed view that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004162611-mzjh291l4rlwwk4m
2012-10-04 18:26:11 +02:00
Quentin (OpenERP) 003e5ebffb [FIX] account_voucher: fixed spurious yaml test
bzr revid: qdp-launchpad@openerp.com-20121004161542-n1lacefk1jbr8ccl
2012-10-04 18:15:42 +02:00
niv-openerp 8bc67000e6 added default field manager
bzr revid: nicolas.vanhoren@openerp.com-20121004161433-pbtx50nk7hg4ihw0
2012-10-04 18:14:33 +02:00
Quentin (OpenERP) e3321610ed [FIX] hr_holidays: fixed view that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004161009-w4sv2vjweklqj73o
2012-10-04 18:10:09 +02:00
Quentin (OpenERP) bdb4945d80 [FIX] account: fixed view that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004160727-2y2ip152tjz25t23
2012-10-04 18:07:27 +02:00
Quentin (OpenERP) 98566ddccc [IMP] account: small improvement in yaml test
bzr revid: qdp-launchpad@openerp.com-20121004160136-kxi2sfdk4on8rilo
2012-10-04 18:01:36 +02:00
Quentin (OpenERP) bcbf69225f [FIX] crm: fixed view that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004160010-9vk5ox9nzivzkmak
2012-10-04 18:00:10 +02:00
Quentin (OpenERP) e143ca2a5b [FIX] yaml_import: on _create_record, when we gather the default values on the object we can't use base.main_company´ in the yaml file and it's not compatible with the function)
bzr revid: qdp-launchpad@openerp.com-20121004154032-qyq5gdur383bfxl9
2012-10-04 17:40:32 +02:00
niv-openerp 18cc6542b6 Renammed get_field to get_field_desc
bzr revid: nicolas.vanhoren@openerp.com-20121004153400-odaxckppdi1od6mw
2012-10-04 17:34:00 +02:00
niv-openerp aa66a76e77 Changed a lot of 'view' usages to fit when the view is not disponible
bzr revid: nicolas.vanhoren@openerp.com-20121004152837-2qiul7svgdbflyvo
2012-10-04 17:28:37 +02:00
Quentin (OpenERP) c8c7c87c98 [REF] event, removed unused code: onchange_event()
bzr revid: qdp-launchpad@openerp.com-20121004150150-ykotagukkehq62mj
2012-10-04 17:01:50 +02:00
niv-openerp ac827d7325 removed dependency to view to build context and domains
bzr revid: nicolas.vanhoren@openerp.com-20121004145206-1j9lsidw7g8upssn
2012-10-04 16:52:06 +02:00
niv-openerp 5a108df9b6 Removed usage of view to compute domain
bzr revid: nicolas.vanhoren@openerp.com-20121004143337-hoon3hzh6y1qlfub
2012-10-04 16:33:37 +02:00
Quentin (OpenERP) d95af40a60 [FIX] fixed views that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004142448-a90p3785a2l95rqc
2012-10-04 16:24:48 +02:00
niv-openerp 83a16a2374 [IMP] minor modifs in form view for future refactoring
bzr revid: nicolas.vanhoren@openerp.com-20121004141351-4m0bjan8dax2tfcz
2012-10-04 16:13:51 +02:00