Commit Graph

655 Commits

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