Commit Graph

38710 Commits

Author SHA1 Message Date
Divyesh Makwana (Open ERP) afcd103391 [FIX] sale : Rename Sales Dashboard Into Sales
lp bug: https://launchpad.net/bugs/888444 fixed

bzr revid: mdi@tinyerp.com-20111114050452-yulkn5ovzvxarweg
2011-11-14 10:34:52 +05:30
Fabien Pinckaers 1c2ab2927d unusedcode
bzr revid: fp@tinyerp.com-20111114001216-etl5g0dl3ya1xfvs
2011-11-14 01:12:16 +01:00
Fabien Pinckaers 6b90a07049 fix
bzr revid: fp@tinyerp.com-20111113233010-fv753506yvzotu4y
2011-11-14 00:30:10 +01:00
Fabien Pinckaers 9de93be3dd [IMP] sale test
bzr revid: fp@tinyerp.com-20111113232831-triduylqi3czqwd1
2011-11-14 00:28:31 +01:00
Fabien Pinckaers 954bcd7976 fix
bzr revid: fp@tinyerp.com-20111113230904-vmrxwahfbwub50sf
2011-11-14 00:09:04 +01:00
Fabien Pinckaers bae50f2557 [IMP] Purchase YAML tests rewritten using new view: feature
bzr revid: fp@tinyerp.com-20111113230158-4r36c2sdg23uuuyo
2011-11-14 00:01:58 +01:00
Fabien Pinckaers 50ed8b5021 [IMP] Purchase YAML tests rewritten using new view: feature
bzr revid: fp@tinyerp.com-20111113225342-psyip630dif45qay
2011-11-13 23:53:42 +01:00
Fabien Pinckaers aefa8b8c65 [IMP] Allows to put a view argument in a YAML record and OpenERP will
call all the on_change and default_get correctly. This increases
      a lot the coverage and reduce lines of test to develop.

      Put the XML_ID of the view of False so that OpenERP will find the
      first form view itself.

Example to create a PO with all on_change:

!record {model: purchase.order, id: purchase_new, view: False}:
    partner_id: base.res_partner_asus
    order_line:
      - product_id: product.product_product_pc1
        product_qty: 5.0

bzr revid: fp@tinyerp.com-20111113223056-g65pf5vzg7dwkks1
2011-11-13 23:30:56 +01:00
Fabien Pinckaers edd35657f8 [FIX] test scenario
bzr revid: fp@tinyerp.com-20111113192805-luc1523nc291xfxl
2011-11-13 20:28:05 +01:00
Fabien Pinckaers c42b1515c7 [IMP] constraint on XML view on object to allow inheritancy
bzr revid: fp@tinyerp.com-20111113192742-vpf1eoek4csau68t
2011-11-13 20:27:42 +01:00
Fabien Pinckaers 41fdf0e1aa fix
bzr revid: fp@tinyerp.com-20111113184721-6el7zz79e619iyro
2011-11-13 19:47:21 +01:00
Fabien Pinckaers 4ef9a77cb7 [FIX] Purchase test flow
bzr revid: fp@tinyerp.com-20111113170526-u6ib44s7pd9kyqct
2011-11-13 18:05:26 +01:00
Fabien Pinckaers 4a8db01472 fix
bzr revid: fp@tinyerp.com-20111113162059-b7317dp26i8ide8p
2011-11-13 17:20:59 +01:00
Fabien Pinckaers ecc200a14f merge coverage purchase
bzr revid: fp@tinyerp.com-20111113160732-7ic5t0igzh0jw2pm
2011-11-13 17:07:32 +01:00
Fabien Pinckaers 44ed492930 [merge] acocunt move line coverage
bzr revid: fp@tinyerp.com-20111113160110-1vacjizizwqwkmex
2011-11-13 17:01:10 +01:00
Fabien Pinckaers 14874a989e [IMP] Clean demo data of project and project long term using scheduler
bzr revid: fp@tinyerp.com-20111113154052-gh2a8y2tqkdv2ll9
2011-11-13 16:40:52 +01:00
Fabien Pinckaers 7e785ced6b [merge] project & project long term demo data
bzr revid: fp@tinyerp.com-20111113141316-nx969ujp66s9d0c5
2011-11-13 15:13:16 +01:00
Fabien Pinckaers 36a3ad67e3 [fIX] priorities default values on applicants
bzr revid: fp@tinyerp.com-20111113133403-ed4ggv7bvaoud6xn
2011-11-13 14:34:03 +01:00
Fabien Pinckaers 9115fcdea2 [fix] project members full for kanban
bzr revid: fp@tinyerp.com-20111113131533-frs0o44ag1r575xu
2011-11-13 14:15:33 +01:00
Fabien Pinckaers e25fe1f261 [FIX] count 0, need to fix the web client
bzr revid: fp@tinyerp.com-20111113124848-r1youtgj7c5li8b2
2011-11-13 13:48:48 +01:00
Fabien Pinckaers dd80543364 [IMP] kanban of applicants
bzr revid: fp@tinyerp.com-20111113124531-m9dwsnof0zmq3ek5
2011-11-13 13:45:31 +01:00
Fabien Pinckaers 8ea267b822 [IMP] _group_by_full implementation
bzr revid: fp@tinyerp.com-20111113121405-oa9ggpf115gv3cbe
2011-11-13 13:14:05 +01:00
Fabien Pinckaers 6088430d07 [IMP] read_group_full
bzr revid: fp@tinyerp.com-20111113120715-wpk15id1313to4ag
2011-11-13 13:07:15 +01:00
Fabien Meghazi 9c1ffaf129 [FIX] Prevent ViewManager to remove other spans from the title
bzr revid: fme@openerp.com-20111113120148-bwhdrxmimjq5ar6w
2011-11-13 13:01:48 +01:00
Fabien Pinckaers 5b59cff84e [IMP] warning on bad quantities on production, fix UoM possible problem at install
lp bug: https://launchpad.net/bugs/787950 fixed

bzr revid: fp@tinyerp.com-20111113100346-9pjh7z7trsgadcjv
2011-11-13 11:03:46 +01:00
Launchpad Translations on behalf of openerp 363cc3b855 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111112045303-su1y0kkbac01hgsy
bzr revid: launchpad_translations_on_behalf_of_openerp-20111113055634-wxvdn7892y1blyst
2011-11-13 05:56:34 +00:00
Fabien Pinckaers dc04a292a4 [IMP] read_group full on crm.opportunities for kanban views, need to move this code to be used by others modules in tools
bzr revid: fp@tinyerp.com-20111112004405-m511icvvf3worvod
2011-11-12 01:44:05 +01:00
Fabien Pinckaers 31c9a1691e fix
bzr revid: fp@tinyerp.com-20111111225014-9mk3ksxkrt0wjbl1
2011-11-11 23:50:14 +01:00
Fabien Pinckaers 6df6daa81b merge_auction_or
bzr revid: fp@tinyerp.com-20111111212851-h78y3k46a58nlpla
2011-11-11 22:28:51 +01:00
Fabien Pinckaers 1e4c56ff80 merge_coverage
bzr revid: fp@tinyerp.com-20111111212557-ebstlrrgpf257qbv
2011-11-11 22:25:57 +01:00
Fabien Pinckaers 2c6c63d90e [IMP] payroll_account
bzr revid: fp@tinyerp.com-20111111211127-bjd0z3ubxqpyu93b
2011-11-11 22:11:27 +01:00
Fabien Pinckaers f7d5703d3f merge
bzr revid: fp@tinyerp.com-20111111210626-ev60ns641qi6fqg8
2011-11-11 22:06:26 +01:00
Fabien Pinckaers b42892163b merge-evaluation
bzr revid: fp@tinyerp.com-20111111202946-y51gv8bsig75in3m
2011-11-11 21:29:46 +01:00
Fabien Pinckaers d063f89ac0 corrections for 'chart of accounts' and translations
bzr revid: fp@tinyerp.com-20111111200036-7sfslmttes77bwwz
2011-11-11 21:00:36 +01:00
Fabien Pinckaers 99d187f748 [IMP] merge: good price on encoding supplier invoices with taxes
bzr revid: fp@tinyerp.com-20111111195417-fqu7vq56g5az4h6y
2011-11-11 20:54:17 +01:00
Fabien Pinckaers 45b9ac187c merge ideas analysis view
bzr revid: fp@tinyerp.com-20111111194748-t1plyb51pmr7ua3g
2011-11-11 20:47:48 +01:00
Fabien Pinckaers 27845291b8 [FIX] clening of assets
bzr revid: fp@tinyerp.com-20111111192954-2lasevx3lvqa2z1k
2011-11-11 20:29:54 +01:00
Fabien Pinckaers 785ad394df [FIX] constraint on UoM categories change
bzr revid: fp@tinyerp.com-20111111173128-i3l8ka6ggzdtq51i
2011-11-11 18:31:28 +01:00
Fabien Pinckaers 77560d5668 merge good account stock valuation
bzr revid: fp@tinyerp.com-20111111164529-d124y7sjnwi2wchw
2011-11-11 17:45:29 +01:00
Fabien Pinckaers b3939a9ce7 fix
bzr revid: fp@tinyerp.com-20111111164349-paugp48u0j69oq2k
2011-11-11 17:43:49 +01:00
Fabien Pinckaers f5b8a0875e fix
bzr revid: fp@tinyerp.com-20111111154736-a2kgsg45csuja807
2011-11-11 16:47:36 +01:00
Fabien Pinckaers e0fb260175 merge: factoring invoice stock from akretion
bzr revid: fp@tinyerp.com-20111111154059-mio3f96zha32ds28
2011-11-11 16:40:59 +01:00
Fabien Pinckaers 70e0dcf44e merge: better year/month OR separations
bzr revid: fp@tinyerp.com-20111111153030-cl0riz63sg1qr860
2011-11-11 16:30:30 +01:00
Fabien Pinckaers 1a9df61c7e merge: better year/month OR separations
bzr revid: fp@tinyerp.com-20111111152658-gkd2tyw2wa5lkkzn
2011-11-11 16:26:58 +01:00
Fabien Pinckaers 2883f49f91 merge: better year/month OR separations
bzr revid: fp@tinyerp.com-20111111152234-04mikqjz330uxfgn
2011-11-11 16:22:34 +01:00
Fabien Pinckaers 4ede9b0113 merge: better year/month OR separations
bzr revid: fp@tinyerp.com-20111111151951-bxr7ihcicyxwqjyh
2011-11-11 16:19:51 +01:00
Fabien Pinckaers c465e9c3f7 merge: better year/month OR separations
bzr revid: fp@tinyerp.com-20111111151839-3dai448l29o0gwov
2011-11-11 16:18:39 +01:00
Fabien Pinckaers 5987d6858f merge: better year/month OR separations
bzr revid: fp@tinyerp.com-20111111151506-75zyu4a7ogb6bgm2
2011-11-11 16:15:06 +01:00
Fabien Pinckaers 2583db204a [IMP] analysis report
bzr revid: fp@tinyerp.com-20111111150443-b64llh92b4xq2ych
2011-11-11 16:04:43 +01:00
Fabien Pinckaers be753c489c merge: event menu structure reviewed
bzr revid: fp@tinyerp.com-20111111145410-z4yzntd7gbsrzibe
2011-11-11 15:54:10 +01:00