Commit Graph

954 Commits

Author SHA1 Message Date
Quentin (OpenERP) 8a23802e9e [IMP] stock: removed location input and location output on warehouse
bzr revid: qdp-launchpad@openerp.com-20130903090334-iqtk4a762volg5s2
2013-09-03 11:03:34 +02:00
Quentin (OpenERP) ab07c9cc12 [FIX] purchase: fifo_price.yml
bzr revid: qdp-launchpad@openerp.com-20130903081924-v8owkq941a18eumb
2013-09-03 10:19:24 +02:00
Sanjay Gohel (OpenERP) 9cd5e3f2f7 [IMP/ADD]dropship yml improve and add crossdock yml
bzr revid: sgo@tinyerp.com-20130829113013-cqcpzoulg88lbdu2
2013-08-29 17:00:13 +05:30
Cedric Snauwaert b9e3123764 [IMP]purchase: add picking_type field and set it by default as picking in
bzr revid: csn@openerp.com-20130829073516-48qqx63o897ins11
2013-08-29 09:35:16 +02:00
Josse Colpaert fb22df1f63 [IMP] Don't apply push when there is a move_dest_id
bzr revid: jco@openerp.com-20130820162555-1pnhtnkeya6eccbe
2013-08-20 18:25:55 +02:00
Josse Colpaert 3c8390289b [IMP] _run method should return whether it succeeded and change the state. Other methods migth do a message_post
bzr revid: jco@openerp.com-20130819134615-m0divzqr7rslzhcx
2013-08-19 15:46:15 +02:00
Josse Colpaert a4a742e1a3 [IMP] Procurement should go to exception when no supplier
bzr revid: jco@openerp.com-20130819104657-6ee5gmn9v7vxqi2c
2013-08-19 12:46:57 +02:00
Josse Colpaert 3e7dcc7ad1 [IMP] Picking type on stock move when purchase, needs to be improved further anyways
bzr revid: jco@openerp.com-20130816154708-arzapc37lccq63ea
2013-08-16 17:47:08 +02:00
Josse Colpaert 2cda30253f [IMP] Change move_id in move_dest_id where needed (thanks to branch of psi), give error message when making purchase order for product without supplier
bzr revid: jco@openerp.com-20130812123717-y6golm2oaxn6n9pm
2013-08-12 14:37:17 +02:00
Quentin (OpenERP) 51ff9aa584 [MERGE] bug fixing
bzr revid: qdp-launchpad@openerp.com-20130806075744-51df7fjw3ndru101
2013-08-06 09:57:44 +02:00
Sanjay Gohel (OpenERP) 753f68daad [IMP]after confirm purchase order when click on recieve product it gives indent traceback this solves that issue
bzr revid: sgo@tinyerp.com-20130806072225-0lk9kat9k2oizj5c
2013-08-06 12:52:25 +05:30
Quentin (OpenERP) 6ad84ce1ad [MERGE] merged csn branch with purchase and purchase tender improvements (workflow, features...)
bzr revid: qdp-launchpad@openerp.com-20130731171625-o8gun3jrobzpvu62
2013-07-31 19:16:25 +02:00
Cedric Snauwaert b8379f0b84 [FIX]correct use of workflow signal for purchase and purchase_requisition
bzr revid: csn@openerp.com-20130730143301-q29qj133q4guys5z
2013-07-30 16:33:01 +02:00
Quentin (OpenERP) aad106a3aa [WIP] code review
bzr revid: qdp-launchpad@openerp.com-20130730103127-d9m5lwvdtgft1fj6
2013-07-30 12:31:27 +02:00
Cedric Snauwaert f64240af45 [FIX]purchase: remove unneeded variable and fix action view domain of rfq/po
bzr revid: csn@openerp.com-20130729101637-av2v35rkcbhx80cf
2013-07-29 12:16:37 +02:00
Cedric Snauwaert 973185a728 [MERGE]merge modification of purchase and purchase tender with wmsimplement-fp branch
bzr revid: csn@openerp.com-20130729094043-14j696ojpzecg8qu
2013-07-29 11:40:43 +02:00
Josse Colpaert a4f30cd129 [WIP] picking_type_id on picking instead of move (becomes related) and do not group moves into pickings for production and inventory, rule_id on stock move
bzr revid: jco@openerp.com-20130724170017-glk2b3vqlubzm86q
2013-07-24 19:00:17 +02:00
Josse Colpaert ffdabcbc52 [WIP] Sequence on picking types
bzr revid: jco@openerp.com-20130724153235-0we14ofbquanuo2h
2013-07-24 17:32:35 +02:00
Josse Colpaert 15f509178b [WIP] remove stock.picking.in and stock.picking.out and replace by picking_type_id
bzr revid: jco@openerp.com-20130723164755-39wldz6jdjkqjvkk
2013-07-23 18:47:55 +02:00
Josse Colpaert 2525f33104 [WIP] Picking types, make sure stock installs
bzr revid: jco@openerp.com-20130723113052-itxnv08x8ekpd5fw
2013-07-23 13:30:52 +02:00
Josse Colpaert e0f8a9d5a7 [WIP] Use of trg_model for purchase workflow, but have to see why it does not work
bzr revid: jco@openerp.com-20130718131816-i2b2ga6updkmjmq0
2013-07-18 15:18:16 +02:00
Christophe Simonis bf29a2ebc7 [MERGE] forward port of branch 7.0 up to revid 9302 chs@openerp.com-20130718111616-apacuhc2qhquobtc
bzr revid: dle@openerp.com-20130627104833-b9zgtu8urj43f12b
bzr revid: mat@openerp.com-20130702135856-kmg7d8anw17nkbd8
bzr revid: chs@openerp.com-20130718115928-wpa84dqh8tcq31zt
2013-07-18 13:59:28 +02:00
Josse Colpaert bb6b684688 [WIP] Change purchase workflow not to use picking subworkflow
bzr revid: jco@openerp.com-20130718085756-bk3g3fdzgm2bce9p
2013-07-18 10:57:56 +02:00
Quentin (OpenERP) a0318270f5 [WIP] stock_location: if a route is defined on the procurement it has higher priority + refactoring
bzr revid: qdp-launchpad@openerp.com-20130712160533-41ts0t6tgorgptdz
2013-07-12 18:05:33 +02:00
Josse Colpaert a93abb22e1 [WIP] Add _get_route_domain for finding suitable rules in purchase/mrp when stock_location is installed
bzr revid: jco@openerp.com-20130712083740-hz8um0e208r7jsbi
2013-07-12 10:37:40 +02:00
Josse Colpaert 756e40e29a [WIP] Add product_uom_qty when creating moves in mrp
bzr revid: jco@openerp.com-20130711160311-3qhkzj09t0r8gcb6
2013-07-11 18:03:11 +02:00
Quentin (OpenERP) 84a134c46d [FIX] account_anglo_saxon: backport of revision 8787 of trunk
bzr revid: qdp-launchpad@openerp.com-20130710215655-5ym1u4ecsmqdw30n
2013-07-10 23:56:55 +02:00
Quentin (OpenERP) af7cf8a226 [WIP] procurement, project_mrp
bzr revid: qdp-launchpad@openerp.com-20130710150042-djynhii0hrib2rlk
2013-07-10 17:00:42 +02:00
Quentin (OpenERP) d4383a37e1 [WIP] purchase
bzr revid: qdp-launchpad@openerp.com-20130710101616-roothbi3mw9vijr2
2013-07-10 12:16:16 +02:00
Quentin (OpenERP) 49f88904a9 [WIP] pruchase installation
bzr revid: qdp-launchpad@openerp.com-20130710075524-9qekhzwtxp2jeugn
2013-07-10 09:55:24 +02:00
Bharat R. Devnani (OpenERP) e92a18ee0b [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20130701085739-94uxqowz623wudp4
2013-07-01 14:27:39 +05:30
Thibault Delavallée bf4ada34b4 [REF] mail_thread: message_track now uses browse records instead of read results.
Updated addons accordingly.
Updated tests to test corner cases using False / null browse records.

bzr revid: tde@openerp.com-20130627144647-swbj77i84vo9ii0v
2013-06-27 16:46:47 +02:00
Jacques-Etienne Baudoux d9057b17f5 [FIX]purchase: help messages
bzr revid: je@bcim.be-20130625094837-j8xgn85jveo1wl1i
2013-06-25 11:48:37 +02:00
Quentin (OpenERP) ea03ed65b6 [FIX] purchase, accont_anglo_saxon: fixed the creation of invoice from PO lines so that it reuse the _prepare_inv_line() method. This code factorization is needed in order to work with account_anglo_saxon module (before the anglo saxon accounting mode was ignored if the PO's invoicing method was 'generate invoices from PO lines')
bzr revid: qdp-launchpad@openerp.com-20130624090741-eyy2r22yuti0gqit
2013-06-24 11:07:41 +02:00
Quentin (OpenERP) 7e8e2ca75f [FIX] account_anglo_saxon: fixed the computation of price difference inc costing method != 'standard' + added yaml test for the same feature
bzr revid: qdp-launchpad@openerp.com-20130624090329-o423720dp3oc4aez
2013-06-24 11:03:29 +02:00
Cedric Snauwaert 3e3600a43f [FIX]purchase: forgot to add a parameter in onchange_product_id call
bzr revid: csn@openerp.com-20130617084916-x390jr8vq7ams4ov
2013-06-17 10:49:16 +02:00
Bharat R. Devnani (OpenERP) 23e19fd44d [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20130614051756-ez03kbg7jwmhsb7u
2013-06-14 10:47:56 +05:30
Cedric Snauwaert 27be52fb28 [FIX]purchase/purchase_requisition: fix button cancel on tender, and RFQ product onchange with error on price
bzr revid: csn@openerp.com-20130613151120-sc14jeawwpettd03
2013-06-13 17:11:20 +02:00
Cedric Snauwaert cddfd7f129 [FIX]purchase_requisition: add workflow to tender, change procurement workflow and rename purchase requisition into request for tender
bzr revid: csn@openerp.com-20130611130343-gjlhxm694a9z9b7u
2013-06-11 15:03:43 +02:00
Darshan Kalola (OpenERP Trainee) 588e2511a1 [IMP] improve help
bzr revid: darshankalola@gmail.com-20130610114141-763853rbepz0csdd
2013-06-10 17:11:41 +05:30
Darshan Kalola (OpenERP Trainee) 00029958b3 [IMP] improve Help
bzr revid: darshankalola@gmail.com-20130607130240-e5indzh1nzfmy4wk
2013-06-07 18:32:40 +05:30
Cedric Snauwaert fb1975c311 [FIX]purchase: fix onchange on lead time
bzr revid: csn@openerp.com-20130606141536-yjog044wplabax65
2013-06-06 16:15:36 +02:00
Cedric Snauwaert 13b91f8887 [FIX]purchase/purchase_requisition: when copy rfq, delete reference to tender, but not when copy is called when generating po from tender.
bzr revid: csn@openerp.com-20130606133328-p5hgf7mj9ki4zqi7
2013-06-06 15:33:28 +02:00
Cedric Snauwaert 77f8b5f5db [FIX]purchase/purchase_requisition: add various fields in tender and forward them to PO when generated from tender, also corrected bug when creating po_line, needs to get description from product _get_name
bzr revid: csn@openerp.com-20130606131026-c61btgakh66pxn0n
2013-06-06 15:10:26 +02:00
Darshan Kalola (OpenERP Trainee) 8f07cb2046 [IMP] Improved Help
bzr revid: darshankalola@gmail.com-20130605070425-ykw13dlv28aq4akh
2013-06-05 12:34:25 +05:30
Jacques-Etienne Baudoux a6ac384199 [IMP]purchase: improve form view tabs + add incoterm
bzr revid: je@bcim.be-20130604131558-ievmx7sd2fcgt52m
2013-06-04 15:15:58 +02:00
Cedric Snauwaert a9e2b3dfa1 [FIX]purchase_requisition: missing variable in _prepare_purchase_order
bzr revid: csn@openerp.com-20130604084645-sk9jqxkhjk2frf12
2013-06-04 10:46:45 +02:00
Cedric Snauwaert 40b4ccea0a [FIX]purchase: add lead time on purchase order line
bzr revid: csn@openerp.com-20130603103019-gxurr7m3qn1ik0y1
2013-06-03 12:30:19 +02:00
Cedric Snauwaert f887094b49 [FIX]purchase_requisition: small usability change
bzr revid: csn@openerp.com-20130531122424-2es40xunnch896kq
2013-05-31 14:24:24 +02:00
Cedric Snauwaert 5d6379bc62 [FIX]purchase_requisition: working generate_po button and add groups in view for advance bidding mode
bzr revid: csn@openerp.com-20130531073856-v6p416dm50qwzf8x
2013-05-31 09:38:56 +02:00
Cedric Snauwaert d39a918143 [FIX]purchase_requisition: add button and a new state in purchase order workflow and changes in tender process
bzr revid: csn@openerp.com-20130529095150-4f0g1vmfj9h54juu
2013-05-29 11:51:50 +02:00
Randhir Mayatra (OpenERP) c4cbd56be6 [IMP] remove unnecessary chnages
bzr revid: rma@tinyerp.com-20130527111216-dyo8qprm6zh5u3cj
2013-05-27 16:42:16 +05:30
Randhir Mayatra (OpenERP) c96dc3303f [IMP] code improve
bzr revid: rma@tinyerp.com-20130523110343-owr25x1mmr2joheu
2013-05-23 16:33:43 +05:30
Randhir Mayatra (OpenERP) 821e05f477 [IMP] upadte the currency in invoices
bzr revid: rma@tinyerp.com-20130523104820-1qp3zcd8oubz2329
2013-05-23 16:18:20 +05:30
Randhir Mayatra (OpenERP) 58cff7a418 [MERGE] merge with latest trunk
bzr revid: rma@tinyerp.com-20130523065553-7fobc4curgpnqtrw
2013-05-23 12:25:53 +05:30
Thibault Delavallée a05b0bebbe [FORWARD] Forward port of 7.0 branch until revision 9143.
bzr revid: tde@openerp.com-20130521122359-b5vii7gv8arluz06
2013-05-21 14:23:59 +02:00
Randhir Mayatra (OpenERP) a8f9fcca32 [MERGE] merge with latest trunk
bzr revid: rma@tinyerp.com-20130516124832-2fdn9btjt1b4zpal
2013-05-16 18:18:32 +05:30
Quentin (OpenERP) bcf32c6d64 [MERGE] forward port of bugfixes made in addons v7 up to revision 9098.
bzr revid: qdp-launchpad@openerp.com-20130514120341-cvxysuez350hy9s2
2013-05-14 14:03:41 +02:00
Cedric Snauwaert e19d5e4685 [FIX]purchase/stock: when validating a PO, information on scheduled_date was not correct, should take
into account, schedule_date for each product instead of PO date.
Also add a message in chatter whenever we receive a product. Added a function in tools/misc/py for the
purpose of printing correct date in user timezone + timezone information.

bzr revid: csn@openerp.com-20130513145318-qterabm7vmjkezi4
2013-05-13 16:53:18 +02:00
Quentin (OpenERP) e81431007e [FIX] purchase: onchange of product now use information in the supplierinfo of the product for name and description if it exists
bzr revid: qdp-launchpad@openerp.com-20130507064945-o0ma2jxjp6dukceg
2013-05-07 08:49:45 +02:00
Cedric Snauwaert d2ebc393fc [FIX]purchase: in a PO line, description of product should take into account product supplier name and code
bzr revid: csn@openerp.com-20130429114832-jqtes30p1qnywotz
2013-04-29 13:48:32 +02:00
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Randhir Mayatra (OpenERP) b6ad182a70 [MERGE] merge with trunk
bzr revid: rma@tinyerp.com-20130411130015-n7tetfiol6go2yic
2013-04-11 18:30:15 +05:30
Thibault Delavallée 4da68cbc22 [FORWARD] Forward port of addons 7.0 until revision 9008
bzr revid: tde@openerp.com-20130411124446-73gzyw3eo925w3dv
2013-04-11 14:44:46 +02:00
Raphael Collet 894eeef8e0 [MERGE] from trunk
bzr revid: rco@openerp.com-20130411073708-gaxl2332umtedmg6
2013-04-11 09:37:08 +02:00
Quentin (OpenERP) 8c8bfd706b [FIX] purchase, sale_stock: fix computation of date_planned when no timezone is defined for the user
bzr revid: qdp-launchpad@openerp.com-20130409122530-svv1kpk57s2nrsa9
2013-04-09 14:25:30 +02:00
Cedric Snauwaert a7bf53ebaa [FIX]error introduce in revid:odo@openerp.com-20130405151451-anjsdt18gmsxr01k
function date_to_datetime should return a date in server datetime format

bzr revid: csn@openerp.com-20130409091433-4u3nxejdrti7czu3
2013-04-09 11:14:33 +02:00
Olivier Dony ef84d5c421 [FIX] sale_stock,purchase: review help string + remove incorrect fallback to local TZ
See also http://bugs.python.org/issue7229

bzr revid: odo@openerp.com-20130404092134-0zt7blbl1kt3p0lz
2013-04-04 11:21:34 +02:00
Raphael Collet 96ad608854 [IMP] general: use registry[X] instead registry.get(X) when X is dynamic
bzr revid: rco@openerp.com-20130329143720-80pkd4csemlk1aqz
2013-03-29 15:37:20 +01:00
Thibault Delavallée becbd707cf [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130329105546-epbmbbxd64cncj2h
2013-03-29 11:55:46 +01:00
Vo Minh Thu 5f73b48816 [REF] purchase: removed openerp.pooler imports.
bzr revid: vmt@openerp.com-20130327114111-gxtnb95f59m2k009
2013-03-27 12:41:11 +01:00
Jigar Amin c1afba4742 [FIX] SO/PO: Fixed date to dateime convestion for expected date based on Order Date, Converstion is based on assumption date date will be in user tz and taking 12:00 hours time to make right time converstion
bzr revid: jam@tinyerp.com-20130326121437-89c42jtdw7qv3l2w
2013-03-26 05:14:37 -07:00
Jigar Amin 918db01d0e [FIX] purcahse preserver the user UTC oder confimation time to avoid negative date issue
bzr revid: jam@tinyerp.com-20130325093526-1m9wiikdga8v6s6x
2013-03-25 15:05:26 +05:30
Turkesh Patel (Open ERP) 7175b3e3fb [IMP] make strings translatable
bzr revid: tpa@tinyerp.com-20130321053855-2cg08qtcsjrouo35
2013-03-21 11:08:55 +05:30
Turkesh Patel (Open ERP) cd90ed025a [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20130321045350-wrm8yh6p0zywlhbb
2013-03-21 10:23:50 +05:30
Quentin (OpenERP) d4b1f78b57 [FIX] purchase; don't try to post messages on PO if there is no purchase related to an invoice
bzr revid: qdp-launchpad@openerp.com-20130314170226-3bvvsvd8aq2a9lkg
2013-03-14 18:02:26 +01:00
Turkesh Patel (Open ERP) b979204344 [IMP] give name to the wizard and improve domain
bzr revid: tpa@tinyerp.com-20130308093740-al8tywa721h3spy1
2013-03-08 15:07:40 +05:30
Thibault Delavallée 9809dd5a43 [MERGE] Task 'OpenChatter: functional usability 1'
Creation log: Document created -> <model_name> created
Add some missing notifications in sale order and purchase order

bzr revid: tde@openerp.com-20130305111450-lb59pi9rpzuhhgve
2013-03-05 12:14:50 +01:00
Thibault Delavallée 2e039c3d5c [CLEAN] Small code cleaning before merging (context management, coding style).
bzr revid: tde@openerp.com-20130305104801-d254qf2it3k22xl5
2013-03-05 11:48:01 +01:00
Ravish (Open ERP) cca957c716 currecy_so_po_improve
bzr revid: rmu@tinyerp.com-20130304112206-dk1486i17igx33g0
2013-03-04 16:52:06 +05:30
Ravish (Open ERP) 9b31288c14 currecy_so_po
bzr revid: rmu@tinyerp.com-20130304105532-hzwakhr1y71q88iz
2013-03-04 16:25:32 +05:30
Bhumi Thakkar (Open ERP) 69fcf7bb62 [IMP] Remove bold and capital in first letter.
bzr revid: bth@tinyerp.com-20130220054249-4n3zpwvo767u6h4l
2013-02-20 11:12:49 +05:30
Bhumi Thakkar (Open ERP) c1951e6043 [IMP] Add context as a dictionary if it is none.
bzr revid: bth@tinyerp.com-20130218085340-qqnw8n27my6mji5m
2013-02-18 14:23:40 +05:30
Bhumi Thakkar (Open ERP) 88e8efcc12 [IMP] Improve code in py.
bzr revid: bth@tinyerp.com-20130218083052-9ja7p7wqn9dn2s4s
2013-02-18 14:00:52 +05:30
Bhumi Thakkar (Open ERP) bdae636bca [IMP] Improve code for message on chatter RFQ created on PO created.
bzr revid: bth@tinyerp.com-20130218054017-s5kdnnhizlg8x7j5
2013-02-18 11:10:17 +05:30
Bhumi Thakkar (Open ERP) 13b819939a [REV] Revert some lines.
bzr revid: bth@tinyerp.com-20130218051821-f9490nvrqfdgivvr
2013-02-18 10:48:21 +05:30
Bhumi Thakkar (Open ERP) 7b37981a7e [IMP] Add messages on chatter for PO done & Products received & invoice paid in PO.
bzr revid: bth@tinyerp.com-20130215134615-gp5vb5jy2tb0sl5a
2013-02-15 19:16:15 +05:30
Bhumi Thakkar (Open ERP) 96db819d5a [IMP] Improve code for invoice paid.
bzr revid: bth@tinyerp.com-20130215134151-umev5om824ndnq0r
2013-02-15 19:11:51 +05:30
Paramjit Singh Sahota 3c1af23aae Removed Invoice paid message post.
bzr revid: psa@tinyerp.com-20130215133955-rl08108crvw2bbvg
2013-02-15 19:09:55 +05:30
Paramjit Singh Sahota 72aa23664a [IMP] Added message post for the Purchase Order done.
bzr revid: psa@tinyerp.com-20130215133635-yc25srcgf07zmawv
2013-02-15 19:06:35 +05:30
Bhumi Thakkar (Open ERP) a388774265 [IMP] Message on chatter Quotation created for SO and RFQ created when PO created when record created.
bzr revid: bth@tinyerp.com-20130215131933-moln7gh4563r1gdx
2013-02-15 18:49:33 +05:30
Bhumi Thakkar (Open ERP) ad6d133d3c [MERGE] Merge lp:openobeject-addons.
bzr revid: bth@tinyerp.com-20130215122526-einsh4wazw2e1lxs
2013-02-15 17:55:26 +05:30
Paramjit Singh Sahota 070fd0a00d [IMP] Message post when the invoice is paid.
bzr revid: psa@tinyerp.com-20130215115921-vbeaw8tnx3d65yll
2013-02-15 17:29:21 +05:30
Paramjit Singh Sahota f8e78b68c6 [IMP] Removed little bit code for concating the message_post.
bzr revid: psa@tinyerp.com-20130215112117-v6jwvl2p6f2goczz
2013-02-15 16:51:17 +05:30
Paramjit Singh Sahota b581d65253 [IMP] Combined the second message posts in one.
bzr revid: psa@tinyerp.com-20130214094724-vwxhd13erdhwmk3m
2013-02-14 15:17:24 +05:30
Paramjit Singh Sahota 89d45ad9ec [IMP] Added message post for 'Invoice Paid.' when the invoice is paid in PO.
bzr revid: psa@tinyerp.com-20130214063655-15kjqgc67fwcqw9f
2013-02-14 12:06:55 +05:30
Paramjit Singh Sahota 0558ed61d9 [IMP] Added message post for 'Invoice Received' when the invoice is validated in PO.
bzr revid: psa@tinyerp.com-20130214060846-xed5pskiv0cw40tn
2013-02-14 11:38:46 +05:30
Paramjit Singh Sahota c7d5fbd912 [IMP] Added message post when the 'Products Received' in PO.
bzr revid: psa@tinyerp.com-20130213132450-jwq7nvast54vcg9m
2013-02-13 18:54:50 +05:30
Paramjit Singh Sahota 478c649984 [IMP] Improved code for the 'Invoice received.' message post on validating the invoice.
bzr revid: psa@tinyerp.com-20130206084432-z0vbjs6nvsmn8fxx
2013-02-06 14:14:32 +05:30
Paramjit Singh Sahota cdeddf0590 [IMP] Removed unwanted import
bzr revid: psa@tinyerp.com-20130206050655-dt1exkopyzto4xfi
2013-02-06 10:36:55 +05:30
Paramjit Singh Sahota a9bdfddff7 [IMP] Added logs in Purchase order
'Invoice Paid.' and 'Product Received'.

bzr revid: psa@tinyerp.com-20130206050405-9dxabdpcsw075lnw
2013-02-06 10:34:05 +05:30
Ajay Chauhan (OpenERP) 4ce0098aa7 [FIX] purchase: removed unused imports.
bzr revid: cha@tinyerp.com-20130131094728-944bmu3sa1dmbhzy
2013-01-31 15:17:28 +05:30
Vo Minh Thu 830acb128d [IMP] purchase: use the new ORM methods create_workflow, delete_workflow, redirect_workflow.
bzr revid: vmt@openerp.com-20130129122808-etp3ytphzn2cxnr1
2013-01-29 13:28:08 +01:00
Vo Minh Thu a2679597a0 [IMP] purchase: use the new signal_xxx methods instead of trg_validate.
bzr revid: vmt@openerp.com-20130125165355-78o1utblskn0sa5e
2013-01-25 17:53:55 +01:00
Olivier Dony 49597f0e66 [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community
bzr revid: odo@openerp.com-20121221164808-kdjrtcbgma4dr3on
2012-12-21 17:48:08 +01:00
Thibault Delavallée f49f43958d [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121221100609-2x59amtxj4sjedcu
2012-12-21 11:06:09 +01:00
Thibault Delavallée b37450ba49 [IMP] sale, purchase, invoice: automatically subscibe recipints of Send by email as document followers.
bzr revid: tde@openerp.com-20121221095902-k2xk928po48cogdm
2012-12-21 10:59:02 +01:00
Thibault Delavallée e3c31cab9e [IMP] track_visibility atribute: moved onto explicit strings.
bzr revid: tde@openerp.com-20121220114730-nip8qaaajr5mqw6s
2012-12-20 12:47:30 +01:00
Thibault Delavallée d737a7f098 [IMP] sale, purchase, hr_timesheet_sheet, hr_holidays, event, crm_meeting: fixed, improved and cleaned needaction_domain_get.
bzr revid: tde@openerp.com-20121220100005-d0r0se41fx83w38c
2012-12-20 11:00:05 +01:00
Thibault Delavallée 3dadb7b062 [CLEAN] Purchase: small code cleanup and subtypes update.
bzr revid: tde@openerp.com-20121219170228-bc143sbqcl0nqwsz
2012-12-19 18:02:28 +01:00
Thibault Delavallée cd290565a4 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121219093924-5rqmhb6ve7bv7qzl
2012-12-19 10:39:24 +01:00
Fabien Pinckaers 065821dfd6 [MOD] use read() instead of browse
bzr revid: fp@tinyerp.com-20121218234907-j672neyvifmo4bur
2012-12-19 00:49:07 +01:00
Olivier Dony 03b6acd13d [MERGE] Access inherited product fields on the product directly rather than template, courtesy of Alexis de Lattre (Akretion)
It makes the code a little more straightforward and does not hurt.

bzr revid: odo@openerp.com-20121218225015-6r9ydxjlh147m3z1
2012-12-18 23:50:15 +01:00
Fabien Pinckaers 41f7f27881 [IMP] several subtype fixes
bzr revid: fp@tinyerp.com-20121218220617-d6ebdlkf1facw4x8
2012-12-18 23:06:17 +01:00
Thibault Delavallée 8e0c7f9781 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121218181852-j9qg1po5y4yw67ko
2012-12-18 19:18:52 +01:00
Quentin (OpenERP) b8e3477f06 [MERGE] procurement workflow fixes + removal of a unused file hr_payroll_account/hr_payroll_account_workflow.xml
bzr revid: qdp-launchpad@openerp.com-20121218161136-dqcinl0gputptkt3
2012-12-18 17:11:36 +01:00
Thibault Delavallée b95b32d644 [MERGE] Merged branch holding subtype work by APA.
bzr revid: tde@openerp.com-20121218131142-2jb6wac6y9q6dc7v
2012-12-18 14:11:42 +01:00
Raphael Collet 73980eba5f [MERGE] trunk-import-openerp-thu (use strict naming convention when importing openerp stuff)
bzr revid: rco@openerp.com-20121218085914-qzr2upqfxmfbzfsx
2012-12-18 09:59:14 +01:00
Foram Katharotiya (OpenERP) a972f0181d [MERGE] with trunk
bzr revid: fka@tinyerp.com-20121218045009-drt4gjkcnpl5hxxr
2012-12-18 10:20:09 +05:30
Olivier Dony 411d6d931d [FIX] sale,purchase: allow SO/PO long description to propagate to procurement.order and stock.move, remove size limits
bzr revid: odo@openerp.com-20121217222827-ga62qttp4wxzu7rv
2012-12-17 23:28:27 +01:00
Cecile Tonglet a3939acfa5 [FIX] replace from/import decimal_precision by from/import openerp.addons.decimal_precision
bzr revid: cto@openerp.com-20121217152303-8e3b1x30rlw9cb0d
2012-12-17 16:23:03 +01:00
Quentin (OpenERP) d1458e2620 [FIX] purchase: fixed bad split of methods
bzr revid: qdp-launchpad@openerp.com-20121217081351-ye786a737n5a5bys
2012-12-17 09:13:51 +01:00
Quentin (OpenERP) 82eb22c536 [FIX] purchase: fix
bzr revid: qdp-launchpad@openerp.com-20121214191123-uj8bvvp18kive0aw
2012-12-14 20:11:23 +01:00
Quentin (OpenERP) 0c0c081676 [FIX] purchase, procurement: workflow of procurement order fixed
bzr revid: qdp-launchpad@openerp.com-20121214163921-hevj7um2n7jf8e1p
2012-12-14 17:39:21 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Foram Katharotiya (OpenERP) 955f2588a2 [MERGE] with trunk
bzr revid: fka@tinyerp.com-20121210045724-sk2hk8mmi8iahfwn
2012-12-10 10:27:24 +05:30
Fabien Pinckaers f78acc003d [IMP] purchase min qty useability
bzr revid: fp@tinyerp.com-20121208142819-zy5vn9z12aigbur0
2012-12-08 15:28:19 +01:00
Fabien Pinckaers 5c98593604 [IMP] fields name
bzr revid: fp@tinyerp.com-20121208104558-2jr4j84go4gcemrb
2012-12-08 11:45:58 +01:00
Vo Minh Thu ca89ae8f71 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206151316-u1eqx41ltjpz2lrd
2012-12-06 16:13:16 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Arnaud Pineux e7477373e9 [FIX] purchase double validation unistall fixed
bzr revid: api@openerp.com-20121206092412-1eki0578ggcjoioz
2012-12-06 10:24:12 +01:00
Bhumi Thakkar (Open ERP) 163c118b69 [IMP] Renamed String.
bzr revid: bth@tinyerp.com-20121206071410-rdt5c70n5hl7uak9
2012-12-06 12:44:10 +05:30
Bhumi Thakkar (Open ERP) 39470414b0 [IMP]String Replaced Invoiced to Invoice Ratio and Given string to currency_id field.
bzr revid: bth@tinyerp.com-20121205083731-vuyi112ouewch5iw
2012-12-05 14:07:31 +05:30
Foram Katharotiya (OpenERP) c300280eff [MERGE] with trunk
bzr revid: fka@tinyerp.com-20121205053732-s966xh7rx0nwajsm
2012-12-05 11:07:32 +05:30
Quentin (OpenERP) a68e5f9041 [MERGE] merged the branch with supplier payment term from alexis de Lattre (Akretion). Thanks for the nice proposal
bzr revid: qdp-launchpad@openerp.com-20121130171130-dugntyqmjunwr20m
2012-11-30 18:11:30 +01:00
Alexis de Lattre cad4abe56c Merge with addons/trunk revno 8168.
Adapt demo data to the rename of partner XML IDs in server/trunk.

bzr revid: alexis@via.ecp.fr-20121129222645-lm5ujxf4a1a83aoz
2012-11-29 23:26:45 +01:00
Randhir Mayatra (OpenERP) f967d0282f [MERGE] merge with parent
bzr revid: rma@tinyerp.com-20121128052007-0zbqsgxa5ut0iict
2012-11-28 10:50:07 +05:30
Sanjay Gohel (Open ERP) 069d2878d3 [MERGE]merge with trunk
bzr revid: sgo@tinyerp.com-20121128045539-fgmakwnhizu321rv
2012-11-28 10:25:39 +05:30
Fabien Pinckaers 854284b6af [MERGE] fgi improve
bzr revid: fp@openerp.com-20121127215908-q5yt8nwna6gmdu88
2012-11-27 22:59:08 +01:00
Sanjay Gohel (Open ERP) 257bc28f47 [MERGE]merge with trunk
bzr revid: sgo@tinyerp.com-20121127132410-97fdoscu8mhg7d6r
2012-11-27 18:54:10 +05:30
Randhir Mayatra (OpenERP) 3b01af0ea8 [MERGE] merge with parent
bzr revid: rma@tinyerp.com-20121127051055-s57dyv5j8c0u2w4x
2012-11-27 10:40:55 +05:30
Fabien Pinckaers b9535b0f27 [IMP] Misc useability improvement in account
[MERGE] warehouse misc imp, receptions
[IMP] fixes in po

bzr revid: fp@tinyerp.com-20121126182811-kgqve7pzzqddx86g
2012-11-26 19:28:11 +01:00
Randhir Mayatra (OpenERP) bbf39667de [IMP] remove extra code
bzr revid: rma@tinyerp.com-20121126115137-0nrsd61ye9uq73w9
2012-11-26 17:21:37 +05:30
Randhir Mayatra (OpenERP) e6aa825a0e [IMP] remove extra line in code
bzr revid: rma@tinyerp.com-20121126113327-vtcbxoqxyyj26ku9
2012-11-26 17:03:27 +05:30
Randhir Mayatra (OpenERP) e504c5b398 [IMP] improve the code
bzr revid: rma@tinyerp.com-20121126111954-j31pq21h08w8qp4h
2012-11-26 16:49:54 +05:30
Randhir Mayatra (OpenERP) ced0105429 [IMP] improve the code
bzr revid: rma@tinyerp.com-20121126110854-j1t4yhh3glbr6g0g
2012-11-26 16:38:54 +05:30
Randhir Mayatra (OpenERP) 71b035a4b0 [IMP] improve the code
bzr revid: rma@tinyerp.com-20121126105927-a7br219gcmswj8jz
2012-11-26 16:29:27 +05:30
Randhir Mayatra (OpenERP) e6bf7ce323 [MERGE] merge with parent
bzr revid: rma@tinyerp.com-20121126062433-v14gq1lawhqftrpy
2012-11-26 11:54:33 +05:30
Ajay Chauhan (OpenERP) 2f47a6be9f [IMP] purchase: added print button to print quotation
bzr revid: cha@tinyerp.com-20121123133619-t827uucsw6obilcz
2012-11-23 19:06:19 +05:30
Randhir Mayatra (OpenERP) a87573108a [IMP] make changes into purchase
bzr revid: rma@tinyerp.com-20121123101545-mkn024hrfw0pte62
2012-11-23 15:45:45 +05:30
Ajay Chauhan (OpenERP) 17bb9448ba [FIX] purchase: solved issue of PO not goes in sent state
bzr revid: cha@tinyerp.com-20121123062618-r3klopmt0b3czczt
2012-11-23 11:56:18 +05:30
Ajay Chauhan (OpenERP) 5a52dd362b [IMP] purchase: made 'invoicing control' readonly for states other than 'draft & sent'
bzr revid: cha@tinyerp.com-20121122114537-0uu81oyv7gjtvgjp
2012-11-22 17:15:37 +05:30
Foram Katharotiya (OpenERP) 1a203c4328 [MERGE] with trunk
bzr revid: fka@tinyerp.com-20121121045112-60ua4lrarhn4n0ye
2012-11-21 10:21:12 +05:30
Foram Katharotiya (OpenERP) 81e891f34e [IMP] add subtype in purchase
bzr revid: fka@tinyerp.com-20121120073350-i79t54g8p7pqzk05
2012-11-20 13:03:50 +05:30
Randhir Mayatra (OpenERP) d23c5c8dca [MERGE]merge with trunk
bzr revid: rma@tinyerp.com-20121119110824-rj4y32rfbszqln7g
2012-11-19 16:38:24 +05:30
Olivier Dony f5f6547fa7 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121113164544-21tmr4bmpt2n1mfl
2012-11-13 17:45:44 +01:00
Thibault Delavallée ea4eb01ac1 [FIX] sale, purchase, account: send by email button calls the mail.compose.message in comment mode.
bzr revid: tde@openerp.com-20121113112038-hwp41jldofq1al6k
2012-11-13 12:20:38 +01:00
Fabien Pinckaers fd1a5a5418 [MERGE] fix tax compute on purchase
bzr revid: fp@tinyerp.com-20121112083800-rddey7xqc4q1tlgq
2012-11-12 09:38:00 +01:00
Randhir Mayatra (OpenERP) 7377e48bbd [IMP] change the read only for destination location
bzr revid: rma@tinyerp.com-20121109071528-la7r8x5jtelv5f8c
2012-11-09 12:45:28 +05:30
Randhir Mayatra (OpenERP) c18c3143a1 [MERGE]merge with parent branch
bzr revid: rma@tinyerp.com-20121109071053-46pb7d6v77pjzdud
2012-11-09 12:40:53 +05:30
Randhir Mayatra (OpenERP) b405fe1641 [MERGE] merge with parent branch
bzr revid: rma@tinyerp.com-20121108090753-hzi0u3wmyezxf8jo
2012-11-08 14:37:53 +05:30
Randhir Mayatra (OpenERP) 48162fbbea [IMP] make changes in view invoicce button
bzr revid: rma@tinyerp.com-20121108090636-wyeme07331yp0akb
2012-11-08 14:36:36 +05:30
Atul Patel (OpenERP) 2569b98288 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20121107165906-hpmxixny953556jn
2012-11-07 22:29:06 +05:30
Olivier Dony c9d5148991 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121107114202-mt3gny8e2497m7qf
2012-11-07 12:42:02 +01:00
Vo Minh Thu abbe3ac1de [MERGE] removed a few warnings.
bzr revid: vmt@openerp.com-20121106150431-rem9us13kevan8y0
2012-11-06 16:04:31 +01:00
Randhir Mayatra (OpenERP) 6f4d8e1408 [IMP] add the view_invoice field in purchase order
bzr revid: rma@tinyerp.com-20121106133616-qq1cg1o25l1uzn97
2012-11-06 19:06:16 +05:30
Randhir Mayatra (OpenERP) d421c189fa [IMP] make changes into purchase as per requirement
bzr revid: rma@tinyerp.com-20121106112844-wt4xnn3o90w08pxk
2012-11-06 16:58:44 +05:30
Atul Patel (OpenERP) 19268332b1 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20121106093809-eibhpjjkulqddb4m
2012-11-06 15:08:09 +05:30
Fabien Pinckaers cd68364301 [MERGE] English typos
bzr revid: fp@openerp.com-20121102173407-umicel4287htim14
2012-11-02 18:34:07 +01:00
Fabien Pinckaers d7a2859974 [MERGE] purchase improvement
bzr revid: fp@tinyerp.com-20121102090558-ps7d0djooxytvwov
2012-11-02 10:05:58 +01:00
Fabien Pinckaers 062de3f041 [EMRGE] journal_id on purchases
bzr revid: fp@tinyerp.com-20121102081326-q445izc6tje7axb1
2012-11-02 09:13:26 +01:00
Nimesh (Open ERP) cd6de8ccd2 [ADD] add method to open the invoice in tree or form view accordingly.
bzr revid: nco@tinyerp.com-20121102060520-5st9qkxd9p6u5uuy
2012-11-02 11:35:20 +05:30
Saurang Suthar c3238e3214 [FIX]purchase:fixed the issue of product-dependent tax computation is broken
bzr revid: ssu@tinyerp.com-20121031105224-hkoeo2u8cpr4m8oi
2012-10-31 16:22:24 +05:30
Ajay Chauhan (OpenERP) 8f5814fe60 [IMP] purchase: made revised code in if condition
bzr revid: cha@tinyerp.com-20121030092324-5l5x1l7l3p39z1gx
2012-10-30 14:53:24 +05:30
Nimesh (Open ERP) cee64e310d [IMP] set page string and remove invoice stat field due to use of multiple time.
bzr revid: nco@tinyerp.com-20121030084031-n6q4b1p4650f1dy7
2012-10-30 14:10:31 +05:30
Nimesh (Open ERP) a4b0b789dd [IMP] invoice control manual invisible button.
bzr revid: nco@tinyerp.com-20121029134845-wl1sr4mn9a4g4iud
2012-10-29 19:18:45 +05:30
Vijaykumar Baladaniya de55e6d736 [MERGE]merge with trunk-terminology_batch2.
bzr revid: vba@tinyerp.com-20121029055922-pmwrqgxq8yo3qb20
2012-10-29 11:29:22 +05:30
Ajay Chauhan (OpenERP) 189f79a50c [MERGE] merge with lp:openobject-addons
bzr revid: cha@tinyerp.com-20121029050914-dg98dhob2l2ijngt
2012-10-29 10:39:14 +05:30
Atul Patel (OpenERP) 740fc96a99 [FIX]: Add journal_id field in po
bzr revid: atp@tinyerp.com-20121025100515-c762m282rrij3duz
2012-10-25 15:35:15 +05:30
Ajay Chauhan (OpenERP) 982b9a0bc5 [MERGE] merge with main addons
bzr revid: cha@tinyerp.com-20121025094030-pruvz0qgeqap9h4d
2012-10-25 15:10:30 +05:30
Fabien Pinckaers 375d261e08 [FIX] misc fixes & useability ps week 41
bzr revid: fp@tinyerp.com-20121025083644-19mnzr6ktbpppgjg
2012-10-25 10:36:44 +02:00
Vijaykumar Baladaniya 7850a91339 [IMP]Improve a tooltip.
bzr revid: vba@tinyerp.com-20121023130242-pu2o7e9x7lpr7g36
2012-10-23 18:32:42 +05:30
Olivier Dony 6fadb45325 [IMP] sale,purchase,invoice: make `Send by mail` action more robust to template/view deletion
bzr revid: odo@openerp.com-20121023115628-3wvxcrkgazhi9p75
2012-10-23 13:56:28 +02:00
Ajay Chauhan (OpenERP) 41cef6c67c [IMP] purchase: chanded onchange method to create PO line without supplier & pricelist
bzr revid: cha@tinyerp.com-20121018125856-jztpc7nbmkhqr100
2012-10-18 18:28:56 +05:30
Ajay Chauhan (OpenERP) 0ebf33448b [IMP] purchase: made changes in warning message
bzr revid: cha@tinyerp.com-20121016092309-n08c5y39f2ifv13s
2012-10-16 14:53:09 +05:30
Mayur Maheshwari (OpenERP) 0b87880029 [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012114258-w2q3hg1wb5wlt8wi
2012-10-12 17:12:58 +05:30
Turkesh Patel (Open ERP) 96c8ffb701 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20121012055152-qyi3ev9bt0qwua44
2012-10-12 11:21:52 +05:30
Turkesh Patel (Open ERP) bd845cd967 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20121011062451-x18b75ehdwp1gpp8
2012-10-11 11:54:51 +05:30
Fabien Pinckaers dd5f5eca9b [MERGE]
bzr revid: fp@openerp.com-20121010203818-32otffomve5ifm16
2012-10-10 22:38:18 +02:00
Fabien Pinckaers 7813f13442 [MERGE]
bzr revid: fp@openerp.com-20121010190438-x2o6jhuoknexa67k
2012-10-10 21:04:38 +02:00
Quentin (OpenERP) 155680a158 [IMP] purchase: added monetary widget on purchase order form view
bzr revid: qdp-launchpad@openerp.com-20121010112013-d6z1iq6hpjgdle63
2012-10-10 13:20:13 +02:00
Fabien Pinckaers eb9a49718f [MERGE] procuremnt msgs improved
bzr revid: fp@tinyerp.com-20121004133829-re00elfxxlq6oayq
2012-10-04 15:38:29 +02:00
RGA(OpenERP) 2ee00a9527 [fix] add hook in purchase to fix warrning of field 'purchase_id' does not exist on browse
bzr revid: rgaopenerp-20121004074334-ardk1mi41e5hmabc
2012-10-04 13:13:34 +05:30
Mayur Maheshwari (OpenERP) be42204adf [FIX]product : remove lemda from defaults
bzr revid: mma@tinyerp.com-20121003113846-mjjtghoxdu8h2nq8
2012-10-03 17:08:46 +05:30
Harry (OpenERP) dd44dab68c [FIX] small issues
bzr revid: hmo@tinyerp.com-20121003113810-mnlg6rf50xi2ljnt
2012-10-03 17:08:10 +05:30
Harry (OpenERP) 319ba65bb8 [MERGE]
bzr revid: hmo@tinyerp.com-20121003105212-651698je5ye1zpuz
2012-10-03 16:22:12 +05:30
Mayur Maheshwari (OpenERP) 5eb45dc4a8 [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20121003101055-2phrkr59lefzu4co
2012-10-03 15:40:55 +05:30
Tejas Tank 9c2ca851e2 [IMP] procurement: Products reserverd from stock & added Manufucture Order in procurement.
bzr revid: tta@openerp.com-20121003094341-suosaw2sum3grn7k
2012-10-03 15:13:41 +05:30
Tejas Tank 0f534670ea [IMP] open chatter messages on the procurement.
bzr revid: tta@openerp.com-20121003075730-hkwuqmpkriswphgh
2012-10-03 13:27:30 +05:30
Mayur Maheshwari (OpenERP) 8306d9226e [IMP]Product: sale_delay, loc_rack, loc_row, loc_case fields move from product to stock and purchase_ok field move from product to purchase and related views and data updated
bzr revid: mma@tinyerp.com-20121003064840-0zsgb6ntp4yfc46z
2012-10-03 12:18:40 +05:30
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
Fabien Pinckaers ce4a56d667 [MERGE] default UoM for purchase orders
bzr revid: fp@tinyerp.com-20120930114014-4zttrxf8tqwmr17r
2012-09-30 13:40:14 +02:00
Fabien Pinckaers 4218f4cf70 [MERGE]
bzr revid: fp@tinyerp.com-20120929102308-h7spz0zxvcr1zyyn
2012-09-29 12:23:08 +02:00
Mayur Maheshwari (OpenERP) 3a161c4d8c [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20120921062628-8wlq1ou35ddekg85
2012-09-21 11:56:28 +05:30
Harry (OpenERP) 7b8d6acf8b [FIX] purchase: use mail.mail model
bzr revid: hmo@tinyerp.com-20120919130412-v9q4hb3pcanjkptk
2012-09-19 18:34:12 +05:30
Mayur Maheshwari (OpenERP) 387f89cd22 [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20120919111906-oqjbed0qmx81ayo0
2012-09-19 16:49:06 +05:30
Harry (OpenERP) 794e9864aa [MERGE]
bzr revid: hmo@tinyerp.com-20120919061054-m0569rv51tlnxw3j
2012-09-19 11:40:54 +05:30
Mayur Maheshwari (OpenERP) ba567b3850 [IMP]purchase : added name field in analytic plan,improve string of dashboard and invoice control, make purchase line editable when analytic distribution is available, added act_window of create invoice for incoming shipment
bzr revid: mma@tinyerp.com-20120917113113-irc6taebmwqrfxys
2012-09-17 17:01:13 +05:30
Harry (OpenERP) 20820fd8c5 [FIX] purchase: if user does not belong to UOM group, should not display warning regarding UOM category mismatch.
bzr revid: hmo@tinyerp.com-20120917084534-tdr8e6ygjrywv6eg
2012-09-17 14:15:34 +05:30
Harry (OpenERP) c5f4030da3 [MERGE]
bzr revid: hmo@tinyerp.com-20120914133253-01rv4tvshtlw902n
2012-09-14 19:02:53 +05:30
Randhir Mayatra (OpenERP) db6f8dc681 [MERGE] merge with parent branch
bzr revid: rma@tinyerp.com-20120913123842-kh54lf033cxdiicw
2012-09-13 18:08:42 +05:30
Randhir Mayatra (OpenERP) faf895d4be [IMP] solve issues in purchase
bzr revid: rma@tinyerp.com-20120913114910-tz83d1m14q17h6uf
2012-09-13 17:19:10 +05:30
Mayur Maheshwari (OpenERP) c31c8a09c6 [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20120913051706-1lm8s0xgl8qsseso
2012-09-13 10:47:06 +05:30
Mayur Maheshwari (OpenERP) 10fca1992b [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20120912100259-k81vv67yg6ydqnwu
2012-09-12 15:32:59 +05:30
Thibault Delavallée f0a792c565 [FIX] purchase, account: updated call to mail.compose.message form view, using default values for the form.
bzr revid: tde@openerp.com-20120911141650-krnq836afvwmpln2
2012-09-11 16:16:50 +02:00
Randhir Mayatra (OpenERP) 9adfec126d [IMP]improve the purchase view
bzr revid: rma@tinyerp.com-20120911083143-2typsouj4apih3h4
2012-09-11 14:01:43 +05:30
Thibault Delavallée c52ab94960 [REVIEW] addons: small cleanups nex to a diff read. Some improvements will follow, this commit is about small cleanups.
bzr revid: tde@openerp.com-20120904092820-56zgwpkqfpd7as5k
2012-09-04 11:28:20 +02:00
Mayur Maheshwari (OpenERP) 5710f88977 [IMP]stock : pass a type of move in sale and purchase
bzr revid: mma@tinyerp.com-20120830124952-02bmcrfk33z0zff4
2012-08-30 18:19:52 +05:30
Amit (OpenERP) 0de2375399 [Merge] Merge with main addons
bzr revid: amp@tinyerp.com-20120829064714-bq0fdo7cnlla5z0x
2012-08-29 12:17:14 +05:30
Fabien Pinckaers b531d9cff1 [IMP] needaction after mail.thread
bzr revid: fp@tinyerp.com-20120822153145-g7xopqq7oje7y60c
2012-08-22 17:31:45 +02:00
Fabien Pinckaers b62858e83e [IMP] Merging different ways of posting a message:
message_append_note
  message_append_dict
  message_append
  --> merged all to message_post

bzr revid: fp@tinyerp.com-20120817100302-bqsqv23ogrchslew
2012-08-17 12:03:02 +02:00
Fabien Pinckaers a2b7f82a81 [IMP] no auto_follow, we will use auto-compose instead on some actions
bzr revid: fp@tinyerp.com-20120816090243-nzu6ounygswiceqi
2012-08-16 11:02:43 +02:00
Fabien Pinckaers e5b76be9b8 [IMP] merge trunk
bzr revid: fp@tinyerp.com-20120816072402-7w1avco6ryt12x10
2012-08-16 09:24:02 +02:00
Thibault Delavallée 8b616f3302 [REM] sale, purcahse, crm_phonecall, analytic: stop subscribing default subscribed users. Purchase: added monitored field: validator.
bzr revid: tde@openerp.com-20120815201320-gzkzdm14vnni8dsq
2012-08-15 22:13:20 +02:00
Fabien Pinckaers d820e866ee [MERGE] trunk
bzr revid: fp@openerp.com-20120815185713-82zylb0yqqgs008y
2012-08-15 20:57:13 +02:00
Fabien Pinckaers 8b61ed737c [IMP] need action new implementation
bzr revid: fp@openerp.com-20120815102919-w3iuspeoz5fmz97u
2012-08-15 12:29:19 +02:00
Quentin (OpenERP) 8d23cb9ad2 [MERGE] trunk + lp bug branch
bzr revid: qdp-launchpad@openerp.com-20120814144336-93vym1dfc4i6j0dy
2012-08-14 16:43:36 +02:00
Quentin (OpenERP) 0bcf969ec7 [MERGE] lp: 932059 (removal of dead state in PO)
bzr revid: qdp-launchpad@openerp.com-20120814143751-e14dqq9ofcf69jgb
2012-08-14 16:37:51 +02:00
Quentin (OpenERP) 1232812cc6 [MERGE] merged branch that corrects the decimal precision on fields. Courtesy of Akretion
bzr revid: qdp-launchpad@openerp.com-20120814141040-oaf7d56thhi2s9rm
2012-08-14 16:10:40 +02:00
Antonin Bourguignon 59aa37f0e4 [IMP] all the warning messages now start with 'Warning\!' (not 'Warning' or 'Warning \!')
bzr revid: abo@openerp.com-20120807113414-7mryqyt3jnq8shsa
2012-08-07 13:34:14 +02:00
Antonin Bourguignon 8a64e7580a [IMP] all the error messages now start with 'Error\!' (not 'Error' or 'Error \!')
bzr revid: abo@openerp.com-20120807113137-44vehm0mthqawlo3
2012-08-07 13:31:37 +02:00
Antonin Bourguignon b0e8ae4c7d [IMP] error messages
fix errors ending with an exclamation point; use a point instead
remove uniques (or almost) error messages titles, like 'Encoding Error' (1 occurrence in addons), 'Integrity Error' (1 occurrence in addons), 'Report Name' (1 occurrence in addons), 'Value Error' (1 occurrence in addons), 'Wrong Period Code' (1 occurrence in addons); replace these with 'Error'
add newline character after some messages titles, when necessary
fix 'UserError': should be 'User Error'
remove spaces before exclamation marks
add capital letters to messages titles words (e.g.: 'Invalid action' becomes 'Invalid Action')

bzr revid: abo@openerp.com-20120807110616-u3nlnybtgaebro18
2012-08-07 13:06:16 +02:00
Alexis de Lattre c11754eaa9 Merge with addons-trunk revno 7150
Adapt views accordingly

bzr revid: alexis@via.ecp.fr-20120802134012-fjk20wld5rv9v45i
2012-08-02 15:40:12 +02:00
pso (OpenERP) 773c2d5c63 [MERGE] Merge with main branch
bzr revid: pso@tinyerp.com-20120801064711-y90iik5ialfdnfft
2012-08-01 12:17:11 +05:30
help c5427f3faa [IMP]improved exception warnings as per suggestion
bzr revid: help-20120731124210-7vjw7puesjm3884p
2012-07-31 18:12:10 +05:30
Alexis de Lattre f9fe637803 Remplace all occurences of my_browse_rec.product_id.product_tmpl_id.field to my_browse_rec.product_id.field
bzr revid: alexis@via.ecp.fr-20120727015202-7fylff5jr26sgxez
2012-07-27 03:52:02 +02:00
pso (OpenERP) e5da0e191b [MERGE] Merged with main branch
bzr revid: pso@tinyerp.com-20120725125332-7qe6b3l0fjryast2
2012-07-25 18:23:32 +05:30
Quentin (OpenERP) b644c99c43 [MERGE] moved some fields from product.template to product.product. Courtesy of Sebastien Beau (Akretion)
bzr revid: qdp-launchpad@openerp.com-20120725120719-czen18843ywoqx67
2012-07-25 14:07:19 +02:00
pso (OpenERP) 78c6d6e5c6 [IMP] Improved warning messages for purchase module
bzr revid: pso@tinyerp.com-20120725101229-p6pohqemj1tdenb3
2012-07-25 15:42:29 +05:30
Saurang Suthar(OpenERP) a028157690 [IMP] Improved warning messages for purchase module
bzr revid: pso@tinyerp.com-20120725094440-jkyoxe5agavhafyw
2012-07-25 15:14:40 +05:30
pso (OpenERP) 8048661b01 [MERGE] Merge with main branch
bzr revid: pso@tinyerp.com-20120719073136-a7a5t43y2nm51zji
2012-07-19 13:01:36 +05:30
Purnendu Singh (OpenERP) f186ff2145 [MERGE] Merge with main addons
bzr revid: psi@tinyerp.com-20120718055314-7a8w836mzjlueexu
2012-07-18 11:23:14 +05:30
pso (OpenERP) 8da5bec19e [IMP] Improved warning messages/exceptions for purchase modules
bzr revid: pso@tinyerp.com-20120717113057-gv6lxsnzpjzkbtdn
2012-07-17 17:00:57 +05:30
Quentin (OpenERP) 0193e070e8 [IMP] pruchase, stock: usability imp
bzr revid: qdp-launchpad@openerp.com-20120716121310-ul37v4slifh38aa2
2012-07-16 14:13:10 +02:00
pso (OpenERP) 70845a9015 [IMP] Improved warning messages/exceptions of purchase modules
bzr revid: pso@tinyerp.com-20120716113425-o30kv0bwg1lyug8t
2012-07-16 17:04:25 +05:30
Purnendu Singh (OpenERP) e5ae685374 [MERGE] merge with main addons
bzr revid: psi@tinyerp.com-20120713130824-r6p6d28u1h3c7nol
bzr revid: psi@tinyerp.com-20120716052129-2lj20gqc7zuyet1s
2012-07-16 10:51:29 +05:30
Fabien Pinckaers 04d0b232ea [IMP] merge note and name for PO, SO, Invoice Lines
bzr revid: fp@openerp.com-20120714211827-fe8e1mbz4cu37ayc
2012-07-14 23:18:27 +02:00
Fabien Pinckaers 6eaa79227e [IMP] merge note&name on purchase lines
bzr revid: fp@openerp.com-20120714205150-c5qjjjyuovbyxac5
2012-07-14 22:51:50 +02:00
Rajesh Prajapati (OpenERP) 71122ae47a [IMP]tooltip : I have changed the tooltip of fields as suggested
bzr revid: rpr@tinyerp.com-20120713101751-zokuph2bcpcmlfc5
2012-07-13 15:47:51 +05:30
Hardik 646b0a1067 [IMP]Purchase : Warinig Messages are Changed
bzr revid: hsa@tinyerp.com-20120712060049-u38d37i1oxz7bo3g
2012-07-12 11:30:49 +05:30
Alexis de Lattre fc66fdc81a If the partner has a fiscal position and this fiscal position has been removed by the user on the PO, it's certainly for a good reason, so we don't fallback to copying the payment term from the partner
Remove a debug print

bzr revid: alexis@via.ecp.fr-20120711131433-9sgffawe5qgmp3y3
2012-07-11 15:14:33 +02:00
Benoit Guillot dc3ae0488b [IMP] replace 'Price Unit name by 'Product Price'
bzr revid: benoit.guillot@akretion.com.br-20120711130615-25ascb8dfllo4r7j
2012-07-11 15:06:15 +02:00
Alexis de Lattre 42ffccfa96 Add a "Supplier Payment Term" on res.partner
Add payment term on purchase.order

bzr revid: alexis@via.ecp.fr-20120711111434-ih20ohy81bynn1wd
2012-07-11 13:14:34 +02:00
sebastien beau 7f28916d73 [FIX] purchase : manual or automatic purchase should have the same description for line always the partner_ref
bzr revid: sebastien.beau@akretion.com.br-20120711002817-pupfagnty0so015e
2012-07-11 02:28:17 +02:00
sebastien beau ef50bf061b [FIX] purchase : fix due to refactor done on product module
bzr revid: sebastien.beau@akretion.com.br-20120710234948-p87xrwwfbk4r6lc4
2012-07-11 01:49:48 +02:00
Benoit Guillot 1686d1ee3e [REF] replace purchase price precision by price unit and account precision. Remove purchase precision from config view
bzr revid: benoit.guillot@akretion.com.br-20120710122457-nv77lhcit0fxyu04
2012-07-10 14:24:57 +02:00
Thibault Delavallée 1ac5f6fa99 [REVIEW] Some cleaning after review and before merging.
bzr revid: tde@openerp.com-20120702161323-wvd0j6ng3dz56ifj
2012-07-02 18:13:23 +02:00
Thibault Delavallée 37a0658521 [IMP] needaction: cleaned definitions in addons.
bzr revid: tde@openerp.com-20120702145747-3m3s78tfmavjj61k
2012-07-02 16:57:47 +02:00
Kuldeep Joshi (OpenERP) 24533e2908 [IMP]purchase: add perameter to context_today
bzr revid: kjo@tinyerp.com-20120612115713-45t0i2qkiwulxik0
2012-06-12 17:27:13 +05:30
Fabien Pinckaers 7e5c7916a2 [IMP] form view, removed project_planning
bzr revid: fp@tinyerp.com-20120609194946-5pgqdhkf1mmrleox
2012-06-09 21:49:46 +02:00
Thibault Delavallée b11442d8f1 [CLEAN] purchase: added a context propagation.
bzr revid: tde@openerp.com-20120601132129-cnmnql29nml9in22
2012-06-01 15:21:29 +02:00
Thibault Delavallée cd19f68eb9 [MERGE] Merged with main addons.
bzr revid: tde@openerp.com-20120601113625-c9w0kmnw1dzvjswx
2012-06-01 13:36:25 +02:00
Quentin (OpenERP) 65031e90ef [IMP] account: changes related to the cleaning of the invoice workflow
bzr revid: qdp-launchpad@openerp.com-20120525151740-vjho9b0fopbrils7
2012-05-25 17:17:40 +02:00
Quentin (OpenERP) ab07d440ce [IMP] purchase: changes related to the cleaning of the PO workflow
bzr revid: qdp-launchpad@openerp.com-20120525143549-w8ste0euwmqg9ji9
2012-05-25 16:35:49 +02:00
Purnendu Singh (OpenERP) 9433fedf2a [IMP] purchase: Add one more button 'Send RFQ' on po for sending quatation on mail, add new template for that
bzr revid: psi@tinyerp.com-20120525131715-zuzdn3tcefhztctv
2012-05-25 18:47:15 +05:30
Purnendu Singh (OpenERP) 99110a63e0 [MERGE] merge with main addong
bzr revid: psi@tinyerp.com-20120523065342-zqted3y2ke5kq7fo
2012-05-23 12:23:42 +05:30
Sbh (Openerp) 1bc1b8817e [MERGE] Merge with lp:openobject-adddons
bzr revid: sbh@tinyerp.com-20120523045707-rxt3uirdycmb3bxj
2012-05-23 10:27:07 +05:30
Fabien Pinckaers 5c791531aa [IMP] improved typos
bzr revid: fp@tinyerp.com-20120522161055-6013qr1s4p773hoj
2012-05-22 18:10:55 +02:00
Purnendu Singh (OpenERP) 1631dd2831 [MERGE] merge with main addons
bzr revid: psi@tinyerp.com-20120522110600-xk507cocya0xj13s
2012-05-22 16:36:00 +05:30
Sbh (Openerp) f4ef4460c2 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120522103754-qvz1rqmzfpywc6yq
2012-05-22 16:07:54 +05:30
Fabien Pinckaers ee566d388c [IMP] merged topbar status widgets
bzr revid: fp@tinyerp.com-20120522085037-oktkq3td2hg9lvzr
2012-05-22 10:50:37 +02:00
Purnendu Singh (OpenERP) 7af37ce79a [MERGE] merge with main addons
bzr revid: psi@tinyerp.com-20120517105752-w0t9w57tifokahy4
2012-05-17 16:27:52 +05:30
Amit Patel (OpenERP) 1aefff9733 [MERGE]:merged from trunk
bzr revid: apa@tinyerp.com-20120517101517-npk57s14kgxlk7in
2012-05-17 15:45:17 +05:30
Sbh (Openerp) e51ed975f3 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120516043048-pkd9klih8jdszhni
2012-05-16 10:00:48 +05:30
Raphael Collet 9c6f104d86 [MERGE] trunk-v62_config (improve and complete new config wizards)
bzr revid: rco@openerp.com-20120515144630-j6qltq8e2t7grxj2
2012-05-15 16:46:30 +02:00
Turkesh Patel (Open ERP) 2880ad67f1 [IMP] project_scrum,purchase,purchase_requisition,stock_location: improved code.
bzr revid: tpa@tinyerp.com-20120515060111-bztqy1pie1c9e552
2012-05-15 11:31:11 +05:30
Sbh (Openerp) d424067702 [MERGE] Merge procurment
bzr revid: sbh@tinyerp.com-20120514120531-pionchjinalrucfm
2012-05-14 17:35:31 +05:30
Turkesh Patel (Open ERP) 99ce954eae [IMP] purchase: improve code for openchatter.
bzr revid: tpa@tinyerp.com-20120508125911-ppcgcj9liz2ihf69
2012-05-08 18:29:11 +05:30
Quentin (OpenERP) f3b695ae53 [IMP] stock, sale, purchase: some code optimization and few enhancements related to split of stock.picking into several objects
bzr revid: qdp-launchpad@openerp.com-20120507111222-2wnmkgiluiqwti82
2012-05-07 13:12:22 +02:00
Saurang Suthar (OpenERP) ecf4383009 [IMP]:improve title Based on receptions by Bases on incoming shipments in yml and xml files
bzr revid: ssu@tinyerp.com-20120507054656-vgzgavr908v9y9mj
2012-05-07 11:16:56 +05:30
Saurang Suthar (OpenERP) f2c731459b [IMP]:improve title Based on receptions by Bases on incoming shipments as per requirement
bzr revid: ssu@tinyerp.com-20120507053535-qkjfzrq1qk6ez2yy
2012-05-07 11:05:35 +05:30
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Amit Patel (OpenERP) d1147c51e9 [IMP]
bzr revid: apa@tinyerp.com-20120501123446-kykbs2zi3pj0kq9u
2012-05-01 18:04:46 +05:30
Turkesh Patel (Open ERP) 2cb6766413 [IMP] improved code for running state.
bzr revid: tpa@tinyerp.com-20120501050624-6cq0b839evr3sdx9
2012-05-01 10:36:24 +05:30
Purnendu Singh (OpenERP) 5de1e8d561 [MERGE] merge with main addons
bzr revid: psi@tinyerp.com-20120430122540-haxtywb5gjy16qle
2012-04-30 17:55:40 +05:30
Amit Patel (OpenERP) c94ded8659 set order in stock and purchase
bzr revid: apa@tinyerp.com-20120427111056-w9miufobwy56ipq7
2012-04-27 16:40:56 +05:30
Quentin (OpenERP) cf08ca0180 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20120426091106-1e8zr0f4txmcp3pk
2012-04-26 11:11:06 +02:00
Jagdish Panchal (Open ERP) 29918c6418 [IMP] rename UOM to Unit of Measure everywhere in sale,stock,purchase,project_long_term and project_planning
bzr revid: jap@tinyerp.com-20120425120908-z13f1k2an7q01b8j
2012-04-25 17:39:08 +05:30
Amit (OpenERP) db83bc2b68 [FIX] sale,purchase : Remove the defualt uom_id from sale order line and purchase order line
lp bug: https://launchpad.net/bugs/958897 fixed

bzr revid: amp@tinyerp.com-20120424070239-tm531qp5js7uhzfc
2012-04-24 12:32:39 +05:30
Quentin (OpenERP) 5db299411d [REV] revert of revision 6771 related to split of receptions/deliveries concepts. (will be back...)
bzr revid: qdp-launchpad@openerp.com-20120503102910-om8k1a06h1kosm1l
2012-05-03 12:29:10 +02:00
Thibault Delavallée 4b9dfed786 [FIX] Wrong var name due to copy and paste.
bzr revid: tde@openerp.com-20120419075354-ympww3kc0xw35vpb
2012-04-19 09:53:54 +02:00
Purnendu Singh (OpenERP) 735c6d5946 [MERGE] merge with main addons
bzr revid: psi@tinyerp.com-20120419063305-w5oj03h687trdik2
2012-04-19 12:03:05 +05:30
Thibault Delavallée 5b89f73e3e [FIX] Fixed missing imports.
bzr revid: tde@openerp.com-20120418134143-fb9c3sf7oudju7ey
2012-04-18 15:41:43 +02:00
Thibault Delavallée 1aa720a73d [FIX] Fixed date formatting in several messages. It now adds the user timezone to add coherence.
bzr revid: tde@openerp.com-20120418123150-dtw13rhrrhqibo1e
2012-04-18 14:31:50 +02:00
Thibault Delavallée 67613957e4 [MERGE] Merged OpenChatter part 1/2. OpenChatter, part 1/2.
This revision adds a social messaging system inside OpenERP, that will be used by addons to display notifications (such as status changes), user comments, and emails. All message types are managed in a unified system. Social aspects are also enforced, by an easy invite system based on share, and a subscription mechanism allowing to follow messages post on records users want to follow. res.logs are removed from OpenERP and replaced by OpenChatter.

This revision adds theaddons-side of OpenChatter part 1/22. Main addons are updated in order to use the new feature: notifications on state/stage change, management of subscriptions. It also includes addons-side update related to the need_action mechanism, by defining the states in which user_ids are sent to the need_action engine. Server- and web-sides of need_action have already been merged in previous revisions.

bzr revid: tde@openerp.com-20120406123732-6fl2uzxzqr864jc4
2012-04-06 14:37:32 +02:00
Thibault Delavallée fe6e58a40e [FIX] Propagated ir.needaction class name change.
bzr revid: tde@openerp.com-20120403172108-ccvtnt512yexefe1
2012-04-03 19:21:08 +02:00
Thibault Delavallée befaa76b06 [MERGE] Merged with rga Purchase branch
bzr revid: tde@openerp.com-20120403113404-f8u54y65i8hjhdv1
2012-04-03 13:34:04 +02:00
Thibault Delavallée fad5c86dc9 [IMP] Small improvement of messages
bzr revid: tde@openerp.com-20120402153002-b96t8bfus3ham5cs
2012-04-02 17:30:02 +02:00
Thibault Delavallée c6e497c8c7 [MERGE] Merged with social framework branch
bzr revid: tde@openerp.com-20120402152231-mwohl2zn7o8jj3qb
2012-04-02 17:22:31 +02:00
Divyesh Makwana (Open ERP) aa8e83ea2d [IMP] account, sale, purchase : Cleanup the use of dicts, remove the automatic email send by the EDI and use proper template based on an XML ID.
bzr revid: mdi@tinyerp.com-20120402123651-ekqw8z66ltpqnxgz
2012-04-02 18:06:51 +05:30