Commit Graph

32 Commits

Author SHA1 Message Date
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
mso 90cd229cbb [FIX] delivery: modifications on delivery cost wizard for task 584
bzr revid: mso@mso-20100426053713-6fms6tta3ogb3gv2
2010-04-26 11:07:13 +05:30
mso 6f4bf9dd9f [IMP]: auction,delivery: fields_list variable has been changed to fields
bzr revid: mso@mso-20100322130058-3ya7mwxa858cbvfi
2010-03-22 18:30:58 +05:30
sbh (Open ERP) dcd2c147a8 [IMP] delivery : Improve the deafult_get method and clean the code
bzr revid: sbh@tinyerp.com-20100318105942-pupazzylyy138dcs
2010-03-18 16:29:42 +05:30
mso 7b678a4a1b [MERGE]: merged the branch with module1_addons
bzr revid: mso@mso-20100318093558-yu7mliu8bgpdh3kq
2010-03-18 15:05:58 +05:30
sbh (Open ERP) b65b3ea80e [IMP] auction,stock,delivery: Used default_get method instead of _default
bzr revid: sbh@tinyerp.com-20100318063117-hkddpaydbbc09zic
2010-03-18 12:01:17 +05:30
uco (OpenERP) a268acb4c7 [REF] delivery, mrp, mrp_repair, point_of_sale, product_margin, slae, stock: Removed '@summary' from docstring.
bzr revid: uco@tinyerp.co.in-20100317073413-ks8i2ppev0pxm3cf
2010-03-17 13:04:13 +05:30
Harry (Open ERP) bdc78703ea [MERGE]
bzr revid: hmo@tinyerp.com-20100311142449-gfhiuwigpchfr074
2010-03-11 19:54:49 +05:30
uco (OpenERP) 077e6dd333 [IMP] delivery: Converted 'Create Delivery' wizard into osv_memory wizard.
bzr revid: uco@tinyerp.co.in-20100309130756-l082icxmetgecqzu
2010-03-09 18:37:56 +05:30
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30
ChristopheChauvet(syleam) 41e8ed59ef changed encoding to coding in all py files
lp bug: https://launchpad.net/bugs/357182 fixed

bzr revid: hda@tinyerp.com-20091013055837-3ntnbe8b938xmk97
2009-10-13 11:28:37 +05:30
mra (Open ERP) 7f3bc31bbc fix bug : fiscal position(map_tax,map_account)
bzr revid: mra@tinyerp.com-20090120084819-pdcl2hhuxh6csruu
2009-01-20 14:18:19 +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 cb53a7eb70 improvement
bzr revid: fp@tinyerp.com-20081106225451-j0xvhyu0h78eo3r8
2008-11-06 23:54:51 +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
Fabien Pinckaers 83dc63d268 bugfixes
bzr revid: fp@tinyerp.com-20081027235825-2ugbuwqmk4so431b
2008-10-28 00:58:25 +01:00
Fabien Pinckaers 84ccb0acff bugixes_stock
bzr revid: fp@tinyerp.com-20081021162819-qx3kee4bcrevgadd
2008-10-21 18:28:19 +02:00
Fabien Pinckaers d60a6ff480 merge
bzr revid: fp@tinyerp.com-20081020204911-ili28j1mv9accl97
2008-10-20 22:49:11 +02:00
Harshad Modi abf2c94f97 Improvement :
* Purchase Order from scheduler: use tax from partner if any.  
* Report Purchase Order: if address, it uses the name of the company and the address of the customer. Change to use the name of the customer.
* Print Packing List: don't display the lines with state=confirmed (only assigned) 
* When invoice on picking: if I generate invoice on the sale order, it must set the pickings as invoiced 
* When invoicing from picking: sale order lines stays as 'To be Invoiced'
* make new method to get partner property field data same like getting address on partner module and fetch property using this function on needed on onchange partner on sale, purchase module
* on delivery module, take taxes from partner if partner has default tax other wise take from delivery product when creation invoice line 
* on overdue payment report, tel no is display with company invoice address's tel no
* Purchase Order from scheduler : assign note of purchase order line with product purchase description 
* product model : all description should be translatable 
* fixed bug : on scheduler.py file on mrp module ( got error when select Auto orderpoint on scheduling wizard)
* fixed bug : on product available function on stock module ( got error when call it with field_name=None )

bzr revid: hmo@tinyerp.com-20080926102510-nrjwloh0ojkl4hgn
2008-09-26 15:55:10 +05:30
Harshad Modi 959c926ae5 Improvement on delivery grid tree view
bzr revid: hmo@tinyerp.com-20080920115120-ew4uk5vu4r10yk3h
2008-09-20 17:21:20 +05:30
Harshad Modi 4f1a35dd18 * see the price if we select carrier from a sale order (wizard add delivery, or form in second tab) : for that pass active order id in context
bzr revid: hmo@tinyerp.com-20080920085020-d6bxrk5ogjfc0wny
2008-09-20 14:20:20 +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
Christophe Simonis 1f43329f0e * translation of nearly all exceptions
* the export of translations per module take only the files of these modules

bzr revid: chs@tinyerp.com-77721e34d87043c4008239f004c7c616f6d4dc82
2008-07-08 08:13:12 +00: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
ced 8bd47e7d61 Fix error message when there is no delivery grid
bzr revid: ced-f56d7e8e5ca48bb712e68c9560c417d39156be0f
2007-08-14 14:13:20 +00:00
ced 47fa5401cb Now property are also browse record
bzr revid: ced-315ea94bfeeaec57242089e941c1da0eb6b6b074
2007-08-09 06:06:56 +00:00
ced 9f3c56f869 DELIVERY: fix date_planned removed
bzr revid: ced-710a5f36c0e947b30a37978f65325944e5712c44
2007-06-18 10:25:15 +00:00
Fabien Pinckaers e4fa54491e Bugfix
bzr revid: fp@tinyerp.com-24d2dd7fc0233476ed99b098df1e1a1d120ac582
2007-06-16 09:53:22 +00:00
pinky a83dce15e0 New trunk
bzr revid: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
2006-12-07 13:41:40 +00:00