Commit Graph

792 Commits

Author SHA1 Message Date
Quentin (OpenERP) fbbc0bad19 [IMP] all: replaced 'true' by 'True' in 'options' attribute in views, because now the syntax of these options must be expressed in python instead of json
bzr revid: qdp-launchpad@openerp.com-20121009143433-s4y6isbewqdn2fu2
2012-10-09 16:34:33 +02:00
Quentin (OpenERP) 168a29fdb9 [MERGE] merged the branch that is linked to the fix of yaml_import.py.
* fixed numerous yaml tests or onchange() that are not compatible with the new constraint: a field must be in the view if a onchange returns a value for it
 * fixed numerous yaml tests because the more realistic way we create records now spotted problems in them
 * sale and sale_stock: fixed onchange function
 * sale, sale_stock: added some tests to verify the onchange is triggered
 * account_voucher: fixed generation of journal entry for writeoff in secondary currency
 * account_voucher: fixed the yaml test that should have spotted above problem but which was eroneous too
 * event: replaced wrong reference to base.extended by base.group_no_one
 * mrp: improved stock move naming

bzr revid: qdp-launchpad@openerp.com-20121005132222-t58904z7qw6ztbvf
2012-10-05 15:22:22 +02:00
Quentin (OpenERP) 1e14590784 [FIX] sale, sale_stock, sale_analytic_plans: fixed error in yalm tests or sale_mrp if sale_analytic_plans was installed before, due to value returned for a field not present in the view (project_id). Moved back onchange_shop_id into sale module from sale_stock
bzr revid: qdp-launchpad@openerp.com-20121005091516-y7typs1hep5exd3q
2012-10-05 11:15:16 +02:00
Quentin (OpenERP) 34a2c5e7a8 [TRY] sale: attempt to fix a problem related to onchange() call that returns a value for a field we are not seeing in the form view (because of groups attr)
bzr revid: qdp-launchpad@openerp.com-20121004165240-7sr4wdi072hy6uuk
2012-10-04 18:52:40 +02:00
Quentin (OpenERP) 147da38fa4 [REV] put back the label for product_uom_qty in sale order line, wrongly removed in a previous commit
bzr revid: qdp-launchpad@openerp.com-20121004090240-gckfbpgpymtcxixz
2012-10-04 11:02:40 +02:00
Quentin (OpenERP) 6d70bedd69 [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20121004084906-zhqfu2jz1o4hn0c1
2012-10-04 10:49:06 +02:00
Quentin (OpenERP) bbe269b768 [FIX] sale: editable=bottom on order_line in sale.order (previously wrongly commited)
bzr revid: qdp-launchpad@openerp.com-20121001165944-5pe0ndtyyt0klhlj
2012-10-01 18:59:44 +02:00
Quentin (OpenERP) 2b07b4e35c [FIX] sale, sale_stock: yaml tests on product_id_change() + fix in that same function (type is defined in sale_stock now)
bzr revid: qdp-launchpad@openerp.com-20121001160854-7d2xew5pol6u27b2
2012-10-01 18:08:54 +02:00
Antony Lesuisse 6dd16f2613 [MERGE] trunk
bzr revid: al@openerp.com-20120930141638-bw50m7b5a8wnu2yh
2012-09-30 16:16:38 +02:00
Antonin Bourguignon 9485587f1d [MERGE] trunk-fix-mail-mail-rules-tde: OpenChatter 'Rule Yur Daddy' Branch
Fixes some of access rights issues. This addons branch features :
- message_is_follower field added in invisible in all views using Chatter
- update of message_follower_ids, to use message_is_follower, and to properly handle users not having access to the res.partner model (ex: basic portal users, anonymous users)
- misc access rights tuning

bzr revid: abo@openerp.com-20120928173655-uh9rzio2zpl8vfpx
2012-09-28 19:36:55 +02:00
Antony Lesuisse 857b107ba8 [FIX] sale.order dont always_reload name_get
bzr revid: al@openerp.com-20120928154307-1ih69t5a4164ecg2
2012-09-28 17:43:07 +02:00
Antonin Bourguignon 8683ea9c6d [MERGE] trunk
bzr revid: abo@openerp.com-20120928152152-p6s1dzq96g0sy2sf
2012-09-28 17:21:52 +02:00
Quentin (OpenERP) c439bdb3c0 [FIX] sale: put back the button 'View Invoice' on sale orders (removed for no reason) + reorganized files to reduce the diff with trunk
bzr revid: qdp-launchpad@openerp.com-20120920131711-hu825gunt4cbtzin
2012-09-20 15:17:11 +02:00
Atul Patel (OpenERP) 18dfb6db3a [IMP]: Remove default order policy group and shift it to sale_stock.
bzr revid: atp@tinyerp.com-20120919114033-ba970938yfm36x2c
2012-09-19 17:10:33 +05:30
Atul Patel (OpenERP) b61e2c8b8f [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120919093842-pn5kqx0gmc41lani
2012-09-19 15:08:42 +05:30
Thibault Delavallée 585ec570d2 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120918155905-rkdtkuu559ii0e6p
bzr revid: tde@openerp.com-20120919075051-zjxrbcbltrlp8h4k
2012-09-19 09:50:51 +02:00
Fabien Pinckaers 5582891098 [MERGE] sale order & stock improvements
bzr revid: fp@tinyerp.com-20120918172145-lr3vtmm06j7virse
2012-09-18 19:21:45 +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
Atul Patel (OpenERP) b4d415ff9b [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120917050738-i5730n5sbqvnfsnh
2012-09-17 10:37:38 +05:30
Divyesh Makwana (Open ERP) e688ed7506 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120917040147-vr4obp3ayyonr2da
2012-09-17 09:31:47 +05:30
Fabien Pinckaers 260f175a36 [MERGE] sale fixes
bzr revid: fp@openerp.com-20120916144529-ho1p72gtake7j2in
2012-09-16 16:45:29 +02:00
Atul Patel (OpenERP) 2e65d4319f [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120912051440-raj6egoom3qyfsmm
bzr revid: atp@tinyerp.com-20120913034436-i09g3lujgvy81gr6
bzr revid: atp@tinyerp.com-20120914051314-m5g13izj55f4sxqi
2012-09-14 10:43:14 +05:30
Harry (OpenERP) 1e29f75280 [MERGE]
bzr revid: hmo@tinyerp.com-20120913083243-15bi38mbhp3yq3sw
2012-09-13 14:02:43 +05:30
Divyesh Makwana (Open ERP) 84b848f3c0 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120913041843-9clgqti8igj92wma
2012-09-13 09:48:43 +05:30
Fabien Pinckaers 5d3f9a09d1 [IMP] usability, clean several screens
bzr revid: fp@tinyerp.com-20120912171636-53vgvm34u579cmjv
2012-09-12 19:16:36 +02:00
Fabien Pinckaers 9511db2416 [IMP] useability Send by Post -> Print Invoice
bzr revid: fp@tinyerp.com-20120912105040-n6l8y2jn2hmq2ml6
2012-09-12 12:50:40 +02:00
Harry (OpenERP) deb5bf3f3c [MERGE]
bzr revid: hmo@tinyerp.com-20120912100957-y4xkoa3kdcaq5dm0
2012-09-12 15:39:57 +05:30
Divyesh Makwana (Open ERP) b2ec48619c [Merge] Merge with lp:~openerp-dev/openobject-addons/trunk-addons_issue_sale_button_visibility-cha.
bzr revid: mdi@tinyerp.com-20120912092330-jg5seomkqbn0w7i6
2012-09-12 14:53:30 +05:30
Divyesh Makwana (Open ERP) 16c666c971 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120911040749-jze56wu4p911hcob
bzr revid: mdi@tinyerp.com-20120912044312-c7pqd1gfwv74kcw6
2012-09-12 10:13:12 +05:30
Fabien Pinckaers 4ecf30824e [IMP] fix needaction for SO/PO, using domain instead of defautl searches
bzr revid: fp@tinyerp.com-20120911130701-1jplopfxlmd2hm7r
2012-09-11 15:07:01 +02:00
Ajay Chauhan (OpenERP) 73dc43adc6 [IMP] sale: change some code of functions & change name of field
bzr revid: cha@tinyerp.com-20120911112133-55m46wi003k28ikn
2012-09-11 16:51:33 +05:30
Atul Patel (OpenERP) 39cbe2711e [FIX]: Sale order in done state after invoice using sale order line.
Create invoice button disappeared in SO line when its Done.

bzr revid: atp@tinyerp.com-20120911094754-d1q40uyt2waahkzg
2012-09-11 15:17:54 +05:30
Atul Patel (OpenERP) d630d3b6b6 [IMP]: improve progress bar from sale order line tree view.
bzr revid: atp@tinyerp.com-20120909173020-gljs3gss7ljm310w
2012-09-09 23:00:20 +05:30
Atul Patel (OpenERP) 30bf8715cf [IMP]: Change workflow transition. remove type field
bzr revid: atp@tinyerp.com-20120909123216-vys9dyuqk5i7grgr
2012-09-09 18:02:16 +05:30
Atul Patel (OpenERP) eb28892a3a [IMP]: MOVE PROCUREMENT CHANGES INTO PROCUREMENT..
bzr revid: atp@tinyerp.com-20120909101156-9pna66qbx28px2ii
2012-09-09 15:41:56 +05:30
Ajay Chauhan (OpenERP) e89e8c75c0 [IMP] sale: added function field & did some other changes
bzr revid: cha@tinyerp.com-20120907112834-affnrfgzjc3hsnu1
2012-09-07 16:58:34 +05:30
Divyesh Makwana (Open ERP) 1e0731ca96 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120907042141-yqyodwytx8m771vi
2012-09-07 09:51:41 +05:30
Harry (OpenERP) 621122dee9 [FIX] sale: pass context in partner_shipping_id and partner_invoice_id to set parent_id with partner_id
bzr revid: hmo@tinyerp.com-20120906132657-dtc3ctkktzv0f2it
2012-09-06 18:56:57 +05:30
Harry (OpenERP) 5e2d868790 [FIX] sale: in a sale order, if a line is created with only a description, no product, the system must propose direclty to create the final invoice whatever the invoicing policy
bzr revid: hmo@tinyerp.com-20120906131310-pzx34w7fcu8j28zy
2012-09-06 18:43:10 +05:30
Divyesh Makwana (Open ERP) 01ce9d8373 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120905040521-6fyteqi05v706uoc
bzr revid: mdi@tinyerp.com-20120906041337-j4a8xnyy6ba04ucm
2012-09-06 09:43:37 +05:30
Olivier Dony db3336c092 [MERGE] sync with trunk
bzr revid: odo@openerp.com-20120905231537-se2zg2uocbjmfww9
2012-09-06 01:15:37 +02:00
Fabien Pinckaers 220766fcc4 [IMP] sale order line invisible type
bzr revid: fp@openerp.com-20120905213008-r40ejmxmgxtmsvxq
2012-09-05 23:30:08 +02:00
Olivier Dony 2160072508 [MERGE] sync with trunk
bzr revid: odo@openerp.com-20120905073134-v1j98vzvmwe6a72i
2012-09-05 09:31:34 +02:00
Raphael Collet 5426eb7508 [FIX] sale order: fix order lines in form
bzr revid: rco@openerp.com-20120831100535-1awx1kj0ezrzw38d
2012-08-31 12:05:35 +02:00
Raphael Collet a652cc9ef0 [IMP] sale, sale_analytic_plans: add missing fields in sale order lines, and make list non-editable for group analytic accounting
bzr revid: rco@openerp.com-20120831095400-gaztg6293sz43pd1
2012-08-31 11:54:00 +02:00
Thibault Delavallée c14a11482c [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120831074032-3b41p3qnuknfv461
2012-08-31 09:40:32 +02:00
Divyesh Makwana (Open ERP) 6918a95cd5 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120831064937-gvz3r5fpsq7lhbuw
2012-08-31 12:19:37 +05:30
Raphael Collet bce4d99a27 [MERGE] from trunk
bzr revid: rco@openerp.com-20120830135354-at09zudifgjwiury
2012-08-30 15:53:54 +02:00
Fabien Pinckaers bff39cb5b3 [IMP] Drag handle on SO lines
bzr revid: fp@tinyerp.com-20120830121927-z35yximn8omvhv2k
2012-08-30 14:19:27 +02:00
Purnendu Singh (OpenERP) 6ee4afd62b [MERGE] sale: merge the changes of lp:~openerp-dev/openobject-addons/trunk-editable_list_sale-rco
bzr revid: psi@tinyerp.com-20120830101050-xa4z1xz6knhpatkc
2012-08-30 15:40:50 +05:30