Commit Graph

200 Commits

Author SHA1 Message Date
mso 001d95a574 [FIX] mrp: print statement removed and doc string added in child_compute method
bzr revid: mso@mso-20100330062809-1guub3wi7xl9pcpc
2010-03-30 11:58:09 +05:30
mtr d9dc66b994 [Fix] stock:remove the file name from terp
bzr revid: mtr@mtr-20100326134311-qbazgm07gjjbjwfx
2010-03-26 19:13:11 +05:30
uco (OpenERP) f562fde42d [IMP] mrp: Code optimization. Removed '@summary' from docstring. Removed 'self.pool.get()' from loops.
bzr revid: uco@tinyerp.co.in-20100322112829-6btns8fyixechwh3
2010-03-22 16:58:29 +05:30
Harry (Open ERP) c4ea44517b [MERGE]
bzr revid: hmo@tinyerp.com-20100319062513-eqtrzjykkio1j2qw
2010-03-19 11:55:13 +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
Harry (Open ERP) 42a396dcfe [MERGE] merged from lp:~openerp/openobject-addons/trunk/
bzr revid: hmo@tinyerp.com-20100318074214-9blwk2h5qgfo59zd
2010-03-18 13:12:14 +05:30
Harry (Open ERP) fa7eaf2e6f [REF+IMP] stock,mrp: scrap, consume and split lines of stock move
bzr revid: hmo@tinyerp.com-20100318063122-j13zqz6jubwh1i2k
2010-03-18 12:01:22 +05:30
Harry (Open ERP) 6be5a0c212 [FIX] mrp
bzr revid: hmo@tinyerp.com-20100317121357-48xpq5lda7xd10ea
2010-03-17 17:43:57 +05:30
Harry (Open ERP) aeb102a60e [MERGE]
bzr revid: hmo@tinyerp.com-20100317112232-2kcn8f1pluo61cbb
2010-03-17 16:52:32 +05:30
Harry (Open ERP) d3247db076 [IMP] mrp: improve produce wizard
bzr revid: hmo@tinyerp.com-20100317081951-9b1q587vlx2pnwb4
2010-03-17 13:49:51 +05:30
Harry (Open ERP) aa2f699167 [IMP] stock, mrp: code improve on scrap, consume, split line
bzr revid: hmo@tinyerp.com-20100317075605-7md35k8okenczlg9
2010-03-17 13:26:05 +05:30
uco (OpenERP) 82387d26c9 [IMP] mrp: https://blueprints.launchpad.net/openobject-addons/+spec/automatic-orderpoint-delete-cascade-on-product-delete. Delete automatic orderpoint on delete of related product.
bzr revid: uco@tinyerp.co.in-20100317061303-spbiay7u2ma3f2ch
2010-03-17 11:43:03 +05:30
uco (OpenERP) 92a50fe4f1 [REF] mrp: Renamed Purchase Order field to Latest Requistion on Minimum Stock Rules.
bzr revid: uco@tinyerp.co.in-20100315073858-nqjcmk6g6wzhgtn0
2010-03-15 13:08:58 +05:30
uco (OpenERP) c95150b75a [FIX] mrp, mrp_repair, purchase, sale: Changed name of variable for maintaining naming convention.
bzr revid: uco@tinyerp.co.in-20100312115012-vrf4lut48ptyxk92
2010-03-12 17:20:12 +05:30
mso fcaeab33ca [Merge]:Merged with parent branch
bzr revid: mso@mso-20100312071916-zat2nj2rvz5fc10t
2010-03-12 12:49:16 +05:30
Harry (Open ERP) bdc78703ea [MERGE]
bzr revid: hmo@tinyerp.com-20100311142449-gfhiuwigpchfr074
2010-03-11 19:54:49 +05:30
uco (OpenERP) 8cf8c156de [IMP] stock: Renamed picking sequences IN/00001, OUT/00001, INT/00001.
bzr revid: uco@tinyerp.co.in-20100311072517-x9gny5kf7k4uin37
2010-03-11 12:55:17 +05:30
uco (OpenERP) bc22b5f593 [IMP]: Improvements in views, access rules in mrp, product and stock modules.
bzr revid: uco@tinyerp.co.in-20100310132040-3suqwihxmfdmu5sz
2010-03-10 18:50:40 +05:30
rpa (Open ERP) 9f553e0026 [IMP]: mrp: Consuming products in production lines should change order state in_production
bzr revid: rpa@tinyerp.com-20100309103421-0ul28oqz297z63d2
2010-03-09 16:04:21 +05:30
uco (OpenERP) 48e7f8370a [ADD]: Added access rules for remaining objects in account, hr, mail_gateway, mrp, stock, project, base_calendar and resource modules.
bzr revid: uco@tinyerp.co.in-20100305100813-2wsyownr15sk335s
2010-03-05 15:38:13 +05:30
Harry (Open ERP) b5c1ad04e2 [IMP] mrp: improvement
bzr revid: hmo@tinyerp.com-20100302092209-ngsgg0532gxffbvh
2010-03-02 14:52:09 +05:30
Raphaël Valyi dc1722f35d [REF] [MRP] action_po_assign method refactoring: several purchase.order where made and not linked to their procurement only last id was returned. -> Not possible to override cleany for instance to pass custom options from a procurement to a production order. Implemented it with the {} trick. This is debatable whether {} links or hook before creation is better. At least now you can override it...
bzr revid: rvalyi@gmail.com-20100228041610-knbvwzptzgzjyq42
2010-02-28 01:16:10 -03:00
Raphaël Valyi 353f7026a1 [REF] [MRP] action_produce_assign_product method refactoring: several mrp.production where made and not linked to their procurement only last id was returned. -> Not possible to override cleany for instance to pass custom options from a procurement to a production order. Implemented it with the {} trick. This is debatable whether {} links or hook before creation is better. At least now you can override it...
bzr revid: rvalyi@gmail.com-20100228035250-xnp9q1tx5j0sjnlr
2010-02-28 00:52:50 -03:00
Harry (Open ERP) c062d78c02 [IMP] mrp,stock: better api
bzr revid: hmo@tinyerp.com-20100224095717-o0epiu348ovg4npn
2010-02-24 15:27:17 +05:30
Harry (Open ERP) 03ff37e5f6 [IMP] mrp: add new wizard for produce product and change workflow of production order
bzr revid: hmo@tinyerp.com-20100224081706-x156eauvbp3btnwp
2010-02-24 13:47:06 +05:30
Harry (Open ERP) 3ed2f632b6 [IMP] mrp: Improvement in MRP
lp bug: https://launchpad.net/bugs/506017 fixed

bzr revid: hmo@tinyerp.com-20100223053400-1nikokxmgqgvcgxd
2010-02-23 11:04:00 +05:30
rpa (Open ERP) 80181ea389 [IMP]: stock, mrp: Changed logic of track lots, Improvement in functions of split and consume
bzr revid: rpa@openerp.co.in-20100219134455-47etho3p4i67dszw
2010-02-19 19:14:55 +05:30
rpa (Open ERP) 0abe371437 [IMP]: mrp: Manufacturing Order Usability Improvement: View improvement, Separated move_lines into 2, one for product to consume and the other for consumed products + wizard related changes
bzr revid: rpa@openerp.co.in-20100219105543-rc1jxi0lrimfk21i
2010-02-19 16:25:43 +05:30
Stephane Wirtel 972cd3033e [FIX] crm, hr, mrp, sale: Improve some forms
bzr revid: stephane@openerp.com-20100216172139-qehy5r4h1d7g9eev
2010-02-16 18:21:39 +01:00
mra (Open ERP) 12681f33f1 [IMP] English improvement for modules (changes in strings)
bzr revid: mra@tinyerp.com-20100209083146-df5gq5elxem9fh6w
2010-02-09 14:01:46 +05:30
Harry (Open ERP) d62d78a173 [IMP] mrp, purchase, sale: Improve search view with group by
bzr revid: hmo@tinyerp.com-20100209073415-kxjbog4bx1dbod6u
2010-02-09 13:04:15 +05:30
Harry (Open ERP) ca24db4e13 [FIX] mrp: remove domain from procurement menu action
lp bug: https://launchpad.net/bugs/516026 fixed

bzr revid: hmo@tinyerp.com-20100202141237-gvvrlg4176sffqif
2010-02-02 19:42:37 +05:30
HDA (OpenERP) 93bd614c8e merged to remove sql injection
bzr revid: hda@tinyerp.com-20100201082939-fj0u5f0pvlgq7j3k
2010-02-01 13:59:39 +05:30
HDA (OpenERP) 0b2bb31992 Merge from stable
bzr revid: hda@tinyerp.com-20100121151350-58pcefq2tdw2ge2l
2010-01-21 20:43:50 +05:30
HDA (OpenERP) 92ae38eb0a Project management improvements
bzr revid: hda@tinyerp.com-20100119073547-dqn2c0i9ycx6kp3a
2010-01-19 13:05:47 +05:30
pap (openerp) cfe2942d8a [IMP]:
1) start_date < end_date in leave form
2) remove duplicate fields from mrp.workcenter
3) remove recursion in project phases, start_date < end_date
start_date < end_date in project.task and project.project

bzr revid: pap@tinyerp.co.in-20100118134453-uptuohuxvyqhizfq
2010-01-18 19:14:53 +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
Rvo (Open ERP) de52c987b1 Project Improvement
bzr revid: rvo@tinyerp.co.in-20100112053248-fkxz9h06ljzgt65q
2010-01-12 11:02:48 +05:30
Jay (Open ERP) ed1d414dd7 [FIX] MRP : Accounting Entries were duplicated when processing production order with accounting configuration for locations.
bzr revid: jvo@tinyerp.com-20100107063325-tnhlkfn0obojv0my
2010-01-07 12:03:25 +05:30
Harry(OpenERP) 90e95708cd [FIX] MRP : Accounting Entries were duplicated when processing production order with accounting configuration for locations.
lp bug: https://launchpad.net/bugs/398562 fixed

bzr revid: jvo@tinyerp.com-20100106095132-xrs7wml7ga2b61oy
2010-01-06 15:21:32 +05:30
Harry (Open ERP) b16b33b9fb [MERGE] merge from lp:~openerp-commiter/openobject-addons/ergonomy-search-views
bzr revid: hmo@tinyerp.com-20091224110142-drqpn9il4e25v377
2009-12-24 16:31:42 +05:30
Fabien Pinckaers c032072ca1 merge
bzr revid: fp@tinyerp.com-20091223171752-zunj0g08eknomv0l
2009-12-23 18:17:52 +01:00
Fabien Pinckaers cbd41d602b [FIX] multi company_default
bzr revid: fp@tinyerp.com-20091223171639-hgvyetizdgyh0itv
2009-12-23 18:16:39 +01:00
uco (OpenERP) 9799d989a6 [ADD]: Added tooltips for production order and procurement order.
bzr revid: uco@tinyerp.co.in-20091223140329-laq7rr59x0k5i6g0
2009-12-23 19:33:29 +05:30
uco (OpenERP) 2bc631a28d [IMP,ADD]: Missing or to clarify tooltips: Added and Improved tooltips for some fields.
bzr revid: uco@tinyerp.co.in-20091222130810-12crvqp29ckoxzsj
2009-12-22 18:38:10 +05:30
uco (OpenERP) c1d66e1ac5 [IMP]: Generalization of tooltips: Added tooltips for 'origin' fields, renamed 'Ref' to 'Reference', Added same tooltips for same fields of 'account & account template' and 'tax & tax templates'
bzr revid: uco@tinyerp.co.in-20091222093841-2uamhp6w0wkmcnk0
2009-12-22 15:08:41 +05:30
uco (OpenERP) 5a4e8b8092 [IMP]: Generalization of tooltips: Improved tooltips for all fields.
bzr revid: uco@tinyerp.co.in-20091222064551-k6g299rk9ly1oyg3
2009-12-22 12:15:51 +05:30
uco (OpenERP) 8d3fb81f4e [IMP]: Generalization of tooltips: Added tooltips for sequence field
bzr revid: uco@tinyerp.co.in-20091221131412-xv3u9m8556xkyg6t
2009-12-21 18:44:12 +05:30
uco (OpenERP) 10c3b2da7d [IMP]: Generalization of tooltips: Added tooltips for active field
bzr revid: uco@tinyerp.co.in-20091221122132-hkesf2dy48lpdvum
2009-12-21 17:51:32 +05:30
uco (OpenERP) c9f66f69f0 [IMP]: Tooltip improvements: Typo errors and improvements
bzr revid: uco@tinyerp.co.in-20091221095054-do0gbj9907u3oyxc
2009-12-21 15:20:54 +05:30