Commit Graph

203 Commits

Author SHA1 Message Date
Denis Ledoux f4870f8418 [FIX] sale: when invoicing on lines, set order in progress when all lines invoiced
This fix is related to rev. b1df5aab6e
2014-10-28 17:57:08 +01:00
Julien Legros b1df5aab6e [FIX] sale: trigger all_lines signal when all lines are invoiced 2014-10-28 15:16:06 +01:00
Simon Lejeune 9c0e8f10e0 [FIX] sale: translate advance message on advance invoice 2014-10-16 11:04:56 +02:00
Denis Ledoux ae678d9e05 [FIX] sale: only propose services for pay advances
When creating an invoice from a sale order, if the user choose to invoice a fixed price (deposit), he has the possibility to choose an advance product. As described in the help message, this product should be a service product. Therefore, we add a domain so only services are displayed in the dropdown list
2014-07-18 17:26:48 +02:00
Martin Trigaux 7ee65aa181 [FIX] sale: remove useless write call (problematic when invoice on delivery order)
bzr revid: mat@openerp.com-20140331104448-4omzqnist6wlmakd
2014-03-31 12:44:48 +02:00
Denis Ledoux 04f632820b [FIX] sale: trigger signal manual invoice for make invoices wizard (not advance)
bzr revid: dle@openerp.com-20140324103427-yckncrnynvs5si8i
2014-03-24 11:34:27 +01:00
Yannick Vaucher 4cc85da024 [FIX] sale - copy customer ref instead of order name in sale_line_invoice wizard
lp bug: https://launchpad.net/bugs/1188528 fixed

bzr revid: yannick.vaucher@camptocamp.com-20130607092405-1roxnirhtfcxo0d3
2013-06-07 11:24:05 +02:00
Quentin (OpenERP) b3f6fc001d [FIX] sale: invoicing several sale order lines in batch was not correctly working (only the first order was triggered and opened) + small refactoring
bzr revid: qdp-launchpad@openerp.com-20130326170202-d2fhez9sz04zionw
2013-03-26 18:02:02 +01:00
Josse Colpaert 79565563cc [FIX] Make sure all sales orders are set to done when invoicing from contract
bzr revid: jco@openerp.com-20130325084502-o9oc8ujqeno5fw84
2013-03-25 09:45:02 +01:00
Quentin (OpenERP) 1743dc6df7 [FIX] sale: fixed the batch invoicing of sales orders that was create invoice twice per order + some refactoring
bzr revid: qdp-launchpad@openerp.com-20130321113059-667qdj873r0h0t55
2013-03-21 12:30:59 +01:00
Josse Colpaert 6287c5c262 [MERGE] Merg efrom 7.0
bzr revid: jco@openerp.com-20130320144706-ylpji506pzhtj3do
2013-03-20 15:47:06 +01:00
Josse Colpaert 9913357fa2 [FIX] Should have browse record of sale order instead of id
bzr revid: jco@openerp.com-20130320135321-ckejagpme57sq51z
2013-03-20 14:53:21 +01:00
Quentin (OpenERP) d90170fae5 [FIX] sale: another way to fix the batch invoicing of sale.order that currently create invoices in double
bzr revid: qdp-launchpad@openerp.com-20130320104853-odqz2m966igg5ept
2013-03-20 11:48:53 +01:00
Xavier ALT 06cd1f368c [MERGE] OPW 585958: sale: fix usage of map_account() for advance invoice, except fposition_id param as browse_record
bzr revid: xal@openerp.com-20130227134143-hzcoen5qin2hcw0h
2013-02-27 14:41:43 +01:00
Josse Colpaert d4c87342fb [FIX] Removes grouping functionality in creating invoices from sales orders and avoids double invoices
lp bug: https://launchpad.net/bugs/1092843 fixed

bzr revid: jco@openerp.com-20130226153109-xs603vv26vyiuke0
2013-02-26 16:31:09 +01:00
csn-openerp 3afc3e2c22 [FIX]sale-wizard : fix incorrect argument "date_inv" to "date_invoice"
bzr revid: csn@openerp.com-20130218132132-glk50ok3o31l3pl8
2013-02-18 14:21:32 +01:00
Hardik Ansodariya 20e10bc35e [FIX] sale_make_invoice_addvance: passed browse record instead id of fiscal postion(Maintenance case: 585958)
bzr revid: han@tinyerp.com-20130212070136-fbhyi4uv9vwdjee6
2013-02-12 12:31:36 +05:30
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
Quentin (OpenERP) a513344bc1 [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20121218134118-ixggega7sumgv6gq
2012-12-18 14:41:18 +01:00
Quentin (OpenERP) 65293a4608 [FIX] sale: fixed wrong use of fields.date.today()
bzr revid: qdp-launchpad@openerp.com-20121217160701-d2o3ly5yd19gygjp
2012-12-17 17:07:01 +01:00
Quentin (OpenERP) fa5b0d4687 [FIX] sale: import missing module
bzr revid: qdp-launchpad@openerp.com-20121217152515-h7tk457s11zw6qtp
2012-12-17 16:25:15 +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) f9e227717e [MERGE] addons-27 sale
bzr revid: qdp-launchpad@openerp.com-20121217110245-1rc9cl4x7r3l607j
2012-12-17 12:02:45 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Rucha (Open ERP) 241bcfe85d [IMP]: sale: Set current date as invoice date while creating invoice from SO lines
bzr revid: rpa@tinyerp.com-20121210105148-0vaen7se7o7dh6fd
2012-12-10 16:21:48 +05:30
Jiten (OpenERP) fd1e69a638 [MER] Merged trunk.
bzr revid: jra@tinyerp.com-20121210083952-fhjlo40g55d7ngf4
2012-12-10 14:09:52 +05:30
Fabien Pinckaers c270aa7693 [MERGE]
bzr revid: fp@tinyerp.com-20121208162456-f544eem3hs4sm8i7
2012-12-08 17:24:56 +01:00
Tejas Tank 392f1913f3 Merged Latest.
bzr revid: tta@openerp.com-20121207112002-jtes7j1er6leyd89
2012-12-07 16:20:02 +05:00
Bhumi Thakkar (Open ERP) 19091c5c59 [IMP] Name changed in context.
bzr revid: bth@tinyerp.com-20121207092555-g4e29bgy3ac0cexp
2012-12-07 14:55:55 +05:30
Bhumi Thakkar (Open ERP) 942eb82890 [IMP] Give todays'date in default.
bzr revid: bth@tinyerp.com-20121207071910-p87eady1aiicguy2
2012-12-07 12:49:10 +05:30
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
vta vta@openerp.com 18afbc6313 [FIX] Fix parameter name as per my previous commit
bzr revid: vta@openerp.com-20121205100926-86ny5uw8l8n83b88
2012-12-05 11:09:26 +01:00
Olivier Dony 8782163830 [FIX] sale: the `invoiced` field on sale.order.line should be a function field
Having a static boolean field is a mess and requires
a lot of custom code to make sure it is up-to-date,
implying a large source of possible bugs.
Using a function field should take care of updating
it when needed.
All the write() calls that were updating it were
normally removed, and there was also some cleanup
in the surrounding areas (quite minimal).

bzr revid: odo@openerp.com-20121129162629-5lt9e0v5aju36itj
2012-11-29 17:26:29 +01:00
Khushboo Bhatt (Open ERP) 616cbc4b9b [REM]sale:removed unnecessary header
bzr revid: kbh@tinyerp.com-20121129085206-5a1g7x3dhf15ffzv
2012-11-29 14:22:06 +05:30
Fabien Pinckaers 854284b6af [MERGE] fgi improve
bzr revid: fp@openerp.com-20121127215908-q5yt8nwna6gmdu88
2012-11-27 22:59:08 +01:00
Tejas Tank 31ef9f3f7f [MERGE]: Merged lp:~openerp-dev/openobject-addons/trunk-sale-shp
bzr revid: tta@openerp.com-20121127104942-xty9nkfkn79lfxvp
2012-11-27 16:19:42 +05:30
Quentin (OpenERP) cfe39eea1a [FIX] sale: recopy the right partner on the invoice from the SO
bzr revid: qdp-launchpad@openerp.com-20121126155139-tjxq08khe9o6bnh2
2012-11-26 16:51:39 +01:00
pankita shah (Open ERP) 0828aad424 [IMP] % in one line
bzr revid: shp@tinyerp.com-20121123120553-i1svfz5177fo86f1
2012-11-23 17:35:53 +05:30
Saurang Suthar eb9c03282c [IMP]sale:added new button Create & View Invoice for creating and view invoice
bzr revid: ssu@tinyerp.com-20121123104618-jxs2vk8huakuptua
2012-11-23 16:16:18 +05:30
Saurang Suthar 16fe01be59 [IMP]sale:put title on top with update and buttons in bottom of title and also added <p class="oe_grey">
bzr revid: ssu@tinyerp.com-20121122114244-my3fo0234n0ksig6
2012-11-22 17:12:44 +05:30
Amit (OpenERP) d9ed2215d1 [FIX] sale: origin are null on invoice line to create invoice button on sale order
lp bug: https://launchpad.net/bugs/1062119 fixed

bzr revid: amp@tinyerp.com-20121005101759-bdc095ez7xk2c9w4
2012-10-05 15:47:59 +05:30
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
Quentin (OpenERP) 76b1702a21 [IMP] sale, sale_stock: better inheritancy for advance payment wizard
bzr revid: qdp-launchpad@openerp.com-20120921085908-5o2gc5mou8qys2cp
2012-09-21 10:59:08 +02:00
Quentin (OpenERP) 6ab2b852d9 [FIX] sale: removed buggy and useless fields_view_get() from wizard sale_make_invoice_advance.py
bzr revid: qdp-launchpad@openerp.com-20120920131229-3bozie3no4302bk9
2012-09-20 15:12:29 +02:00
Atul Patel (OpenERP) 2e65d4319f [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120912051440-raj6egoom3qyfsmm
bzr revid: atp@tinyerp.com-20120913034436-i09g3lujgvy81gr6
bzr revid: atp@tinyerp.com-20120914051314-m5g13izj55f4sxqi
2012-09-14 10:43:14 +05:30
Fabien Pinckaers 30872ea9da [IMP] address format of leads according to country
bzr revid: fp@tinyerp.com-20120913181952-h19q4v0vu6geungq
2012-09-13 20:19:52 +02:00
Fabien Pinckaers 5d3f9a09d1 [IMP] usability, clean several screens
bzr revid: fp@tinyerp.com-20120912171636-53vgvm34u579cmjv
2012-09-12 19:16:36 +02:00
Atul Patel (OpenERP) e488f9b568 [FIX]: Fix bug:1043181 : remove so line invoice after giving advance percentage payment
bzr revid: atp@tinyerp.com-20120911134717-vfdhltg2lno13nqf
2012-09-11 19:17:17 +05:30
Atul Patel (OpenERP) 39cbe2711e [FIX]: Sale order in done state after invoice using sale order line.
Create invoice button disappeared in SO line when its Done.

bzr revid: atp@tinyerp.com-20120911094754-d1q40uyt2waahkzg
2012-09-11 15:17:54 +05:30
Atul Patel (OpenERP) d630d3b6b6 [IMP]: improve progress bar from sale order line tree view.
bzr revid: atp@tinyerp.com-20120909173020-gljs3gss7ljm310w
2012-09-09 23:00:20 +05:30