Commit Graph

227 Commits

Author SHA1 Message Date
HDA (OpenERP) 7d3a5b51ba [Merged] stable and trunk addons
bzr revid: hda@tinyerp.com-20090924104621-7p53erkfs9xa0bev
2009-09-24 16:16:21 +05:30
Fabien Pinckaers 496a1e58e6 [FIX] analytic account on advance invoices
bzr revid: fp@tinyerp.com-20090610000937-1ded0k659qehdtou
2009-06-10 02:09:37 +02:00
Christophe Chauvet 28ede437d9 [IMP]
* add missing tools.translate 
 * translate all missing raise
 * add encoding: utf-8 in missing file
 * add vim comment (when missing) at the end of file
 * convert tabs to spaces (PEP8 Compliant)
 * more pythonic when concatenate value

bzr revid: christophe.chauvet@syleam.fr-20090306221824-xt1oeip60sq8fwws
2009-03-06 23:18:24 +01:00
mra (Open ERP) 759cead482 fix bug number : 327990 for fiscal position added at the time of creating invoice from sale,purchase,and other modules
bzr revid: mra@tinyerp.com-20090211133254-xnp20b9tsbo28v35
2009-02-11 19:02:54 +05:30
mra (Open ERP) a24529399d add fiscal position for the wizards(create invoice) for pos,sale,sale_crm
bzr revid: mra@tinyerp.com-20090130103724-1tkww39e0mwg0mwg
2009-01-30 16:07:24 +05:30
Harry (Open ERP) f6053f534d fixed bug :
* open customer Invoice form when make invoice from sale order wizard
* give error message when create invoice from packing if packing invoice state is not "To be invoice"

bzr revid: hmo@tinyerp.com-20090122112333-drk9w42wyrav1tn9
2009-01-22 16:53:33 +05:30
Stephane Wirtel 21f104a506 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221250-55q32ayj2t8kzb2k
2009-01-04 23:12:50 +01:00
Fabien Pinckaers 6c73581318 improvements
bzr revid: fp@tinyerp.com-20081214164657-gdd0wnr2m8yrpfb2
2008-12-14 17:46:57 +01:00
Olivier Laurent 0805e9cb3a Wrong quotes in translation
bzr revid: olt@tinyerp.com-20081118122715-77xfxfk1l8finni3
2008-11-18 13:27:15 +01:00
Fabien Pinckaers cb53a7eb70 improvement
bzr revid: fp@tinyerp.com-20081106225451-j0xvhyu0h78eo3r8
2008-11-06 23:54:51 +01:00
Fabien Pinckaers 0b6c01122e improvement
bzr revid: fp@tinyerp.com-20081106223056-dr56p2ev3aqapxa8
2008-11-06 23:30:56 +01:00
Christophe Simonis f5fad0ba30 passing modules in GPL-3
bzr revid: christophe@tinyerp.com-20081103191856-jhcivvwb16fvz2os
2008-11-03 20:18:56 +01:00
Olivier Laurent 0161b375a0 French translation
bzr revid: olt@tinyerp.com-20081103125831-s27c3i6du56n57mh
2008-11-03 13:58:31 +01:00
Harshad Modi c678885e71 merge rpa branch
bzr revid: hmo@tinyerp.com-20080918141419-oaf2b4rv27q49b1n
2008-09-18 19:44:19 +05:30
Rucha Patel 15ff539e1d All changes according to old branches that are left to be included
bzr revid: ruchakpatel@gmail.com-20080916133259-ps4e4lfw4s7sxp7x
2008-09-16 19:02:59 +05:30
Mustufa Rangwala e834a50810 move sale_advance to sale module...
bzr revid: mra@tinyerp.com-20080912061024-tt0ys561r6rs66ea
2008-09-12 11:40:24 +05:30
Christophe Simonis 3e3d897e88 add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723144147-77o5t9adx26a84lt
2008-07-23 16:41:47 +02:00
Christophe Simonis d2ff95f665 replace tabs with 4 spaces
bzr revid: christophe@tinyerp.com-20080722151128-f5zy75tsn8pgtndd
2008-07-22 17:11:28 +02:00
stw 0feb782c6a add Copyright and GPL license into the Header of Python files
bzr revid: stw-d9a6d631f7cfdab5a120a6b0104ce2dbf8644841
2008-06-16 11:00:21 +00:00
stw 0ffac0fe0c add the svn:keywords Id on all .py, .xml, .bat
bzr revid: stw-3687e75a6129c56b847ba26d6b256cdafeb444ab
2008-06-16 06:44:24 +00:00
qdp 7e13a86621 *added sale_wizard.xml in the update_xml tag of terp file
*added a transition in workflow of sale_order + modify the wizard of invoicing line (wizard_sale_line_invoice.py) so that if all the lines of a sale_order have been 
invoiced, its state is set to 'progress' and the workflow is updated
*added a button on form view of sale_order_line in the form view of sale_order, to call the wizard for invoicing that line (visible only if the line is in 'confirmed' 
state)
*added a domain on Sales Management/Sales Order Lines/Uninvoiced Lines to filer on state <> 'draft' and state <> 'cancell'
*added a menuitem to see all the sale_order_lines

bzr revid: qdp-9fc9639961f28893e202d48b532e453c584c6679
2008-06-02 10:04:30 +00:00
ced 7c29408aea Fix invoice sale order lines wizard
- project_id was removed
- create invoice like in sale.py
- add payement term

bzr revid: ced-7588c3c94f2b3cfdb8e225e6d733ca5bd643c5ab
2007-09-06 14:12:44 +00:00
ced 07597346ae Fix invoice type in wizard that invoice sale line
bzr revid: ced-2fd5fbc839dd6f39b10811117812e5c44f13b9bb
2007-09-06 14:12:41 +00:00
ced 47fa5401cb Now property are also browse record
bzr revid: ced-315ea94bfeeaec57242089e941c1da0eb6b6b074
2007-08-09 06:06:56 +00:00
ced 392559d25f KERNEL: add test for duplicate report and wizard
Remove/Fix all the duplicate report and wizard
Don't instanciate auto report when update as there are already
Instanciate auto report only if it don't exist in netsvc

bzr revid: ced-56a64c2e91044d9c71d325adc716d53a6d477d33
2007-06-07 12:00:30 +00:00
ced a6def89886 SALE: fix workflow error when create invoice from wizard
bzr revid: ced-7de68ca198a3ea06dd081cd24410f4b9128a6bd2
2007-02-21 12:21:14 +00:00
pinky a83dce15e0 New trunk
bzr revid: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
2006-12-07 13:41:40 +00:00