Commit Graph

60422 Commits

Author SHA1 Message Date
Antony Lesuisse ef56fc10d0 [MERGE] callback2deferred dataset.call
bzr revid: al@openerp.com-20121006162030-s5moj83dzegxlron
2012-10-06 18:20:30 +02:00
Antonin Bourguignon e6781e11ec [FIX] yml tests: do not use 'none' in calendar_event creation during tests; use False instead
bzr revid: abo@openerp.com-20121005185015-fj62y6tfra3oqo1g
2012-10-05 20:50:15 +02:00
Antonin Bourguignon 6dad993aa3 [FIX] remove a 'none' value for rrule_type field
bzr revid: abo@openerp.com-20121005174426-nzl24tpvz3qvu5x2
2012-10-05 19:44:26 +02:00
Antonin Bourguignon cbf91c37b9 [IMP] code style and comments
bzr revid: abo@openerp.com-20121005171055-sxm4okovczkgmj2p
2012-10-05 19:10:55 +02:00
Antonin Bourguignon ef2f6ce414 [IMP] remove the 'none' value for 'rrule_type' (recurrence rule type); this value doesn't make sense
bzr revid: abo@openerp.com-20121005165212-etg3lya4ep3g10kx
2012-10-05 18:52:12 +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
Antonin Bourguignon 474e665fcc [IMP] code style: rename some of those uggly 'datas' var into 'data'
bzr revid: abo@openerp.com-20121005150638-m64hn1kn7nxvp5e0
2012-10-05 17:06:38 +02:00
Antonin Bourguignon def9d0dabf [IMP] meeting form view: when 'recurrency' is checked, the recurrency options are required
bzr revid: abo@openerp.com-20121005145413-7yyc3rr6ecx3ofu5
2012-10-05 16:54:13 +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
Antonin Bourguignon b0bf2f9603 [MERGE] trunk
bzr revid: abo@openerp.com-20121005142029-anrpd7tx1zx9ke1m
2012-10-05 16:20:29 +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
niv-openerp 3cd2ffe006 [IMP] added lot of stuff
bzr revid: nicolas.vanhoren@openerp.com-20121005135352-t43v2rc153ch2gvh
2012-10-05 15:53:52 +02:00
Atul Patel (OpenERP) 3f0c2c1bb7 [IMP]: Enble stock moves menu in stock.
bzr revid: atp@tinyerp.com-20121005133129-iik7g60lme14ccm3
2012-10-05 19:01:29 +05:30
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
Jalpesh Patel (OpenERP) 50a7718e45 [IMP]send mail (automated purchase order notification mail)
bzr revid: pja@tinyerp.com-20121005131804-qliwjans60m08lhx
2012-10-05 18:48:04 +05:30
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
Raphael Collet 13e3792d42 [MERGE] from trunk
bzr revid: rco@openerp.com-20121005125036-slbqs4ezwebh3hsv
2012-10-05 14:50:36 +02:00
Raphael Collet 4f235060a7 [MERGE] from trunk
bzr revid: rco@openerp.com-20121005124845-suonokozsufyicg2
2012-10-05 14:48:45 +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
Raphael Collet 6c8756a5a2 [IMP] test_orm: add test for create with given inherited ancestor
bzr revid: rco@openerp.com-20121005115619-l9qsoofumwrs5kle
2012-10-05 13:56:19 +02:00
Quentin (OpenERP) 9d678d1fd1 [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20121005115057-am34fqwxopdgkh3y
2012-10-05 13:50:57 +02:00
Antonin Bourguignon f38d9ec3cd [IMP] comments and whitespaces
bzr revid: abo@openerp.com-20121005114919-7rgseqg9f0y2cdvn
2012-10-05 13:49:19 +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
Raphael Collet bc34a0b071 [FIX] res_users: fix method copy() to not break test case
bzr revid: rco@openerp.com-20121005101220-jhnomko7woiuwf1f
2012-10-05 12:12:20 +02:00
Raphael Collet 40265731a0 [IMP] tests: add tests on model inheritance (_inherits)
bzr revid: rco@openerp.com-20121005101138-ifaon35nmytviu24
2012-10-05 12:11:38 +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 94c8ca08b0 merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20121005092119-gylxvyo0k6yip0lk
2012-10-05 11:21:19 +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
Xavier Morel a3f1a64c45 [IMP] make base_import auto-install
bzr revid: xmo@openerp.com-20121005083440-xenjci6qag7bkk3n
2012-10-05 10:34:40 +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