Commit Graph

3169 Commits

Author SHA1 Message Date
Josse Colpaert 7a47bc28c6 [WIP] Add routes on stock.move, add related sequence on procurement rule for search of rule by sequence
bzr revid: jco@openerp.com-20130719150900-2icla8flwxvbnr9e
2013-07-19 17:09:00 +02:00
Josse Colpaert 7ee4eb2656 [WIP] Add removal and putaways in views
bzr revid: jco@openerp.com-20130719115533-754m6591p3ykutea
2013-07-19 13:55:33 +02:00
Josse Colpaert 2b3fb50997 [WIP] Add YML files and check stock/shipment.yml, make sure stock_account takes all the files(__openerp__.py) and that way start handling problems purchase fifo lifo tests
bzr revid: jco@openerp.com-20130718164715-m2c7mbkb5ph9a82g
2013-07-18 18:47:15 +02:00
Josse Colpaert e0f8a9d5a7 [WIP] Use of trg_model for purchase workflow, but have to see why it does not work
bzr revid: jco@openerp.com-20130718131816-i2b2ga6updkmjmq0
2013-07-18 15:18:16 +02:00
Josse Colpaert bb6b684688 [WIP] Change purchase workflow not to use picking subworkflow
bzr revid: jco@openerp.com-20130718085756-bk3g3fdzgm2bce9p
2013-07-18 10:57:56 +02:00
Josse Colpaert 89ea947460 [WIP] Move unnecessary code from stock.picking because of removing the workflow
bzr revid: jco@openerp.com-20130717160038-4pttaixnsebpy3go
2013-07-17 18:00:38 +02:00
Josse Colpaert 421a349958 [WIP] Make sure stock_account and stock installs
bzr revid: jco@openerp.com-20130715081809-9wjk787xp3gcsi3e
2013-07-15 10:18:09 +02:00
Josse Colpaert 98b1713bfb [WIP] Add routes as default data
bzr revid: jco@openerp.com-20130712165449-uwxdpiix8nfd6zn1
2013-07-12 18:54:49 +02:00
Quentin (OpenERP) a0318270f5 [WIP] stock_location: if a route is defined on the procurement it has higher priority + refactoring
bzr revid: qdp-launchpad@openerp.com-20130712160533-41ts0t6tgorgptdz
2013-07-12 18:05:33 +02:00
Quentin (OpenERP) 63111b6510 [WIP] cost_method moved to stock_account + stock_account implementation of stock valuation
bzr revid: qdp-launchpad@openerp.com-20130712141407-amspq13axc7x58l1
2013-07-12 16:14:07 +02:00
Josse Colpaert 01b065a9e8 [MERGE] Merge from previous branch with fifo/lifo tests and corrections in quants + clean code
bzr revid: jco@openerp.com-20130712110220-zzfuy1by30f2zbrd
2013-07-12 13:02:20 +02:00
Josse Colpaert a93abb22e1 [WIP] Add _get_route_domain for finding suitable rules in purchase/mrp when stock_location is installed
bzr revid: jco@openerp.com-20130712083740-hz8um0e208r7jsbi
2013-07-12 10:37:40 +02:00
Josse Colpaert 756e40e29a [WIP] Add product_uom_qty when creating moves in mrp
bzr revid: jco@openerp.com-20130711160311-3qhkzj09t0r8gcb6
2013-07-11 18:03:11 +02:00
Josse Colpaert 339e8ad65c [WIP] Remove type_proc and remove procure method texts in purchase product view
bzr revid: jco@openerp.com-20130710154448-w6azswkdxi2tp5yu
2013-07-10 17:44:48 +02:00
Quentin (OpenERP) af7cf8a226 [WIP] procurement, project_mrp
bzr revid: qdp-launchpad@openerp.com-20130710150042-djynhii0hrib2rlk
2013-07-10 17:00:42 +02:00
Quentin (OpenERP) d4383a37e1 [WIP] purchase
bzr revid: qdp-launchpad@openerp.com-20130710101616-roothbi3mw9vijr2
2013-07-10 12:16:16 +02:00
Quentin (OpenERP) 49f88904a9 [WIP] pruchase installation
bzr revid: qdp-launchpad@openerp.com-20130710075524-9qekhzwtxp2jeugn
2013-07-10 09:55:24 +02:00
Cedric Snauwaert 277531f21d [FIX]fix installation of several modules: purchase, sales, purchase_req, mrp, sale_stock
bzr revid: csn@openerp.com-20130709150027-wy8avglaosiktm5m
2013-07-09 17:00:27 +02:00
Josse Colpaert 0b98a750c2 [IMP] Improve FIFO/LIFO tests to pass (comment cost_method change as not implemented yet), add parent logic for removal startegies
bzr revid: jco@openerp.com-20130629205324-8je35x70mfuj57h9
2013-06-29 22:53:24 +02:00
Fabien Pinckaers 471dd0998d stock.move.group renamed to procurement.group
procurement module (where stock.move.group was defined) does not depend on the stock module
the same grouping system could be used for services too

procurement.group
removed sequence_id field
put a default values on the name field, using a defined sequence
renamed "Move Group" into "Procurement Requisition"

procurement object:
location_id should not come from the customer property but should be stored on the procurement (set by the sale order, using the customer property)

bzr revid: fp@tinyerp.com-20130629091328-5gc39647aa2pymlf
2013-06-29 11:13:28 +02:00
Fabien Pinckaers 7bbcdf7621 [MERGE] trunk
bzr revid: fp@tinyerp.com-20130629074023-sjy903tfzsox7uj4
2013-06-29 09:40:23 +02:00
Josse Colpaert 906964a930 [IMP] Solve price_calculation, negative quants with correct product
bzr revid: jco@openerp.com-20130628102629-fqv6a9a0i8ugdoly
2013-06-28 12:26:29 +02:00
Antony Lesuisse fc70550ca2 [IMP] move html module description and icon
bzr revid: al@openerp.com-20130628100441-swpanf2jwcojygh4
2013-06-28 12:04:41 +02:00
Thibault Delavallée bf4ada34b4 [REF] mail_thread: message_track now uses browse records instead of read results.
Updated addons accordingly.
Updated tests to test corner cases using False / null browse records.

bzr revid: tde@openerp.com-20130627144647-swbj77i84vo9ii0v
2013-06-27 16:46:47 +02:00
Josse Colpaert 0ad0bcb3ef [IMP] Putaway + change fifo / lifo costing method into real costing method
bzr revid: jco@openerp.com-20130625152620-kz0rxl6622nie8om
2013-06-25 17:26:20 +02:00
Josse Colpaert c45c32a164 [ADD] Add removal and putaway strategies
bzr revid: jco@openerp.com-20130624152850-7y0t36wcj2hyba4o
2013-06-24 17:28:50 +02:00
Quentin (OpenERP) dee5ace29b [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20130624095319-sqkrnk4r1mst8nvk
2013-06-24 11:53:19 +02:00
Quentin (OpenERP) ea03ed65b6 [FIX] purchase, accont_anglo_saxon: fixed the creation of invoice from PO lines so that it reuse the _prepare_inv_line() method. This code factorization is needed in order to work with account_anglo_saxon module (before the anglo saxon accounting mode was ignored if the PO's invoicing method was 'generate invoices from PO lines')
bzr revid: qdp-launchpad@openerp.com-20130624090741-eyy2r22yuti0gqit
2013-06-24 11:07:41 +02:00
Quentin (OpenERP) d856e8361b [REF] *: change linked to server revision 4907. Removed deprecated 'view_load' attribute + removed duplicated first argument of property fields which is replaced with 'relation' argument in case where it is really needed (relational fields): indeed this first argument was totally useless for property of float type (for example).
bzr revid: qdp-launchpad@openerp.com-20130624090515-12aeo4k5sz87veqb
2013-06-24 11:05:15 +02:00
Quentin (OpenERP) 7e8e2ca75f [FIX] account_anglo_saxon: fixed the computation of price difference inc costing method != 'standard' + added yaml test for the same feature
bzr revid: qdp-launchpad@openerp.com-20130624090329-o423720dp3oc4aez
2013-06-24 11:03:29 +02:00
Josse Colpaert 55fd6f7245 [ADD] history_ids/negative quants/FIFO uom
bzr revid: jco@openerp.com-20130620164106-pyhvwat7s1iptyel
2013-06-20 18:41:06 +02:00
Christophe Simonis aa133b4d29 [MERGE] forward port of branch saas-1 up to revid 8745 chs@openerp.com-20130613181503-82234mo34wxb0oap
bzr revid: chs@openerp.com-20130614091924-z5ta02kwhmwcrgox
2013-06-14 11:19:24 +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
Thibault Delavallée 09604b0674 [MERGE] [IMP] purchase_order: allow the user to choose the currency, whatever the pricelist. By default the currency is the one defined on the user's company.
bzr revid: tde@openerp.com-20130612145313-blrfa4gmrtuq5dmu
2013-06-12 16:53:13 +02:00
Foram Katharotiya (OpenERP) 83dfd5eab1 [MERGE] with 7.0
bzr revid: fka@tinyerp.com-20130607095729-g7ax7eyt9jcjsdvs
bzr revid: fka@tinyerp.com-20130610045950-ao7icaicrutgw49t
bzr revid: fka@tinyerp.com-20130611045956-f2b037r5d9mzezsg
bzr revid: fka@tinyerp.com-20130612050400-vmpcjy2e93xoykn2
2013-06-12 10:34:00 +05:30
Launchpad Translations on behalf of openerp 75595cc55b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130611063100-w95zvev0e2wme31v
bzr revid: launchpad_translations_on_behalf_of_openerp-20130611063242-nvli6wf9xoxol1i9
bzr revid: launchpad_translations_on_behalf_of_openerp-20130611063247-ed0nk3aer2b28d41
2013-06-11 06:32:47 +00:00
Launchpad Translations on behalf of openerp 3a296f5386 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130608070127-tu3wr0ejaojeuizk
bzr revid: launchpad_translations_on_behalf_of_openerp-20130609061554-vunz3dsqv73j8io4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130608074839-suk66wcjidodrzyu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130609061704-e1t9mv2alygf4g38
bzr revid: launchpad_translations_on_behalf_of_openerp-20130608075116-643xgspj93t8g1y9
bzr revid: launchpad_translations_on_behalf_of_openerp-20130609061708-y08i6exqm5v36qg7
2013-06-09 06:17:08 +00:00
Olivier Dony b4976938d2 [MERGE] [I18N] Many translation bugfixes + resync of translation templates with latest source
lp bug: https://launchpad.net/bugs/1165321 fixed

bzr revid: odo@openerp.com-20130607194733-27oiskc6q4fnp476
2013-06-07 21:47:33 +02:00
Olivier Dony 8c33eb76e1 [I18N] Synchronize translation templates with latest source code
bzr revid: odo@openerp.com-20130607194309-eysyrkxpr0dukm07
2013-06-07 21:43:09 +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
Josse Colpaert 58fad8bcfb [IMP] Same currency rate all year long
bzr revid: jco@openerp.com-20130607082903-a5xyvo52b46jtqto
2013-06-07 10:29:03 +02:00
Launchpad Translations on behalf of openerp b8046b6d8e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130607070228-7pj30eek2orow71g
2013-06-07 07:02:28 +00:00
Josse Colpaert aff96f8ee2 [MERGE] Merge from trunk
bzr revid: jco@openerp.com-20130605200844-38ilgaycxt0lwven
2013-06-05 22:08:44 +02:00
Josse Colpaert d539e5fc04 [IMP] Report YML test
bzr revid: jco@openerp.com-20130605092008-p9m0ojm7uimhk28y
2013-06-05 11:20:08 +02:00
Martin Trigaux ccb38117ee [MERGE] Forward porting of saas-1 until rev 8739
bzr revid: mat@openerp.com-20130605090453-e4mg37kms5j1r18n
2013-06-05 11:04:53 +02:00
Josse Colpaert 9f9023b139 [ADD] Product margin UoM + product_extended
bzr revid: jco@openerp.com-20130605085626-6g4kvnrfgoxf3y2k
2013-06-05 10:56:26 +02:00
Randhir Mayatra (OpenERP) 72d510941a [MERGE] merge with latest trunk
bzr revid: rma@tinyerp.com-20130605061651-nt3kgs70e0c3hhq8
2013-06-05 11:46:51 +05:30
Foram Katharotiya (OpenERP) 6d5cb91043 [MERGE] with 7.0
bzr revid: fka@tinyerp.com-20130515051235-i2opyehkanl77oud
bzr revid: fka@tinyerp.com-20130520051543-kd6e5rhqb3c2j2w2
bzr revid: fka@tinyerp.com-20130522062104-u9f3sec8wxivuouv
bzr revid: fka@tinyerp.com-20130531103058-mu8bja9j90m2newc
bzr revid: fka@tinyerp.com-20130604053616-dq91e11sgmbhqxjz
2013-06-04 11:06:16 +05:30
Christophe Matthieu d86f6f24c0 [IMP] suppress button oe_demo_play
bzr revid: chm@openerp.com-20130603154158-7k9tvdwmn6ukp5x3
2013-06-03 17:41:58 +02:00
Josse Colpaert cfbee92a61 [IMP] Change product view for updating price, uom in product margin
bzr revid: jco@openerp.com-20130603151521-88glofqgcnu3u53o
2013-06-03 17:15:21 +02:00