Commit Graph

88 Commits

Author SHA1 Message Date
Fabien Pinckaers 11bc61d204 modifs
bzr revid: fp@tinyerp.com-20080917074951-b7z409hh5rafzm0g
2008-09-17 09:49:51 +02:00
Fabien Pinckaers dcb0870abe merge
bzr revid: fp@tinyerp.com-20080916111405-7qu6n0h7of7i29wt
2008-09-16 13:14:05 +02:00
Fabien Pinckaers 6345cd70a0 merge
bzr revid: fp@tinyerp.com-20080916103753-x2velfo42zzk2lb7
2008-09-16 12:37:53 +02:00
Harshad Modi 39d1e4b55b merge rpa branch
bzr revid: hmo@tinyerp.com-20080915085152-gd53rsx0txlqxdbn
2008-09-15 14:21:52 +05:30
Najlaa d3f2859eaa merge
bzr revid: nel@silver-20080909141933-0ulernirfc3vemya
2008-09-09 16:19:33 +02:00
Najlaa 4ce5db1263 Reporting
bzr revid: nel@silver-20080909124637-5br6745udncyemvd
2008-09-09 14:46:37 +02:00
Najlaa dff47a9fff uncommentent stock locations
bzr revid: nel@silver-20080909121526-zpauuruvg3uj2ois
2008-09-09 14:15:26 +02:00
Najlaa 6526652299 merge changes of addons
bzr revid: nel@silver-20080909072255-m8vi0qacouml6d9n
2008-09-09 09:22:55 +02:00
Fabien Pinckaers aa2cab5c48 Improved security
bzr revid: fp@tinyerp.com-20080908233322-wqoyo7t5bvvxpqwe
2008-09-09 01:33:22 +02:00
Fabien Pinckaers 248f7346f3 Merge
bzr revid: fp@tinyerp.com-20080908225340-hn2aces4jh7isayv
2008-09-09 00:53:40 +02:00
Fabien Pinckaers f1c9e258a4 Back ORder integrated in stock
bzr revid: fp@tinyerp.com-20080908065331-dpxuwxdvi2wpxfdb
2008-09-08 08:53:31 +02:00
Fabien Pinckaers c949d120fc Improved:
Sales Management
	Project Manegement
	Stock Management
	Accounting

bzr revid: fp@tinyerp.com-20080907232439-bod5fedw3o7w7u47
2008-09-08 01:24:39 +02:00
Najlaa 90802992ce Shipping
bzr revid: nel@silver-20080905071228-0sl8pb8lwnwha81h
2008-09-05 09:12:28 +02:00
Fabien Pinckaers 470e9c7e47 Typos
bzr revid: fp@tinyerp.com-20080904161733-2rnmdihxpeichbg4
2008-09-04 18:17:33 +02:00
Fabien Pinckaers 51f8c2b263 Better Security Rules
bzr revid: fp@tinyerp.com-20080903224650-u1oadqv9x75atmyl
2008-09-04 00:46:50 +02:00
Fabien Pinckaers ca24f48de3 Modifs
bzr revid: fp@tinyerp.com-20080828230810-nt2h294l3w6ox3iy
2008-08-29 01:08:10 +02:00
Fabien Pinckaers d315518200 Modifs
bzr revid: fp@tinyerp.com-20080827234815-8sz0qnm7w2d3sm38
2008-08-28 01:48:15 +02:00
Fabien Pinckaers 656f7f76e5 merge
bzr revid: fp@tinyerp.com-20080827205331-ebcw6mtrh1gkwbfh
2008-08-27 22:53:31 +02:00
Harshad Modi 1acc901937 modif on receive packing : run wizard on 'Fill From Unreceived Products' button
bzr revid: hmo@tinyerp.com-20080827054458-790urn35yd88vdj2
2008-08-27 11:14:58 +05:30
Fabien Pinckaers abeddaa388 Small Improvements
bzr revid: fp@tinyerp.com-20080826221832-4vi06cwuv1lb238q
2008-08-27 00:18:32 +02:00
Harshad Modi ac76534df0 Improvement on move line wizard on stock/stock.py and also changed lable on stock/stock.view
bzr revid: hmo@tinyerp.com-20080826121408-9iogm2m1o5k5cjb3
2008-08-26 17:44:08 +05:30
Fabien Pinckaers 765fdf49df Modifs
bzr revid: fp@tinyerp.com-20080825222458-r9l3i3lvyss1vzep
2008-08-26 00:24:58 +02:00
Fabien Pinckaers 97dd8d1a25 Merge
bzr revid: fp@tinyerp.com-20080825222048-dfz0h2fx1ooofavq
2008-08-26 00:20:48 +02:00
Harshad Modi 78f828620b Put Payment Term in the sale order. When we change the partner, it sets the right payment term according to what have been defined in the res.partner.
When creating invoices from sale order or from picking, uses the payment term of the sale order instead of the one of the partner.

bzr revid: hmo@tinyerp.com-20080825115456-hwftk6ehj69392bp
2008-08-25 17:24:56 +05:30
Harshad Modi a67f0926f8 created new wizard for duplicate account chart
bzr revid: hmo@tinyerp.com-20080821071104-wuwrztxw6j4cpujp
2008-08-21 12:41:04 +05:30
Stephane Wirtel 50db5ad4d8 add indexes
bzr revid: stephane@tinyerp.com-20080731131440-lthaldzukb5pz4ca
2008-07-31 15:14:40 +02:00
Harshad Modi 7481073ff2 Developed the get move wizard on a picking:
* list moves from the same partner and picking type that are confirmed or assigned
  * assign this move to the current picking
  * if the pickings where these moves come from are empty, close it (action done)

Improved query_get in account_move_line.py to analyse only on draft or posted or all (posted+draft) moves.
Improved all reporting wizards( like : general ledger report , partner balance report , account balance report , aged trial balance report , third party ledger report) to add a selection asking on draft or posted or all.
  - Defaults to all

UOM Purchase:
    On change on the normal UOM if not in same category, to change the uom_po_id and set
    it equals to the UoM !

bzr revid: hmo@tinyerp.com-20080730062944-y190mq4zo5yhby8x
2008-07-30 11:59:44 +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
Fabien Pinckaers cb951a24fc Improvements inmenus
Translations by modules
removed print statement

bzr revid: fp@tinyerp.com-43cfc88dcbeb83ff469e68f1b08fe8eb62c998bb
2008-06-17 20:17:23 +00:00
Fabien Pinckaers 9e73dd0f3a Bugfixes
bzr revid: fp@tinyerp.com-9aec5a54f7edff93621ddd5b73c446726651d612
2008-06-16 11:24:25 +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
stw 0ffac0fe0c add the svn:keywords Id on all .py, .xml, .bat
bzr revid: stw-3687e75a6129c56b847ba26d6b256cdafeb444ab
2008-06-16 06:44:24 +00:00
Fabien Pinckaers 7ac9c3e31e Improvements and bugfixes
bzr revid: fp@tinyerp.com-fbb75888ca6f7bade138d7fb58fa5e961f42046c
2008-06-15 14:59:23 +00:00
Fabien Pinckaers e9e9792e1a Improvements in stock management
bzr revid: fp@tinyerp.com-17c9301cd4d32b58d7fc676e491b01849e3603c5
2008-06-14 07:54:35 +00:00
Fabien Pinckaers 9fb230e27e Improvements:
Better view : extented vs simple views
		Modified several views
	Simplified Stock Mgt:
		remove stock.move.lot (packing of type delivery)
		remove mode.lot
	Chained locations
	Allows to define menus with parents
	Support logo in the company

bzr revid: fp@tinyerp.com-63555a2f8da964ab9f4b86e41e16306177a2087b
2008-06-10 06:01:42 +00:00
Fabien Pinckaers 1829522d5b Subcontracting Stocks
bzr revid: fp@tinyerp.com-be694ba8ded07d71ba41b4ff047044fe59804874
2008-06-03 06:50:06 +00:00
Fabien Pinckaers b41f205bfe Bugfix for consumable in stocks
bzr revid: fp@tinyerp.com-7908ff59f207dc324d60c832d6def4653aec73d3
2008-04-08 15:23:57 +00:00
Fabien Pinckaers 241758fab1 REadonly in inventory
bzr revid: fp@tinyerp.com-2bd0590cd1d49b014469c38717785f140d8a4b77
2008-03-28 15:35:52 +00:00
Fabien Pinckaers 4961d5b91c Small Improvements
bzr revid: fp@tinyerp.com-60fa73c6c2e6a3865c4df4c1a9c21fb0c2e77d18
2008-02-05 21:14:45 +00:00
Fabien Pinckaers d80a097fe7 Bugfixes and improvement
bzr revid: fp@tinyerp.com-55519a2f81bdd9229604b2bdbf9585ea972f2ff9
2008-02-05 20:27:36 +00:00
ced 1e1a684705 Fix compute stock when uom in the context is False
bzr revid: ced-5de90f8e268a3bec5a0e9cbb9a9117ca87e02087
2008-01-07 08:13:55 +00:00
ced 5f51130955 Fix stock compute and average price compute
- Use the default uom of the product to compute stock if there is no uom in the context
- Convert the price unit to the default uom to compute the average price

bzr revid: ced-ff75ae14a470a9ced8ee6a429ff98ec8138bd195
2008-01-04 08:04:42 +00:00
ced 5516c6e7f5 Disable deleting move line not in state draft
bzr revid: ced-f92a14e31023b6a8818f70d9d4096db36f112a36
2007-12-31 13:31:32 +00:00
ced 0ceeaedb1f Pass context to action_done on stock.move
bzr revid: ced-587144d9d0f593bcdeea96aca37904ea3e6f6ff5
2007-12-12 15:39:54 +00:00
ced e890e73379 Better naming of picking
Use sequence if it is the default name

bzr revid: ced-4979948d9d614232a684442d3dc4e6de2faa0906
2007-12-11 08:14:47 +00:00
ced 5c29e9329d Removed unused variable
bzr revid: ced-a195f2b54e9436541b7faf68028df6e86758930b
2007-12-11 08:14:32 +00:00
Fabien Pinckaers 4fda5f8d79 Inverted Stock input and output
bzr revid: fp@tinyerp.com-e97c523d172a0f0f5ef5a3a562a4147ada4174fb
2007-10-23 18:04:32 +00:00
ced 8b267c2b06 Fix invoice on picking to be more modular and works also from purchase
bzr revid: ced-8bf8f96ec1126829cf31dccc90daa9d6d8bfc17b
2007-10-19 12:15:57 +00:00