odoo/odoo.git
12 years agomisc
Fabien Pinckaers [Mon, 14 Nov 2011 11:18:10 +0000 (12:18 +0100)]
misc

bzr revid: fp@tinyerp.com-20111114111810-v5jspbkway8lf6nc

12 years ago[IMP] Form view sidebar actions like print should implicitly save the record
Fabien Meghazi [Mon, 14 Nov 2011 11:02:39 +0000 (12:02 +0100)]
[IMP] Form view sidebar actions like print should implicitly save the record

bzr revid: fme@openerp.com-20111114110239-g2s034i66rmhh2ne

12 years agofix
Fabien Pinckaers [Mon, 14 Nov 2011 10:53:51 +0000 (11:53 +0100)]
fix

bzr revid: fp@tinyerp.com-20111114105351-5419ef3lpxwg16cj

12 years ago[IMP] Cleaning and useability: project_gtd and crm_todo
Fabien Pinckaers [Mon, 14 Nov 2011 10:47:34 +0000 (11:47 +0100)]
[IMP] Cleaning and useability: project_gtd and crm_todo

bzr revid: fp@tinyerp.com-20111114104734-sqliojpjnmwuib27

12 years ago[FIX] Dynamic method calls in sidebar won't work once label are translated
Fabien Meghazi [Mon, 14 Nov 2011 10:43:29 +0000 (11:43 +0100)]
[FIX] Dynamic method calls in sidebar won't work once label are translated

bzr revid: fme@openerp.com-20111114104329-nyflvgm5kz7ykq2c

12 years ago[IMP] mark a bunch of strings as translatable in searchview JS
Xavier Morel [Mon, 14 Nov 2011 10:12:21 +0000 (11:12 +0100)]
[IMP] mark a bunch of strings as translatable in searchview JS

bzr revid: xmo@openerp.com-20111114101221-905mu3id02o3n2li

12 years ago[FIX] Form view: 'string' attribute on 'group' tag is ignored (courtesy of Stefan...
Fabien Meghazi [Mon, 14 Nov 2011 10:11:18 +0000 (11:11 +0100)]
[FIX] Form view: 'string' attribute on 'group' tag is ignored (courtesy of Stefan Rijnhart)

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

bzr revid: fme@openerp.com-20111114101118-jtqxe3095j9pn4ik

12 years ago[ADD] 'id' to all advanced filters if not in fields_get, to serve as a 'get resource...
Xavier Morel [Mon, 14 Nov 2011 09:57:38 +0000 (10:57 +0100)]
[ADD] 'id' to all advanced filters if not in fields_get, to serve as a 'get resource by id' in web client

also fix broken extended filters due to broken oldwidget

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

bzr revid: xmo@openerp.com-20111114095738-9nfpr970235k15fv

12 years ago[MERGE] long import syntax for PIL modules.
Vo Minh Thu [Mon, 14 Nov 2011 09:51:21 +0000 (10:51 +0100)]
[MERGE] long import syntax for PIL modules.

bzr revid: vmt@openerp.com-20111114095121-126dcm97qkzb2vkf

12 years ago[MERGE] long import syntax for PIL modules.
Vo Minh Thu [Mon, 14 Nov 2011 09:49:32 +0000 (10:49 +0100)]
[MERGE] long import syntax for PIL modules.

bzr revid: vmt@openerp.com-20111114094932-qmkh1r5a5jxox3zq

12 years ago[IMP] __openerp__ of crm_todo, project_gtd
Fabien Pinckaers [Mon, 14 Nov 2011 09:44:28 +0000 (10:44 +0100)]
[IMP] __openerp__ of crm_todo, project_gtd

bzr revid: fp@tinyerp.com-20111114094428-vvu91bmoull0hfb4

12 years ago[FIX] cell borders in padding rows of list views
Xavier Morel [Mon, 14 Nov 2011 09:27:21 +0000 (10:27 +0100)]
[FIX] cell borders in padding rows of list views

bzr revid: xmo@openerp.com-20111114092721-n9gqprm31hhcfr5w

12 years agomerge: analysis view with year/month with OR expression
Fabien Pinckaers [Mon, 14 Nov 2011 09:27:08 +0000 (10:27 +0100)]
merge: analysis view with year/month with OR expression

bzr revid: fp@tinyerp.com-20111114092708-hlbxj7ah6gg7g452

12 years ago[ADD] borders to table data cells
Xavier Morel [Mon, 14 Nov 2011 09:20:26 +0000 (10:20 +0100)]
[ADD] borders to table data cells

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

bzr revid: xmo@openerp.com-20111114092026-dukm2lml07ngwh0o

12 years ago[IMP] analysis view, filter OR year/month
Fabien Pinckaers [Mon, 14 Nov 2011 09:18:31 +0000 (10:18 +0100)]
[IMP] analysis view, filter OR year/month

bzr revid: fp@tinyerp.com-20111114091831-h6mx15bpnti694pa

12 years agofix
Fabien Pinckaers [Mon, 14 Nov 2011 09:10:59 +0000 (10:10 +0100)]
fix

bzr revid: fp@tinyerp.com-20111114091059-tq5c7dnbrmc3am1z

12 years ago[IMP] sales analysis for everyone
Fabien Pinckaers [Mon, 14 Nov 2011 09:09:06 +0000 (10:09 +0100)]
[IMP] sales analysis for everyone

bzr revid: fp@tinyerp.com-20111114090906-adu6jedq5211zoly

12 years ago[FIX] only aggregate columns explicitly asking for aggregation ...
Xavier Morel [Mon, 14 Nov 2011 08:18:53 +0000 (09:18 +0100)]
[FIX] only aggregate columns explicitly asking for aggregation                                                                                                ~/projects/tiny/web/current

Instead of relying only on the column's group_operator, ensure the
view itself asks for the aggregation function (by checking if the
corresponding field attribute is set).

If the @group_operator function is not set on the field (even without
a label, it just has to be *there* so `<field sum=""/>` would work),
do not aggregate the column at all.

bzr revid: xmo@openerp.com-20111114081853-a9ja0zdaxk2261nd

12 years ago[IMP] right-align number cells in editable list rows
Xavier Morel [Mon, 14 Nov 2011 07:59:40 +0000 (08:59 +0100)]
[IMP] right-align number cells in editable list rows

bzr revid: xmo@openerp.com-20111114075940-f5fxqeq01pudxhez

12 years agofix
Fabien Pinckaers [Mon, 14 Nov 2011 07:15:30 +0000 (08:15 +0100)]
fix

bzr revid: fp@tinyerp.com-20111114071530-loernoexm12d33gp

12 years agomerge: sales dashbaord
Fabien Pinckaers [Mon, 14 Nov 2011 07:12:58 +0000 (08:12 +0100)]
merge: sales dashbaord

bzr revid: fp@tinyerp.com-20111114071258-stml2eqe843x891t

12 years ago[FIX]:AccessInit: hash collision error possible
Denis Seleznyov [Mon, 14 Nov 2011 06:51:05 +0000 (12:21 +0530)]
[FIX]:AccessInit: hash collision error possible

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

bzr revid: nch@tinyerp.com-20111114065105-ho6id5qnsndd5ks9

12 years ago[FIX]:AccessInit: hash collision error possible
Denis Seleznyov [Mon, 14 Nov 2011 06:48:05 +0000 (12:18 +0530)]
[FIX]:AccessInit: hash collision error possible

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

bzr revid: nch@tinyerp.com-20111114064805-wkw8q4w0nj5h1dtd

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 14 Nov 2011 05:16:11 +0000 (05:16 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111114051611-vh5mg7z5lw18qcdd

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 14 Nov 2011 05:15:37 +0000 (05:15 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111114051537-otd2ramidmaq165u

12 years ago[FIX] sale : Rename Sales Dashboard Into Sales
Divyesh Makwana (Open ERP) [Mon, 14 Nov 2011 05:04:52 +0000 (10:34 +0530)]
[FIX] sale : Rename Sales Dashboard Into Sales

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

bzr revid: mdi@tinyerp.com-20111114050452-yulkn5ovzvxarweg

12 years agounusedcode
Fabien Pinckaers [Mon, 14 Nov 2011 00:12:16 +0000 (01:12 +0100)]
unusedcode

bzr revid: fp@tinyerp.com-20111114001216-etl5g0dl3ya1xfvs

12 years agofix
Fabien Pinckaers [Sun, 13 Nov 2011 23:30:10 +0000 (00:30 +0100)]
fix

bzr revid: fp@tinyerp.com-20111113233010-fv753506yvzotu4y

12 years ago[IMP] sale test
Fabien Pinckaers [Sun, 13 Nov 2011 23:28:31 +0000 (00:28 +0100)]
[IMP] sale test

bzr revid: fp@tinyerp.com-20111113232831-triduylqi3czqwd1

12 years agofix
Fabien Pinckaers [Sun, 13 Nov 2011 23:09:04 +0000 (00:09 +0100)]
fix

bzr revid: fp@tinyerp.com-20111113230904-vmrxwahfbwub50sf

12 years ago[IMP] Purchase YAML tests rewritten using new view: feature
Fabien Pinckaers [Sun, 13 Nov 2011 23:01:58 +0000 (00:01 +0100)]
[IMP] Purchase YAML tests rewritten using new view: feature

bzr revid: fp@tinyerp.com-20111113230158-4r36c2sdg23uuuyo

12 years ago[IMP] Purchase YAML tests rewritten using new view: feature
Fabien Pinckaers [Sun, 13 Nov 2011 22:53:42 +0000 (23:53 +0100)]
[IMP] Purchase YAML tests rewritten using new view: feature

bzr revid: fp@tinyerp.com-20111113225342-psyip630dif45qay

12 years ago[IMP] Allows to put a view argument in a YAML record and OpenERP will
Fabien Pinckaers [Sun, 13 Nov 2011 22:30:56 +0000 (23:30 +0100)]
[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

12 years ago[FIX] test scenario
Fabien Pinckaers [Sun, 13 Nov 2011 19:28:05 +0000 (20:28 +0100)]
[FIX] test scenario

bzr revid: fp@tinyerp.com-20111113192805-luc1523nc291xfxl

12 years ago[IMP] constraint on XML view on object to allow inheritancy
Fabien Pinckaers [Sun, 13 Nov 2011 19:27:42 +0000 (20:27 +0100)]
[IMP] constraint on XML view on object to allow inheritancy

bzr revid: fp@tinyerp.com-20111113192742-vpf1eoek4csau68t

12 years agofix
Fabien Pinckaers [Sun, 13 Nov 2011 18:47:21 +0000 (19:47 +0100)]
fix

bzr revid: fp@tinyerp.com-20111113184721-6el7zz79e619iyro

12 years ago[FIX] Purchase test flow
Fabien Pinckaers [Sun, 13 Nov 2011 17:05:26 +0000 (18:05 +0100)]
[FIX] Purchase test flow

bzr revid: fp@tinyerp.com-20111113170526-u6ib44s7pd9kyqct

12 years agofix
Fabien Pinckaers [Sun, 13 Nov 2011 16:20:59 +0000 (17:20 +0100)]
fix

bzr revid: fp@tinyerp.com-20111113162059-b7317dp26i8ide8p

12 years agomerge coverage purchase
Fabien Pinckaers [Sun, 13 Nov 2011 16:07:32 +0000 (17:07 +0100)]
merge coverage purchase

bzr revid: fp@tinyerp.com-20111113160732-7ic5t0igzh0jw2pm

12 years ago[merge] acocunt move line coverage
Fabien Pinckaers [Sun, 13 Nov 2011 16:01:10 +0000 (17:01 +0100)]
[merge] acocunt move line coverage

bzr revid: fp@tinyerp.com-20111113160110-1vacjizizwqwkmex

12 years ago[IMP] Clean demo data of project and project long term using scheduler
Fabien Pinckaers [Sun, 13 Nov 2011 15:40:52 +0000 (16:40 +0100)]
[IMP] Clean demo data of project and project long term using scheduler

bzr revid: fp@tinyerp.com-20111113154052-gh2a8y2tqkdv2ll9

12 years ago[merge] project & project long term demo data
Fabien Pinckaers [Sun, 13 Nov 2011 14:13:16 +0000 (15:13 +0100)]
[merge] project & project long term demo data

bzr revid: fp@tinyerp.com-20111113141316-nx969ujp66s9d0c5

12 years ago[fIX] priorities default values on applicants
Fabien Pinckaers [Sun, 13 Nov 2011 13:34:03 +0000 (14:34 +0100)]
[fIX] priorities default values on applicants

bzr revid: fp@tinyerp.com-20111113133403-ed4ggv7bvaoud6xn

12 years ago[fix] project members full for kanban
Fabien Pinckaers [Sun, 13 Nov 2011 13:15:33 +0000 (14:15 +0100)]
[fix] project members full for kanban

bzr revid: fp@tinyerp.com-20111113131533-frs0o44ag1r575xu

12 years ago[FIX] count 0, need to fix the web client
Fabien Pinckaers [Sun, 13 Nov 2011 12:48:48 +0000 (13:48 +0100)]
[FIX] count 0, need to fix the web client

bzr revid: fp@tinyerp.com-20111113124848-r1youtgj7c5li8b2

12 years ago[IMP] kanban of applicants
Fabien Pinckaers [Sun, 13 Nov 2011 12:45:31 +0000 (13:45 +0100)]
[IMP] kanban of applicants

bzr revid: fp@tinyerp.com-20111113124531-m9dwsnof0zmq3ek5

12 years ago[IMP] _group_by_full implementation
Fabien Pinckaers [Sun, 13 Nov 2011 12:14:05 +0000 (13:14 +0100)]
[IMP] _group_by_full implementation

bzr revid: fp@tinyerp.com-20111113121405-oa9ggpf115gv3cbe

12 years ago[IMP] read_group_full
Fabien Pinckaers [Sun, 13 Nov 2011 12:07:15 +0000 (13:07 +0100)]
[IMP] read_group_full

bzr revid: fp@tinyerp.com-20111113120715-wpk15id1313to4ag

12 years ago[FIX] Prevent ViewManager to remove other spans from the title
Fabien Meghazi [Sun, 13 Nov 2011 12:01:48 +0000 (13:01 +0100)]
[FIX] Prevent ViewManager to remove other spans from the title

bzr revid: fme@openerp.com-20111113120148-bwhdrxmimjq5ar6w

12 years ago[IMP] warning on bad quantities on production, fix UoM possible problem at install
Fabien Pinckaers [Sun, 13 Nov 2011 10:03:46 +0000 (11:03 +0100)]
[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

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 13 Nov 2011 05:56:34 +0000 (05:56 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111112045303-su1y0kkbac01hgsy
bzr revid: launchpad_translations_on_behalf_of_openerp-20111113055634-wxvdn7892y1blyst

12 years ago[IMP] read_group full on crm.opportunities for kanban views, need to move this code...
Fabien Pinckaers [Sat, 12 Nov 2011 00:44:05 +0000 (01:44 +0100)]
[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

12 years agofix
Fabien Pinckaers [Fri, 11 Nov 2011 22:50:14 +0000 (23:50 +0100)]
fix

bzr revid: fp@tinyerp.com-20111111225014-9mk3ksxkrt0wjbl1

12 years agomerge_auction_or
Fabien Pinckaers [Fri, 11 Nov 2011 21:28:51 +0000 (22:28 +0100)]
merge_auction_or

bzr revid: fp@tinyerp.com-20111111212851-h78y3k46a58nlpla

12 years agomerge_coverage
Fabien Pinckaers [Fri, 11 Nov 2011 21:25:57 +0000 (22:25 +0100)]
merge_coverage

bzr revid: fp@tinyerp.com-20111111212557-ebstlrrgpf257qbv

12 years ago[IMP] payroll_account
Fabien Pinckaers [Fri, 11 Nov 2011 21:11:27 +0000 (22:11 +0100)]
[IMP] payroll_account

bzr revid: fp@tinyerp.com-20111111211127-bjd0z3ubxqpyu93b

12 years agomerge
Fabien Pinckaers [Fri, 11 Nov 2011 21:06:26 +0000 (22:06 +0100)]
merge

bzr revid: fp@tinyerp.com-20111111210626-ev60ns641qi6fqg8

12 years agomerge-evaluation
Fabien Pinckaers [Fri, 11 Nov 2011 20:29:46 +0000 (21:29 +0100)]
merge-evaluation

bzr revid: fp@tinyerp.com-20111111202946-y51gv8bsig75in3m

12 years agocorrections for 'chart of accounts' and translations
Fabien Pinckaers [Fri, 11 Nov 2011 20:00:36 +0000 (21:00 +0100)]
corrections for 'chart of accounts' and translations

bzr revid: fp@tinyerp.com-20111111200036-7sfslmttes77bwwz

12 years ago[IMP] merge: good price on encoding supplier invoices with taxes
Fabien Pinckaers [Fri, 11 Nov 2011 19:54:17 +0000 (20:54 +0100)]
[IMP] merge: good price on encoding supplier invoices with taxes

bzr revid: fp@tinyerp.com-20111111195417-fqu7vq56g5az4h6y

12 years agomerge ideas analysis view
Fabien Pinckaers [Fri, 11 Nov 2011 19:47:48 +0000 (20:47 +0100)]
merge ideas analysis view

bzr revid: fp@tinyerp.com-20111111194748-t1plyb51pmr7ua3g

12 years ago[FIX] clening of assets
Fabien Pinckaers [Fri, 11 Nov 2011 19:29:54 +0000 (20:29 +0100)]
[FIX] clening of assets

bzr revid: fp@tinyerp.com-20111111192954-2lasevx3lvqa2z1k

12 years ago[FIX] constraint on UoM categories change
Fabien Pinckaers [Fri, 11 Nov 2011 17:31:28 +0000 (18:31 +0100)]
[FIX] constraint on UoM categories change

bzr revid: fp@tinyerp.com-20111111173128-i3l8ka6ggzdtq51i

12 years agomerge good account stock valuation
Fabien Pinckaers [Fri, 11 Nov 2011 16:45:29 +0000 (17:45 +0100)]
merge good account stock valuation

bzr revid: fp@tinyerp.com-20111111164529-d124y7sjnwi2wchw

12 years agofix
Fabien Pinckaers [Fri, 11 Nov 2011 16:43:49 +0000 (17:43 +0100)]
fix

bzr revid: fp@tinyerp.com-20111111164349-paugp48u0j69oq2k

12 years agofix
Fabien Pinckaers [Fri, 11 Nov 2011 15:47:36 +0000 (16:47 +0100)]
fix

bzr revid: fp@tinyerp.com-20111111154736-a2kgsg45csuja807

12 years agomerge: factoring invoice stock from akretion
Fabien Pinckaers [Fri, 11 Nov 2011 15:40:59 +0000 (16:40 +0100)]
merge: factoring invoice stock from akretion

bzr revid: fp@tinyerp.com-20111111154059-mio3f96zha32ds28

12 years agomerge: better year/month OR separations
Fabien Pinckaers [Fri, 11 Nov 2011 15:30:30 +0000 (16:30 +0100)]
merge: better year/month OR separations

bzr revid: fp@tinyerp.com-20111111153030-cl0riz63sg1qr860

12 years agomerge: better year/month OR separations
Fabien Pinckaers [Fri, 11 Nov 2011 15:26:58 +0000 (16:26 +0100)]
merge: better year/month OR separations

bzr revid: fp@tinyerp.com-20111111152658-gkd2tyw2wa5lkkzn

12 years agomerge: better year/month OR separations
Fabien Pinckaers [Fri, 11 Nov 2011 15:22:34 +0000 (16:22 +0100)]
merge: better year/month OR separations

bzr revid: fp@tinyerp.com-20111111152234-04mikqjz330uxfgn

12 years agomerge: better year/month OR separations
Fabien Pinckaers [Fri, 11 Nov 2011 15:19:51 +0000 (16:19 +0100)]
merge: better year/month OR separations

bzr revid: fp@tinyerp.com-20111111151951-bxr7ihcicyxwqjyh

12 years agomerge: better year/month OR separations
Fabien Pinckaers [Fri, 11 Nov 2011 15:18:39 +0000 (16:18 +0100)]
merge: better year/month OR separations

bzr revid: fp@tinyerp.com-20111111151839-3dai448l29o0gwov

12 years agomerge: better year/month OR separations
Fabien Pinckaers [Fri, 11 Nov 2011 15:15:06 +0000 (16:15 +0100)]
merge: better year/month OR separations

bzr revid: fp@tinyerp.com-20111111151506-75zyu4a7ogb6bgm2

12 years ago[IMP] analysis report
Fabien Pinckaers [Fri, 11 Nov 2011 15:04:43 +0000 (16:04 +0100)]
[IMP] analysis report

bzr revid: fp@tinyerp.com-20111111150443-b64llh92b4xq2ych

12 years agomerge: event menu structure reviewed
Fabien Pinckaers [Fri, 11 Nov 2011 14:54:10 +0000 (15:54 +0100)]
merge: event menu structure reviewed

bzr revid: fp@tinyerp.com-20111111145410-z4yzntd7gbsrzibe

12 years agomerge: allows to delete a payslip
Fabien Pinckaers [Fri, 11 Nov 2011 14:52:07 +0000 (15:52 +0100)]
merge: allows to delete a payslip

bzr revid: fp@tinyerp.com-20111111145207-nuewll488gpnqhld

12 years ago[Merge] es_MX from Vauxoo
Fabien Pinckaers [Fri, 11 Nov 2011 14:49:30 +0000 (15:49 +0100)]
[Merge] es_MX from Vauxoo

bzr revid: fp@tinyerp.com-20111111144930-5o37idpxdvyhtfri

12 years agomerge: [FIX] number of hours on tasks depending on the product uom
Fabien Pinckaers [Fri, 11 Nov 2011 14:39:54 +0000 (15:39 +0100)]
merge: [FIX] number of hours on tasks depending on the product uom

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

bzr revid: fp@tinyerp.com-20111111143954-j6rmezh7o9w38qfj

12 years agomerge email for portal users
Fabien Pinckaers [Fri, 11 Nov 2011 14:36:06 +0000 (15:36 +0100)]
merge email for portal users

bzr revid: fp@tinyerp.com-20111111143606-oimlesogvmugpxye

12 years ago[FIX] email on helpdesk
Fabien Pinckaers [Fri, 11 Nov 2011 14:32:25 +0000 (15:32 +0100)]
[FIX] email on helpdesk

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

bzr revid: fp@tinyerp.com-20111111143225-i9sce7akzp42h318

12 years agomerge
Fabien Pinckaers [Fri, 11 Nov 2011 14:28:13 +0000 (15:28 +0100)]
merge

bzr revid: fp@tinyerp.com-20111111142813-hha3fws94a7ri9t0

12 years agomerge
Fabien Pinckaers [Fri, 11 Nov 2011 14:20:18 +0000 (15:20 +0100)]
merge

bzr revid: fp@tinyerp.com-20111111142018-16azu4012vzo028h

12 years agomerge: default value for debit/credit
Fabien Pinckaers [Fri, 11 Nov 2011 14:14:18 +0000 (15:14 +0100)]
merge: default value for debit/credit

bzr revid: fp@tinyerp.com-20111111141418-gngwck2pkdk0y8pd

12 years agomerge
Fabien Pinckaers [Fri, 11 Nov 2011 14:06:13 +0000 (15:06 +0100)]
merge

bzr revid: fp@tinyerp.com-20111111140613-yjtj2u60ejhtdsxz

12 years agomerge: digital precision product uom
Fabien Pinckaers [Fri, 11 Nov 2011 13:59:06 +0000 (14:59 +0100)]
merge: digital precision product uom

bzr revid: fp@tinyerp.com-20111111135906-kljtmr0r5tb59ia5

12 years agomerge
Fabien Pinckaers [Fri, 11 Nov 2011 13:54:14 +0000 (14:54 +0100)]
merge

bzr revid: fp@tinyerp.com-20111111135414-2qk32ep1pbbco41v

12 years agomerge
Fabien Pinckaers [Fri, 11 Nov 2011 13:52:47 +0000 (14:52 +0100)]
merge

bzr revid: fp@tinyerp.com-20111111135247-eq8dbs76mj18ayoz

12 years agomerge
Fabien Pinckaers [Fri, 11 Nov 2011 13:51:23 +0000 (14:51 +0100)]
merge

bzr revid: fp@tinyerp.com-20111111135123-dl84n5sfqjv2zsb9

12 years agomerge
Fabien Pinckaers [Fri, 11 Nov 2011 13:49:40 +0000 (14:49 +0100)]
merge

bzr revid: fp@tinyerp.com-20111111134940-zw3wdk9qnvvx3snl

12 years agomerge
Fabien Pinckaers [Fri, 11 Nov 2011 13:48:19 +0000 (14:48 +0100)]
merge

bzr revid: fp@tinyerp.com-20111111134819-8nncvla62v86l7qr

12 years agomerge
Fabien Pinckaers [Fri, 11 Nov 2011 13:46:12 +0000 (14:46 +0100)]
merge

bzr revid: fp@tinyerp.com-20111111134612-e1wuecwk9v79qqbn

12 years ago[imp] changed state of data in demo deta by calling methods and improved code of...
Hardik Ansodariy (OpenERP) [Fri, 11 Nov 2011 13:33:14 +0000 (19:03 +0530)]
[imp] changed state of data in demo deta by calling methods and improved code of methods

bzr revid: han@tinyerp.com-20111111133314-r5hlk85oqrxjecr5

12 years ago[IMP] account: on product change suggest unit_price without VAT included
Dmitrijs Ledkovs [Fri, 11 Nov 2011 13:27:53 +0000 (13:27 +0000)]
[IMP] account: on product change suggest unit_price without VAT included

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

bzr revid: dmitrijs.ledkovs@credativ.co.uk-20111111132753-kmmvp19b3kjw4lhk

12 years ago[FIX]:stock valuation account in demo data
Ferdinand@Camptocamp [Fri, 11 Nov 2011 13:16:21 +0000 (18:46 +0530)]
[FIX]:stock valuation account in demo data

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

bzr revid: ksa@tinyerp.com-20111111131621-6oo59y2ul7kpw0ty

12 years ago[IMP]sale:improvement analysis report
Khushboo Bhatt (Open ERP) [Fri, 11 Nov 2011 12:05:25 +0000 (17:35 +0530)]
[IMP]sale:improvement analysis report

bzr revid: kbh@tinyerp.com-20111111120525-d74vbipgmoebilvz

12 years ago[FIX]: mrp: fixed yml
Rucha (Open ERP) [Fri, 11 Nov 2011 11:48:32 +0000 (17:18 +0530)]
[FIX]: mrp: fixed yml

bzr revid: rpa@tinyerp.com-20111111114832-ehpyru3nhdiprct8

12 years ago[IMP]auction:improvement analysis report
Khushboo Bhatt (Open ERP) [Fri, 11 Nov 2011 11:48:21 +0000 (17:18 +0530)]
[IMP]auction:improvement analysis report

bzr revid: kbh@tinyerp.com-20111111114821-aj5yj47j4qs37skr

12 years ago[FIX,REF]: mrp: Cleaned logic of consume products, removed too many looping and simpl...
Rucha (Open ERP) [Fri, 11 Nov 2011 11:48:07 +0000 (17:18 +0530)]
[FIX,REF]: mrp: Cleaned logic of consume products, removed too many looping and simplified logic, also added checks for over consumption and production than qty of MO

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

bzr revid: rpa@tinyerp.com-20111111114807-xgfroo9gjauklnkw

12 years ago[FIX]: purchase: Fixed demo of purchase order, it was finding for any uom and assigns...
Rucha (Open ERP) [Fri, 11 Nov 2011 11:44:38 +0000 (17:14 +0530)]
[FIX]: purchase: Fixed demo of purchase order, it was finding for any uom and assigns first one to product which leads to uom categories mismatch if we use --test-commit option

bzr revid: rpa@tinyerp.com-20111111114438-420wk4z067kwlzkc

12 years ago[imp] improvement Analysis HR
Jagdish Panchal (Open ERP) [Fri, 11 Nov 2011 10:46:06 +0000 (16:16 +0530)]
[imp] improvement Analysis HR

bzr revid: jap@tinyerp.com-20111111104606-td601olh0ypgz2cz