Commit Graph

797 Commits

Author SHA1 Message Date
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