Commit Graph

185 Commits

Author SHA1 Message Date
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
Quentin (OpenERP) d69f5e20ec [REF] stock: refactoring set active field on push and pull rules as a normal field (previously related on the route) as the route_id field is not required
bzr revid: qdp-launchpad@openerp.com-20140423082322-ms66ta8zq0uklw32
2014-04-23 10:23:22 +02:00
Quentin (OpenERP) d33876ffc6 [FIX] procurement: removed old reference to unexisting field in form view of procurement
bzr revid: qdp-launchpad@openerp.com-20140403073835-46dd5an1178xclsd
2014-04-03 09:38:35 +02:00
Quentin (OpenERP) cd543d96e0 [IMP] misc usability improvements
bzr revid: qdp-launchpad@openerp.com-20131108165217-wk9b079p7jladswm
2013-11-08 17:52:17 +01:00
Quentin (OpenERP) d2d0184587 [IMP] pocurement, stock, purchase, sale_stock, stock_account: misc changes in usabilty, code refactoring and new option on procurement group propagation.
1) form view of procurement.order and procurement.rule reviewed
2) added buttons on procurement.order to jump on other procurements or pickings of same procurement.group
3) tracked some fields on procurement.order
4) used the short name of warehouse for the rule names
5) added a new choice for the procurement.group propagation in order to allow having only one reception picking for several po lines grouped in the same PO but belonging to different procurement.group at first
6) some code refactored for easiness, modularity, clarity and other obvious reasons

bzr revid: qdp-launchpad@openerp.com-20131107112053-knracfslqkfitg8b
2013-11-07 12:20:53 +01:00
Quentin (OpenERP) 61babf0c6e [IMP] procurement: added a button to reset to confirmed a cancelled procurement
bzr revid: qdp-launchpad@openerp.com-20131106083231-jnr6w30rhfkvzsbu
2013-11-06 09:32:31 +01:00
jke-openerp 5308a926d2 [IMP] Improve and fix according to review FP
bzr revid: jke@openerp.com-20131105161517-zm1ks2m8fkcf7v7i
2013-11-05 17:15:17 +01:00
Quentin (OpenERP) 65966940c8 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20131010133212-t058auv973pvvmjm
2013-10-10 15:32:12 +02:00
jke-openerp 9b7712bedc continue WMS usability
bzr revid: jke@openerp.com-20131003133503-b18t7or3ff3stqeg
2013-10-03 15:35:03 +02:00
jke-openerp f13f1ebbce WMS usability (part) + WMS Merge PO
bzr revid: jke@openerp.com-20131002134242-w76s6p03p66wbk16
2013-10-02 15:42:42 +02:00
jke-openerp 3c047b2332 WMS usability - En cours (reste demodata et btn View picking
bzr revid: jke@openerp.com-20131001152947-hdwtuoqx65mcfsxa
2013-10-01 17:29:47 +02:00
Thibault Delavallée ed0a829cb3 [MERGE] [IMP] addons: improved name and tooltips of groupby date in various addons.
bzr revid: tde@openerp.com-20130904141053-yustqiuzynbettq8
2013-09-04 16:10:53 +02:00
Fabien Pinckaers c19419b6b6 [FIX] sale_stock
bzr revid: fp@openerp.com-20130804141750-vr17iy49764ga2m0
2013-08-04 16:17:50 +02:00
Fabien Pinckaers 22e60e3dda [FIX] procurement view
bzr revid: fp@openerp.com-20130804135218-70dnybxxkwrcmyu7
2013-08-04 15:52:18 +02:00
Josse Colpaert bcf77893af [WIP] Move from sale_stock what has only to do with procurement to sale and remove stock_location_sale
bzr revid: jco@openerp.com-20130710150207-imvyte86hftdd3pq
2013-07-10 17:02:07 +02:00
Josse Colpaert c4b15ad151 [WIP] Remove procure_method in procurement, stock, stock_location
bzr revid: jco@openerp.com-20130709151528-4cilv2pbed5py14k
2013-07-09 17:15:28 +02:00
Fabien Pinckaers 8f6c3e14b9 [IMP] Yet another 1000 lines removed
bzr revid: fp@tinyerp.com-20130630222646-wrpyd1o89md8gknx
2013-07-01 00:26:46 +02:00
Christophe Simonis 6a9adbca62 [MERGE] forward port of branch 7.0 up to revid 9236 mat@openerp.com-20130613160953-itt79mu5xrl7suv4
bzr revid: chs@openerp.com-20130613181503-82234mo34wxb0oap
2013-06-13 20:15:03 +02:00
Olivier Dony 182ca70a1e [MERGE] OPW 590300: make some action help texts consistent with the rest of the system
The policy is to have a one-line paragraph with
class `oe_view_nocontent_create` that directs the
user to the create button. There are exceptions
when the action is not supposed to be used to
create new records, in which case the help
text should indicate so.

lp bug: https://launchpad.net/bugs/1165321 fixed

bzr revid: odo@openerp.com-20130607160927-y9kr8tvnuhougkwo
2013-06-07 18:09:27 +02:00
Olivier Dony dba21ae6ef [FIX] procurement: remove spurious placeholder in tree view
bzr revid: odo@openerp.com-20130603121914-bf7msemmufcywoc1
2013-06-03 14:19:14 +02:00
Olivier Dony 0f983a0146 [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9183
rev-id launchpad_translations_on_behalf_of_openerp-20130531070107-7d2k818beg8965ll

bzr revid: odo@openerp.com-20130603121852-jdl6vlo9dmjk0rlc
2013-06-03 14:18:52 +02:00
Martin Trigaux 417ddebd8a [MERGE] [FIX]procurement: in procurement exceptions group by reason it gives error
bzr revid: mat@openerp.com-20130528121540-hc1lo85sb51r7k91
2013-05-28 14:15:40 +02:00
Ravish (Open ERP) b16ef2e1f8 [IMP]put arrow for all forms
bzr revid: rmu@tinyerp.com-20130322091625-mnk0437uegjddnws
2013-03-22 14:46:25 +05:30
Quentin (OpenERP) be05b374a1 [MERGE] forwardport of bugfixes made in v7 up to revision 8854.
bzr revid: qdp-launchpad@openerp.com-20130314112740-s01t51p4m7mxcumz
2013-03-14 12:27:40 +01:00
Fabien Pinckaers 0648376763 [IMP] better menu tip: reordering rules
bzr revid: fp@openerp.com-20130312125013-71lo629cx5ku2q9d
2013-03-12 13:50:13 +01:00
Tejas Tank 110be1c3ab [IMP] procurement: Improve help for reordering rules.
bzr revid: tta@openerp.com-20130311060202-pebn1mk92b57op56
2013-03-11 11:32:02 +05:30
Olivier Dony cd0714b78d [FIX] all: change confusing labels on Cancel buttons in form views
lp bug: https://launchpad.net/bugs/1103426 fixed

bzr revid: odo@openerp.com-20130225133804-k7012p8p81e6g8vg
2013-02-25 14:38:04 +01:00
Fabien Pinckaers b90829f3ea [IMP] buttons in forms, instead of related actions
bzr revid: fp@openerp.com-20130224112142-p9g0p7yg3hmq59eb
2013-02-24 12:21:42 +01:00
Pinakin Nayi (OpenERP) d53344651f [FIX]procurement: in procurement exceptions group by reason it gives error
bzr revid: pna@tinyerp.com-20130125060624-s80gwrd5b15w12v5
2013-01-25 11:36:24 +05:30
Fabien Pinckaers 5355f44e22 [FIX] procurement view
bzr revid: fp@tinyerp.com-20121218161852-427ya3mcf09rjk02
2012-12-18 17:18:52 +01:00
Fabien Pinckaers c131a7062e [FIX] invoice created by delivery order
bzr revid: fp@tinyerp.com-20121218154855-hjwwfj3q3033oyn0
2012-12-18 16:48:55 +01:00
Arnaud Pineux 2fb7baa325 [IMP] demo for french users
bzr revid: api@openerp.com-20121211140346-bhh8o1rf5h57epcz
2012-12-11 15:03:46 +01:00
Turkesh Patel (Open ERP) 8ed98ddec3 [IMP] procurement: apply group on product_uom field.
bzr revid: tpa@tinyerp.com-20121112070224-md1utssp0qd99x69
2012-11-12 12:32:24 +05:30
Turkesh Patel (Open ERP) ba2f569d6d [IMP] add placeholder in procurement order.
bzr revid: tpa@tinyerp.com-20121109121606-vku2c5zzukv185b1
2012-11-09 17:46:06 +05:30
Frédéric van der Essen 7cdf99ade1 [IMP] mail: improved display of openchatter in form views
bzr revid: fva@openerp.com-20121026095821-c3idarsd5yi9fzso
2012-10-26 11:58:21 +02:00
Fabien Pinckaers 902f915f38 [FIX] typo: trigered -> triggered
bzr revid: fp@tinyerp.com-20121013102945-cy59y09bq24u6nfb
2012-10-13 12:29:45 +02:00
Fabien Pinckaers 368bf1a0c2 [FIX] notes of products
bzr revid: fp@tinyerp.com-20121013095508-c448sk16rdoc1kxf
2012-10-13 11:55:08 +02:00
Mayur Maheshwari (OpenERP) 1fbadf892a [FIX]product : improve filter product
bzr revid: mma@tinyerp.com-20121005072825-m232k236scnicrev
2012-10-05 12:58:25 +05:30
Mayur Maheshwari (OpenERP) f265677f0f [FIX]product : removed unused speces
bzr revid: mma@tinyerp.com-20121005071428-pfj0lhepwiof3wr7
2012-10-05 12:44:28 +05:30
Mayur Maheshwari (OpenERP) f7f4f923ce [FIX]product : improve group
bzr revid: mma@tinyerp.com-20121005065050-fchjbkc1wbipxfux
2012-10-05 12:20:50 +05:30
Mayur Maheshwari (OpenERP) 71777e5380 [FIX]product : improve procurment help message and update views
bzr revid: mma@tinyerp.com-20121005064159-nxevkdhc058c2u5k
2012-10-05 12:11:59 +05:30
Randhir Mayatra (OpenERP) fbd443a66e [MERGE] merge with addons
bzr revid: rma@tinyerp.com-20121003103503-5rdpwbp2cecfmna0
2012-10-03 16:05:03 +05:30
Randhir Mayatra (OpenERP) 9890c1da13 [MERGE] merge with parent branch
bzr revid: rma@tinyerp.com-20121001085821-7c7g51mtgdp99qgl
2012-10-01 14:28:21 +05:30
Randhir Mayatra (OpenERP) cd64e33d16 [IMP] make changes into product,procurement module
bzr revid: rma@tinyerp.com-20121001085603-1s2kt6ufg8fcom8e
2012-10-01 14:26:03 +05:30
Randhir Mayatra (OpenERP) b765e45c81 [IMP] move the procure method in product to procurement
bzr revid: rma@tinyerp.com-20120928124131-7wrkholp6ltfk23g
2012-09-28 18:11:31 +05:30
Christophe Matthieu f47111449c [IMP] mail_follower: unique field widget, sub-types on click
bzr revid: chm@openerp.com-20120924095616-keuji387bvy6pmcs
2012-09-24 11:56:16 +02:00
Christophe Matthieu fa63653de9 [MERGE] from trunk-mail-mail-rules-tde
bzr revid: chm@openerp.com-20120921095037-czl4s3v0do11yhkq
2012-09-21 11:50:37 +02:00
Thibault Delavallée 1206b8f7a0 [IMP] Addons: added message_is_follower and message_subtype_data invisible fields to all views using Chatter and Followers widgets.
bzr revid: tde@openerp.com-20120920115900-vvpfhjvw135vhf91
2012-09-20 13:59:00 +02:00
Thibault Delavallée f9ae3e21c8 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120918082646-dxf4uxjthxmst4sj
2012-09-18 10:26:46 +02:00
Thibault Delavallée abf16c58c6 [IMP] Addons: added invisible field for message_is_follower; note: reidented view; account_voucher: reidented one view.
bzr revid: tde@openerp.com-20120917153533-u102ds3eo1xr1mnt
2012-09-17 17:35:33 +02:00